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

my_MM.js « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0a5641383ffaa905567caa3ef49b10362d9e1e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "settings",
    {
    "Authentication error" : "ခွင့်ပြုချက်မအောင်မြင်",
    "Invalid request" : "တောင်းဆိုချက်မမှန်ကန်ပါ",
    "Security Warning" : "လုံခြုံရေးသတိပေးချက်",
    "Password" : "စကားဝှက်",
    "New password" : "စကားဝှက်အသစ်",
    "Cancel" : "ပယ်ဖျက်မည်",
    "Username" : "သုံးစွဲသူအမည်"
},
"nplurals=1; plural=0;");