2016-10-10 00:06:58 +00:00
|
|
|
OC.L10N.register(
|
|
|
|
"dav",
|
|
|
|
{
|
2016-10-29 00:07:14 +00:00
|
|
|
"Contact birthdays" : "Kontakt urodzinowy",
|
2016-10-10 00:06:58 +00:00
|
|
|
"Personal" : "Osobiste",
|
2016-10-12 00:08:16 +00:00
|
|
|
"Contacts" : "Kontakty",
|
2016-10-10 00:06:58 +00:00
|
|
|
"Technical details" : "Szczegóły techniczne",
|
|
|
|
"Remote Address: %s" : "Adres zdalny: %s",
|
2016-10-26 00:07:12 +00:00
|
|
|
"Request ID: %s" : "ID żądania: %s"
|
2016-10-10 00:06:58 +00:00
|
|
|
},
|
|
|
|
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|