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

ast.js « l10n « theming « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d205db32a002157f29df34b6cdfb5abbd5d76f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
OC.L10N.register(
    "theming",
    {
    "Loading preview…" : "Cargando previsualización...",
    "Saved" : "Guardóse",
    "a safe home for all your data" : "un llar seguru pa tolos tos datos",
    "The given name is too long" : "El nome dau ye perllargu",
    "The given web address is too long" : "La direición web dada ye perllarga",
    "The given slogan is too long" : "La conseña dada ye perllarga",
    "The given color is invalid" : "El color dau ye perllargu",
    "No file uploaded" : "Nun se xubieron ficheros",
    "Unsupported image type" : "Triba non sofitada d'imaxe",
    "You are already using a custom theme" : "Yá tas usando un tema personalizáu",
    "Name" : "Nome",
    "Web address" : "Direición web",
    "Web address https://…" : "Direición web https://…",
    "Slogan" : "Conseña",
    "Color" : "Color",
    "Logo" : "Logu",
    "Upload new logo" : "Xubir logu nuevu",
    "Login image" : "Imaxe d'aniciu de sesión",
    "Upload new login background" : "Xubir fondu nuevu d'aniciu de sesión",
    "Remove background image" : "Desaniciar imaxe de fondu",
    "reset to default" : "reafitar"
},
"nplurals=2; plural=(n != 1);");