nextcloud/apps/files_versions/l10n/sk.js

15 lines
848 B
JavaScript
Raw Normal View History

2017-03-02 19:48:52 +03:00
OC.L10N.register(
"files_versions",
{
"Versions" : "Verzie",
"Failed to revert {file} to revision {timestamp}." : "Zlyhalo obnovenie súboru {file} na verziu {timestamp}.",
2018-05-17 03:13:46 +03:00
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajtov","%n bajtov","%n bajtov"],
2017-03-02 19:48:52 +03:00
"Restore" : "Obnoviť",
2018-10-27 03:12:35 +03:00
"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é",
2018-10-24 03:12:31 +03:00
"Could not revert: %s" : "Nemožno obnoviť: %s",
2017-10-31 04:08:31 +03:00
"No earlier versions available" : "Nie sú dostupné predchádzajúce verzie",
2018-02-01 21:28:02 +03:00
"More versions …" : "Viac verzií ..."
2017-03-02 19:48:52 +03:00
},
2018-05-18 03:13:45 +03:00
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");