server/apps/comments/l10n/pl.js

10 lines
251 B
JavaScript
Raw Normal View History

2016-02-17 06:56:11 +00:00
OC.L10N.register(
"comments",
{
"Cancel" : "Anuluj",
2016-03-05 06:56:08 +00:00
"Edit comment" : "Edytuj komentarz",
2016-02-17 06:56:11 +00:00
"Save" : "Zapisz",
"Comment" : "Komentarz"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");