12 lines
324 B
JavaScript
12 lines
324 B
JavaScript
OC.L10N.register(
|
|
"dav",
|
|
{
|
|
"Contact birthdays" : "Kontakters fødelsdag",
|
|
"Personal" : "Personlig",
|
|
"Contacts" : "Kontakter",
|
|
"Technical details" : "Tekniske detaljer",
|
|
"Remote Address: %s" : "Ekstern adresse: %s",
|
|
"Request ID: %s" : "Forespørsel ID: %s"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|