diff options
Diffstat (limited to 'apps/files_trashbin/l10n/km.php')
-rw-r--r-- | apps/files_trashbin/l10n/km.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/km.php b/apps/files_trashbin/l10n/km.php index 1df805de2d6..40119afc878 100644 --- a/apps/files_trashbin/l10n/km.php +++ b/apps/files_trashbin/l10n/km.php @@ -1,8 +1,14 @@ <?php $TRANSLATIONS = array( +"Couldn't delete %s permanently" => "មិនអាចលុប %s ចោលជាអចិន្ត្រៃយ៍ទេ", +"Couldn't restore %s" => "មិនអាចស្ដារ %s ឡើងវិញបានទេ", +"Deleted files" => "ឯកសារដែលបានលុប", +"Restore" => "ស្ដារមកវិញ", "Error" => "កំហុស", +"restored" => "បានស្ដារវិញ", +"Nothing in here. Your trash bin is empty!" => "គ្មានអ្វីនៅទីនេះទេ។ ធុងសំរាមរបស់អ្នកគឺទទេ!", "Name" => "ឈ្មោះ", -"Restore" => "ស្ដារមកវិញ", +"Deleted" => "បានលុប", "Delete" => "លុប" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |