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

ps.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 810eefc372c558d6bd877f15fea664f074266433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "serverinfo",
    {
    "Users" : "کارنان",
    "Groups" : "ګروپونه",
    "Copy" : "کاپي کول",
    "Copied!" : "کاپي شو!",
    "Not supported!" : "د کار نه کېږي",
    "Press ⌘-C to copy." : "د کاپي لپاره د ⌘-C تڼۍ کېکاږئ.",
    "Press Ctrl-C to copy." : "د کاپي لپاره د Ctrl-C تڼۍ کېکاږئ.",
    "Size" : "کچه",
    "Shares" : "شريک شوي"
},
"nplurals=2; plural=(n != 1);");