nextcloud/apps/systemtags/l10n/pl.js

11 lines
305 B
JavaScript

OC.L10N.register(
"systemtags",
{
"Tags" : "Tagi",
"No entries found in this folder" : "Brak wpisów w tym folderze",
"Name" : "Nazwa",
"Size" : "Rozmiar",
"Modified" : "Modyfikacja"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");