Drupal.locale = { 'pluralFormula': function($n) { return Number((($n==1)?(0):((($n>=2)&&($n<=4))?(1):2))); }, 'strings': { "Your server has been successfully tested to support this feature.": "Váš server bol otestovaný a túto funkciu podporuje.", "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.": "Vaša systémová konfigurácia momentálne túto funkciu nepodporuje. Na stránke s príručkou \x3ca href=\"http://drupal.org/node/15365\"\x3eClean URLs\x3c/a\x3e nájdete informácie ako vyriešiť tento problém.", "Testing clean URLs...": "Testuje sa podpora čistých URL..." } };