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: 2de976c4c24e7c47692ba266162c9dce088c00d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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",
    "Header left" : "Testera esquierda",
    "Header right" : "Testera derecha",
    "Content" : "Conteníu"
},
"nplurals=2; plural=(n != 1);");