Welcome to mirror list, hosted at ThFree Co, Russian Federation.

km.js « l10n « files_encryption « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0fb88f52ef75444c78986de177c2918a600b2dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "files_encryption",
    {
    "Unknown error" : "មិន​ស្គាល់​កំហុស",
    "Password successfully changed." : "បាន​ប្ដូរ​ពាក្យ​សម្ងាត់​ដោយ​ជោគជ័យ។",
    "Could not change the password. Maybe the old password was not correct." : "មិន​អាច​ប្ដូរ​ពាក្យ​សម្ងាត់​បាន​ទេ។ ប្រហែល​ពាក្យ​សម្ងាត់​ចាស់​មិន​ត្រឹម​ត្រូវ។",
    "Encryption" : "កូដនីយកម្ម",
    "Enabled" : "បាន​បើក",
    "Disabled" : "បាន​បិទ",
    "Change Password" : "ប្ដូរ​ពាក្យ​សម្ងាត់"
},
"nplurals=1; plural=0;");