server/apps/files/l10n/km.php

39 lines
2.6 KiB
PHP
Raw Normal View History

2013-09-18 15:50:02 +00:00
<?php
$TRANSLATIONS = array(
2014-07-04 05:56:01 +00:00
"Unknown error" => "មិន​ស្គាល់​កំហុស",
2014-06-04 05:57:48 +00:00
"Could not move %s - File with this name already exists" => "មិន​អាច​ផ្លាស់​ទី %s - មាន​ឈ្មោះ​ឯកសារ​ដូច​នេះ​ហើយ",
"Could not move %s" => "មិន​អាច​ផ្លាស់ទី %s",
2014-05-11 05:57:00 +00:00
"File name cannot be empty." => "ឈ្មោះ​ឯកសារ​មិន​អាច​នៅ​ទទេ​បាន​ឡើយ។",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "ឈ្មោះ​មិន​ត្រឹម​ត្រូវ, មិន​អនុញ្ញាត '\\', '/', '<', '>', ':', '\"', '|', '?' និង '*' ទេ។",
2014-06-04 05:57:48 +00:00
"No file was uploaded. Unknown error" => "មិន​មាន​ឯកសារ​ដែល​បាន​ផ្ទុក​ឡើង។ មិន​ស្គាល់​កំហុស",
"There is no error, the file uploaded with success" => "មិន​មាន​កំហុស​អ្វី​ទេ ហើយ​ឯកសារ​ត្រូវ​បាន​ផ្ទុកឡើង​ដោយ​ជោគជ័យ",
2014-03-11 05:59:39 +00:00
"Files" => "ឯកសារ",
2014-05-12 05:55:44 +00:00
"Upload cancelled." => "បាន​បោះបង់​ការ​ផ្ទុក​ឡើង។",
"{new_name} already exists" => "មាន​ឈ្មោះ {new_name} រួច​ហើយ",
2014-03-11 05:59:39 +00:00
"Share" => "ចែក​រំលែក",
2014-06-01 05:55:19 +00:00
"Delete" => "លុប",
2014-07-16 05:55:55 +00:00
"Unshare" => "លែង​ចែក​រំលែក",
2014-07-15 05:55:20 +00:00
"Delete permanently" => "លុប​ជា​អចិន្ត្រៃយ៍",
2014-05-12 05:55:44 +00:00
"Rename" => "ប្ដូរ​ឈ្មោះ",
"Pending" => "កំពុង​រង់ចាំ",
2014-04-04 05:57:01 +00:00
"Error" => "កំហុស",
2014-04-29 05:56:49 +00:00
"Name" => "ឈ្មោះ",
"Size" => "ទំហំ",
2014-05-12 05:55:44 +00:00
"Modified" => "បាន​កែ​ប្រែ",
2013-09-18 15:50:02 +00:00
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
2013-10-27 06:32:11 +00:00
"_Uploading %n file_::_Uploading %n files_" => array(""),
2014-05-12 05:55:44 +00:00
"Maximum upload size" => "ទំហំ​ផ្ទុកឡើង​ជា​អតិបរមា",
2014-03-11 05:59:39 +00:00
"Save" => "រក្សាទុក",
2014-05-18 05:55:01 +00:00
"WebDAV" => "WebDAV",
2014-05-12 05:55:44 +00:00
"New" => "ថ្មី",
"Text file" => "ឯកសារ​អក្សរ",
2014-03-11 05:59:39 +00:00
"New folder" => "ថត​ថ្មី",
"Folder" => "ថត",
2014-05-12 05:55:44 +00:00
"From link" => "ពី​តំណ",
"Nothing in here. Upload something!" => "គ្មាន​អ្វី​នៅ​ទីនេះ​ទេ។ ផ្ទុក​ឡើង​អ្វី​មួយ!",
2014-03-11 05:59:39 +00:00
"Download" => "ទាញយក",
2014-05-12 05:55:44 +00:00
"Upload too large" => "ផ្ទុក​ឡើង​ធំ​ពេក"
2013-09-18 15:50:02 +00:00
);
$PLURAL_FORMS = "nplurals=1; plural=0;";