cs_CZ.js 1011 B

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Couldn't delete %s permanently" : "Nelze trvale odstranit %s",
  5. "Couldn't restore %s" : "Nelze obnovit %s",
  6. "Deleted files" : "Odstraněné soubory",
  7. "Restore" : "Obnovit",
  8. "Delete" : "Smazat",
  9. "Delete permanently" : "Trvale odstranit",
  10. "Error" : "Chyba",
  11. "This operation is forbidden" : "Tato operace je zakázána",
  12. "This directory is unavailable, please check the logs or contact the administrator" : "Tento adresář není dostupný, zkontrolujte prosím logy nebo kontaktujte svého správce systému",
  13. "restored" : "obnoveno",
  14. "No deleted files" : "Žádné smazané soubory",
  15. "You will be able to recover deleted files from here" : "Odtud budete moci obnovovat odstraněné soubory",
  16. "No entries found in this folder" : "V této složce nebylo nic nalezeno",
  17. "Select all" : "Vybrat vše",
  18. "Name" : "Název",
  19. "Deleted" : "Smazáno"
  20. },
  21. "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");