aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/sk.js
blob: bdb7824a464d40a537763c73461b7876b9742081 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "files_versions",
    {
    "Versions" : "Verzie",
    "Failed to revert {file} to revision {timestamp}." : "Zlyhalo obnovenie súboru {file} na verziu {timestamp}.",
    "_%n byte_::_%n bytes_" : ["%n bajt","%n bajtov","%n bajtov","%n bajtov"],
    "Restore" : "Obnoviť",
    "No other versions available" : "Žiadne ďalšie verzie nie sú dostupné",
    "This application automatically maintains older versions of files that are changed." : "Táto aplikácia automaticky spravuje staršie verzie súborov, ktoré sú zmenené",
    "Could not revert: %s" : "Nemožno obnoviť: %s",
    "No earlier versions available" : "Nie sú dostupné predchádzajúce verzie",
    "More versions …" : "Viac verzií ..."
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");