summaryrefslogtreecommitdiffstats
path: root/apps/dav/l10n/pl.js
blob: 38c19d99b9b6d4babdcc83d32819ec8b77de5ce2 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Kontakt urodzinowy",
    "Personal" : "Osobiste",
    "Contacts" : "Kontakty",
    "Technical details" : "Szczegóły techniczne",
    "Remote Address: %s" : "Adres zdalny: %s",
    "Request ID: %s" : "ID żądania: %s"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");