memories/l10n/pl.js

18 lines
667 B
JavaScript
Raw Normal View History

OC.L10N.register(
"memories",
{
"Timeline" : "Oś czasu",
"Folders" : "Katalogi",
"Favorites" : "Ulubione",
"Videos" : "Filmy",
"Settings" : "Ustawienia",
"Update" : "Aktualizuj",
"Cancel" : "Anuluj",
"Delete" : "Usuń",
"Download" : "Pobierz",
"Favorite" : "Ulubiony",
"Failed to delete {fileName}." : "Nie udało się usunąć {fileName}.",
"Failed to favorite {fileName}." : "Nie udało się dodać do ulubionych {fileName}."
},
"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);");