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

lb.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0148b7f07ac3da061be27bd16d7266ed385f39ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "serverinfo",
    {
    "Users" : "Benotzer",
    "Groups" : "Gruppen",
    "Copied!" : "Kopéiert!",
    "Not supported!" : "Nët ennerstëtzt!",
    "Press ⌘-C to copy." : "Dréck ⌘-C fir ze kopéieren.",
    "Press Ctrl-C to copy." : "Dréck CTRL-C fir ze kopéieren.",
    "Size" : "Gréisst",
    "Type:" : "Typ:",
    "Size:" : "Gréisst:"
},
"nplurals=2; plural=(n != 1);");