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

gl.js « l10n « theming « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 671a49d9513d856cf6096eb57373b5f682945bde (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
27
28
29
30
31
OC.L10N.register(
    "theming",
    {
    "Loading preview…" : "Cargando a vista previa…",
    "Saved" : "Gardado",
    "Admin" : "Administración",
    "a safe home for all your data" : "un lugar seguro para todos os seus datos",
    "The given name is too long" : "O nome indicado é longo de máis",
    "The given web address is too long" : "O enderezo web indicado é longo de máis",
    "The given slogan is too long" : "O lema indicado é longo de máis",
    "The given color is invalid" : "A cor indicada é incorrecta",
    "No file uploaded" : "Non se enviou ningún ficheiro",
    "Unsupported image type" : "Tipo de imaxe non admitido",
    "You are already using a custom theme" : "Vostede xa usa un tema personalizado",
    "Theming" : "Tema",
    "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Os temas fan posíbel personalizar facilmente a aparencia da súa instancia e os clientes compatíbeis. Isto será visíbel para todos os usuarios.",
    "Name" : "Nome",
    "Reset to default" : "Restabelecer a predeterminados",
    "Web address" : "Enderezo web",
    "Web address https://…" : "Enderezo web https://…",
    "Slogan" : "Lema",
    "Color" : "Cor",
    "Logo" : "Logotipo",
    "Upload new logo" : "Enviar un novo logotipo",
    "Login image" : "Imaxe de inicio",
    "Upload new login background" : "Enviar unha nova imaxe de fondo",
    "Remove background image" : "Retirar a imaxe de fondo",
    "reset to default" : "restabelecer a predeterminados",
    "Log in image" : "Imaxe de inicio"
},
"nplurals=2; plural=(n != 1);");