sk_SK.js 1010 B

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