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

it.js « l10n « imprint - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc3d763d17bca3f2906d92276973e60a3b02636f (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" : "Note legali",
    "Nothing here yet" : "Qui ancora niente",
    "The content of the legal notice has to be configured first" : "Il contenuto delle note legali deve essere precedentemente configurato ",
    "That configuration has to be done by the system administration." : "La configurazione deve essere fatta dall'amministrazione di sistema.",
    "Imprint" : "Imprint",
    "Reference" : "Riferimento",
    "Header left" : "Intestazione a sinistra",
    "Header right" : "Intestazione a destra",
    "As guest" : "Come ospite",
    "Footer left" : "Piè di pagina a sinistra",
    "Footer right" : "Piè di pagina a destra",
    "At login" : "All'accesso",
    "Application" : "Applicazione",
    "Content" : "Contenuto",
    "You can use plain text, markdown notation or html markup with inline style attributes. " : "Puoi utilizzare testo semplice, la notazione Markdown o i contrassegni html con attributi di stile in linea."
},
"nplurals=2; plural=(n != 1);");