nextcloud/apps/dav/l10n/pl.js

12 lines
376 B
JavaScript
Raw Normal View History

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