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

ast.js « l10n « imprint - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2abe687ef4bfb7c96884fe17e44e88046bd6119a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "imprint",
    {
    "Legal notice" : "Noticia llegal",
    "Nothing here yet" : "Entá nun hai un res equí",
    "The content of the legal notice has to be configured first" : "El conteníu de la noticia llegal tien de configurase primero",
    "That configuration has to be done by the system administration." : "Esa configuración tien de facese pela alministración del sistema.",
    "Imprint" : "Imprint",
    "Reference" : "Referencia",
    "Header left" : "Testera esquierda",
    "Header right" : "Testera derecha",
    "As guest" : "Como invitáu",
    "Footer left" : "Pie a manzorga",
    "Footer right" : "Pie a mandrecha",
    "At login" : "Al entamu de sesión",
    "Application" : "Aplicación",
    "Content" : "Conteníu",
    "You can use plain text, markdown notation or html markup with inline style attributes. " : "Puedes utilizar testu ensin formatu, notación markdown o códigu html con atributos d'estilu."
},
"nplurals=2; plural=(n != 1);");