nextcloud/apps/files/l10n/km.php

38 lines
2.5 KiB
PHP
Raw Normal View History

2013-09-18 19:50:02 +04:00
<?php
$TRANSLATIONS = array(
2014-05-11 09:57:00 +04:00
"File name cannot be empty." => "ឈ្មោះ​ឯកសារ​មិន​អាច​នៅ​ទទេ​បាន​ឡើយ។",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "ឈ្មោះ​មិន​ត្រឹម​ត្រូវ, មិន​អនុញ្ញាត '\\', '/', '<', '>', ':', '\"', '|', '?' និង '*' ទេ។",
2014-03-11 09:59:39 +04:00
"Files" => "ឯកសារ",
2014-05-12 09:55:44 +04:00
"Upload cancelled." => "បាន​បោះបង់​ការ​ផ្ទុក​ឡើង។",
"{new_name} already exists" => "មាន​ឈ្មោះ {new_name} រួច​ហើយ",
2014-03-11 09:59:39 +04:00
"Share" => "ចែក​រំលែក",
2014-05-12 09:55:44 +04:00
"Delete permanently" => "លុប​ជា​អចិន្ត្រៃយ៍",
"Rename" => "ប្ដូរ​ឈ្មោះ",
"Your download is being prepared. This might take some time if the files are big." => "ការ​ទាញយក​របស់​អ្នក​កំពុង​ត្រូវ​បាន​រៀបចំ​ហើយ។ នេះ​អាច​ចំណាយ​ពេល​មួយ​សំទុះ ប្រសិន​បើ​ឯកសារ​ធំ។",
"Pending" => "កំពុង​រង់ចាំ",
2014-04-04 09:57:01 +04:00
"Error" => "កំហុស",
2014-04-29 09:56:49 +04:00
"Name" => "ឈ្មោះ",
"Size" => "ទំហំ",
2014-05-12 09:55:44 +04:00
"Modified" => "បាន​កែ​ប្រែ",
2013-09-18 19:50:02 +04:00
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
2013-10-27 10:32:11 +04:00
"_Uploading %n file_::_Uploading %n files_" => array(""),
2014-05-12 09:55:44 +04:00
"Maximum upload size" => "ទំហំ​ផ្ទុកឡើង​ជា​អតិបរមា",
"Enable ZIP-download" => "បើក​ការ​ទាញយក​ជា ZIP",
"0 is unlimited" => "0 គឺ​មិន​កំណត់",
"Maximum input size for ZIP files" => "ទំហំ​ចូល​ជា​អតិបរមា​សម្រាប់​ឯកសារ ZIP",
2014-03-11 09:59:39 +04:00
"Save" => "រក្សាទុក",
2014-05-18 09:55:01 +04:00
"WebDAV" => "WebDAV",
2014-05-12 09:55:44 +04:00
"New" => "ថ្មី",
"Text file" => "ឯកសារ​អក្សរ",
2014-03-11 09:59:39 +04:00
"New folder" => "ថត​ថ្មី",
"Folder" => "ថត",
2014-05-12 09:55:44 +04:00
"From link" => "ពី​តំណ",
"Cancel upload" => "បោះបង់​ការ​ផ្ទុកឡើង",
"Nothing in here. Upload something!" => "គ្មាន​អ្វី​នៅ​ទីនេះ​ទេ។ ផ្ទុក​ឡើង​អ្វី​មួយ!",
2014-03-11 09:59:39 +04:00
"Download" => "ទាញយក",
2014-05-12 09:55:44 +04:00
"Delete" => "លុប",
"Upload too large" => "ផ្ទុក​ឡើង​ធំ​ពេក"
2013-09-18 19:50:02 +04:00
);
$PLURAL_FORMS = "nplurals=1; plural=0;";