diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-04-14 01:55:09 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-04-14 01:55:09 -0400 |
commit | 2a2aabbdafc11fac687cb69d4804e6d03df882c2 (patch) | |
tree | 13c96b05b643ed24dc2ee7ff66e9eed8cb3e528e /apps/files_encryption | |
parent | d93b5f9927a063ef35305e3da833302a2b6ab235 (diff) | |
download | nextcloud-server-2a2aabbdafc11fac687cb69d4804e6d03df882c2.tar.gz nextcloud-server-2a2aabbdafc11fac687cb69d4804e6d03df882c2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption')
-rw-r--r-- | apps/files_encryption/l10n/km.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/km.php b/apps/files_encryption/l10n/km.php new file mode 100644 index 00000000000..0defe6c5388 --- /dev/null +++ b/apps/files_encryption/l10n/km.php @@ -0,0 +1,11 @@ +<?php +$TRANSLATIONS = array( +"Password successfully changed." => "បានប្ដូរពាក្យសម្ងាត់ដោយជោគជ័យ។", +"Could not change the password. Maybe the old password was not correct." => "មិនអាចប្ដូរពាក្យសម្ងាត់បានទេ។ ប្រហែលពាក្យសម្ងាត់ចាស់មិនត្រឹមត្រូវ។", +"personal settings" => "ការកំណត់ផ្ទាល់ខ្លួន", +"Encryption" => "កូដនីយកម្ម", +"Enabled" => "បានបើក", +"Disabled" => "បានបិទ", +"Change Password" => "ប្ដូរពាក្យសម្ងាត់" +); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |