sk_SK.js 767 B

12345678910111213141516171819
  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 permanently" : "Zmazať natrvalo",
  9. "Error" : "Chyba",
  10. "restored" : "obnovené",
  11. "No deleted files" : "Žiadne zmazané súbory",
  12. "You will be able to recover deleted files from here" : "Tu budete mať možnosť obnoviť zmazané súbory",
  13. "No entries found in this folder" : "V tomto priečinku nebolo nič nájdené",
  14. "Select all" : "Vybrať všetko",
  15. "Name" : "Názov",
  16. "Deleted" : "Zmazané",
  17. "Delete" : "Zmazať"
  18. },
  19. "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");