diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-16 01:55:55 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-16 01:55:55 -0400 |
commit | 43d6650d194105dac30b11fb2ba4a3b3c7805650 (patch) | |
tree | e2189addacd74d12b7e14c80849fea3c12daaac0 /apps/files_trashbin | |
parent | b2e8aa70cde85302f7b7928370b681e3f01de7a8 (diff) | |
download | nextcloud-server-43d6650d194105dac30b11fb2ba4a3b3c7805650.tar.gz nextcloud-server-43d6650d194105dac30b11fb2ba4a3b3c7805650.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-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 53e395f6ac6..a1fc306882e 100644 --- a/apps/files_trashbin/l10n/km.php +++ b/apps/files_trashbin/l10n/km.php @@ -1,9 +1,15 @@ <?php $TRANSLATIONS = array( -"Deleted files" => "បានលុបឯកសារ", +"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;"; |