You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cs_CZ.js 580B

12345678910111213
  1. OC.L10N.register(
  2. "files_versions",
  3. {
  4. "Could not revert: %s" : "Nelze vrátit: %s",
  5. "Versions" : "Verze",
  6. "Failed to revert {file} to revision {timestamp}." : "Selhalo vrácení souboru {file} na verzi {timestamp}.",
  7. "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů"],
  8. "Restore" : "Obnovit",
  9. "No versions available" : "Nejsou dostupné žádné verze",
  10. "More versions..." : "Více verzí...",
  11. "No other versions available" : "Žádné další verze nejsou dostupné"
  12. },
  13. "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");