12 lines
348 B
JavaScript
12 lines
348 B
JavaScript
OC.L10N.register(
|
|
"dav",
|
|
{
|
|
"Contact birthdays" : "Yhteystietojen syntymäpäivät",
|
|
"Personal" : "Henkilökohtainen",
|
|
"Contacts" : "Yhteystiedot",
|
|
"Technical details" : "Tekniset yksityiskohdat",
|
|
"Remote Address: %s" : "Etäosoite: %s",
|
|
"Request ID: %s" : "Pyynnön tunniste: %s"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|