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

my.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2623536db4aba19c3e33c43dbbca0b9bb62dacb0 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "serverinfo",
    {
    "Copied!" : "ကူးယူပြီး!",
    "Not supported!" : "အထောက်အပံ့ မပြု!",
    "Press ⌘-C to copy." : "ကူးယူရန်အတွက် ⌘-C ကိုနှိပ်ပါ။",
    "Press Ctrl-C to copy." : "ကူးယူရန်အတွက် Ctrl-C ကိုနှိပ်ပါ။"
},
"nplurals=1; plural=0;");