Drupal.locale = { 'pluralFormula': function($n) { return Number((($n==1)?(0):((($n>=2)&&($n<=4))?(1):2))); }, 'strings': { "Select all rows in this table": "Označit všechny řádky v této tabulce", "Deselect all rows in this table": "Zrušit označení všech řádek v této tabulce", "The changes to these blocks will not be saved until the \x3cem\x3eSave blocks\x3c/em\x3e button is clicked.": "Změny v těchto blocích se neprojeví, dokud je neuložíte pomocí tlačítka \x3cem\x3eUložit bloky\x3c/em\x3e.", "Your server has been successfully tested to support this feature.": "Váš server byl pro tuto funkci úspěšně otestován.", "Your system configuration does not currently support this feature. The \x3ca href=\"http://drupal.org/node/15365\"\x3ehandbook page on Clean URLs\x3c/a\x3e has additional troubleshooting information.": "Váš webový server nepodporuje tuto funkci. \x3ca href=\"http://drupal.org/node/15365\"\x3eVíce informací o Čistých URL\x3c/a\x3e", "Testing clean URLs...": "Testování serveru pro čistá URL..." } };