cs_CZ.js 751 B

12345678910111213141516171819
  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 permanently" : "Trvale odstranit",
  9. "Error" : "Chyba",
  10. "restored" : "obnoveno",
  11. "No deleted files" : "Žádné smazané soubory",
  12. "You will be able to recover deleted files from here" : "Odtud budete moci obnovovat odstraněné soubory",
  13. "No entries found in this folder" : "V této složce nebylo nic nalezeno",
  14. "Select all" : "Vybrat vše",
  15. "Name" : "Název",
  16. "Deleted" : "Smazáno",
  17. "Delete" : "Smazat"
  18. },
  19. "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");