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

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