Blame view

sources/apps/files/l10n/km.php 2.84 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  "Could not move %s - File with this name already exists" => "មិន​អាច​ផ្លាស់​ទី %s - មាន​ឈ្មោះ​ឯកសារ​ដូច​នេះ​ហើយ",
  "Could not move %s" => "មិន​អាច​ផ្លាស់ទី %s",
  "File name cannot be empty." => "ឈ្មោះ​ឯកសារ​មិន​អាច​នៅ​ទទេ​បាន​ឡើយ។",
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "ឈ្មោះ​មិន​ត្រឹម​ត្រូវ, មិន​អនុញ្ញាត '\\', '/', '<', '>', ':', '\"', '|', '?' និង '*' ទេ។",
  "No file was uploaded. Unknown error" => "មិន​មាន​ឯកសារ​ដែល​បាន​ផ្ទុក​ឡើង។ មិន​ស្គាល់​កំហុស",
  "There is no error, the file uploaded with success" => "មិន​មាន​កំហុស​អ្វី​ទេ ហើយ​ឯកសារ​ត្រូវ​បាន​ផ្ទុកឡើង​ដោយ​ជោគជ័យ",
  "Files" => "ឯកសារ",
  "Upload cancelled." => "បាន​បោះបង់​ការ​ផ្ទុក​ឡើង។",
  "{new_name} already exists" => "មាន​ឈ្មោះ {new_name} រួច​ហើយ",
  "Share" => "ចែក​រំលែក",
  "Delete permanently" => "លុប​ជា​អចិន្ត្រៃយ៍",
  "Delete" => "លុប",
  "Rename" => "ប្ដូរ​ឈ្មោះ",
  "Your download is being prepared. This might take some time if the files are big." => "ការ​ទាញយក​របស់​អ្នក​កំពុង​ត្រូវ​បាន​រៀបចំ​ហើយ។ នេះ​អាច​ចំណាយ​ពេល​មួយ​សំទុះ ប្រសិន​បើ​ឯកសារ​ធំ។",
  "Pending" => "កំពុង​រង់ចាំ",
  "Error" => "កំហុស",
  "Name" => "ឈ្មោះ",
  "Size" => "ទំហំ",
  "Modified" => "បាន​កែ​ប្រែ",
31b7f2792   Kload   Upgrade to ownclo...
22
23
24
  "_%n folder_::_%n folders_" => array(""),
  "_%n file_::_%n files_" => array(""),
  "_Uploading %n file_::_Uploading %n files_" => array(""),
6d9380f96   Cédric Dupont   Update sources OC...
25
26
27
28
29
30
31
32
33
34
35
  "Maximum upload size" => "ទំហំ​ផ្ទុកឡើង​ជា​អតិបរមា",
  "Save" => "រក្សាទុក",
  "WebDAV" => "WebDAV",
  "New" => "ថ្មី",
  "Text file" => "ឯកសារ​អក្សរ",
  "New folder" => "ថត​ថ្មី",
  "Folder" => "ថត",
  "From link" => "ពី​តំណ",
  "Nothing in here. Upload something!" => "គ្មាន​អ្វី​នៅ​ទីនេះ​ទេ។ ផ្ទុក​ឡើង​អ្វី​មួយ!",
  "Download" => "ទាញយក",
  "Upload too large" => "ផ្ទុក​ឡើង​ធំ​ពេក"
31b7f2792   Kload   Upgrade to ownclo...
36
37
  );
  $PLURAL_FORMS = "nplurals=1; plural=0;";