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

an.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2039dccd7aa13b32832e2890ffb7f152fe5fdd28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "serverinfo",
    {
    "Users" : "Usuarios",
    "Groups" : "Grupos",
    "Copied!" : "Copiado!",
    "Not supported!" : "No suportau!",
    "Press ⌘-C to copy." : "Pretar ⌘-C pa copiar.",
    "Press Ctrl-C to copy." : "Pretar Ctrl-C pa copiar.",
    "System" : "Sistema",
    "Size" : "Grandario",
    "Files" : "Archivos"
},
"nplurals=2; plural=(n != 1);");