blob: 97ecaa4930d3b40626db371c7cdb7fecf9e89644 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
OC.L10N.register(
"dav",
{
"Contact birthdays" : "Date di nascita dei contatti",
"Personal" : "Personale",
"Contacts" : "Contatti",
"Technical details" : "Dettagli tecnici",
"Remote Address: %s" : "Indirizzo remoto: %s",
"Request ID: %s" : "ID richiesta: %s",
"Type: %s" : "Tipo: %s",
"Code: %s" : "Codice: %s",
"Message: %s" : "Messaggio: %s",
"File: %s" : "File: %s",
"Line: %s" : "Riga: %s",
"Trace" : "Traccia"
},
"nplurals=2; plural=(n != 1);");
|