cs_CZ.php 483 B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "Nelze trvale odstranit %s",
  4. "Couldn't restore %s" => "Nelze obnovit %s",
  5. "Error" => "Chyba",
  6. "restored" => "obnoveno",
  7. "Nothing in here. Your trash bin is empty!" => "Žádný obsah. Váš koš je prázdný.",
  8. "Name" => "Název",
  9. "Restore" => "Obnovit",
  10. "Deleted" => "Smazáno",
  11. "Delete" => "Smazat",
  12. "Deleted Files" => "Smazané soubory"
  13. );
  14. $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";