summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/pl.js
blob: fd69483a903e07bad3a891005e743048ee3b449b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "files_versions",
    {
    "Versions" : "Wersje",
    "Failed to revert {file} to revision {timestamp}." : "Nie udało się przywrócić {file} do wersji z {timestamp}.",
    "_%n byte_::_%n bytes_" : ["%n bajt","%n bajtów","%n bajtów","%n bajtów"],
    "Restore" : "Przywróć",
    "No other versions available" : "Nie są dostępne żadne inne wersje",
    "This application automatically maintains older versions of files that are changed." : "Ta aplikacja przechowuje starsze wersje plików poddanych modyfikacji.",
    "Could not revert: %s" : "Nie można przywrócić: %s",
    "No earlier versions available" : "Brak dostępnych wcześniejszych wersji",
    "More versions …" : "Więcej wersji…"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");