cs_CZ.php 433 B

1234567891011
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Could not revert: %s" => "Nelze navrátit: %s",
  4. "Versions" => "Verze",
  5. "Failed to revert {file} to revision {timestamp}." => "Selhalo navrácení souboru {file} na verzi {timestamp}.",
  6. "More versions..." => "Více verzí...",
  7. "No other versions available" => "Žádné další verze nejsou dostupné",
  8. "Restore" => "Obnovit"
  9. );
  10. $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";