nextcloud/apps/files_external/l10n/km.php

26 lines
1.3 KiB
PHP
Raw Normal View History

2013-10-27 10:32:11 +04:00
<?php
$TRANSLATIONS = array(
2014-06-07 09:56:13 +04:00
"External storage" => "ឃ្លាំងផ្ទុក​ខាងក្រៅ",
2014-04-30 09:57:53 +04:00
"Location" => "ទីតាំង",
2014-05-17 09:57:38 +04:00
"Host" => "ម៉ាស៊ីន​ផ្ទុក",
2014-04-30 09:57:53 +04:00
"Username" => "ឈ្មោះ​អ្នកប្រើ",
"Password" => "ពាក្យសម្ងាត់",
"Share" => "ចែក​រំលែក",
2014-05-16 09:55:55 +04:00
"URL" => "URL",
"Access granted" => "បាន​ទទួល​សិទ្ធិ​ចូល",
"Error configuring Dropbox storage" => "កំហុស​ការ​កំណត់​សណ្ឋាន​នៃ​ឃ្លាំងផ្ទុក Dropbox",
"Grant access" => "ទទួល​សិទ្ធិ​ចូល",
2014-06-08 09:56:13 +04:00
"Personal" => "ផ្ទាល់​ខ្លួន",
2014-05-12 09:55:44 +04:00
"Saved" => "បាន​រក្សាទុក",
2014-06-08 09:56:13 +04:00
"Name" => "ឈ្មោះ",
2014-05-16 09:55:55 +04:00
"External Storage" => "ឃ្លាំងផ្ទុក​ខាងក្រៅ",
2014-03-11 09:59:39 +04:00
"Folder name" => "ឈ្មោះ​ថត",
2014-05-16 09:55:55 +04:00
"Configuration" => "ការ​កំណត់​សណ្ឋាន",
"Add storage" => "បន្ថែម​ឃ្លាំងផ្ទុក",
"All Users" => "អ្នក​ប្រើ​ទាំងអស់",
2014-03-11 09:59:39 +04:00
"Groups" => "ក្រុ",
"Users" => "អ្នកប្រើ",
2013-10-27 10:32:11 +04:00
"Delete" => "លុប"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";