sk.js 1.1 KB

12345678910111213141516171819202122
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Deleted files" : "Zmazané súbory",
  5. "restored" : "obnovené",
  6. "Restore" : "Obnoviť",
  7. "Delete permanently" : "Zmazať natrvalo",
  8. "This operation is forbidden" : "Táto operácia je zakázaná",
  9. "This directory is unavailable, please check the logs or contact the administrator" : "Priečinok je nedostupný, skontrolujte prosím logy, alebo kontaktujte správcu",
  10. "No deleted files" : "Žiadne zmazané súbory",
  11. "You will be able to recover deleted files from here" : "Tu budete mať možnosť obnoviť zmazané súbory",
  12. "No entries found in this folder" : "V tomto priečinku nebolo nič nájdené",
  13. "Select all" : "Vybrať všetko",
  14. "Name" : "Názov",
  15. "Actions" : "Akcie",
  16. "Deleted" : "Zmazané",
  17. "Delete" : "Zmazať",
  18. "Couldn't delete %s permanently" : "Nemožno zmazať %s navždy",
  19. "Couldn't restore %s" : "Nemožno obnoviť %s",
  20. "Error" : "Chyba"
  21. },
  22. "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");