summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/km.php
blob: a1fc306882e9d601a2aa1653a1e7d2627f09d247 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "មិន​អាច​លុប %s ចោល​ជា​អចិន្ត្រៃយ៍​ទេ",
"Couldn't restore %s" => "មិន​អាច​ស្ដារ %s ឡើង​វិញ​បាន​ទេ",
"Deleted files" => "ឯកសារ​ដែល​បាន​លុប",
"Error" => "កំហុស",
"Restore" => "ស្ដារ​មក​វិញ",
"Deleted Files" => "ឯកសារ​ដែល​បាន​លុប",
"restored" => "បាន​ស្ដារ​វិញ",
"Nothing in here. Your trash bin is empty!" => "គ្មាន​អ្វី​នៅ​ទីនេះ​ទេ។ ធុង​សំរាម​របស់​អ្នក​គឺ​ទទេ!",
"Name" => "ឈ្មោះ",
"Deleted" => "បាន​លុប",
"Delete" => "លុប"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";