= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; } }} ; $a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "Datum konce odstávky je před datem zahájení odstávky, prosím opravte to"; $a->strings["Please double check that the current settings for the blackout. Begin will be %s and it will end %s."] = "Prosím zkontrolujte svá aktuální nastavení pro odstávku. Začne %s a skončí %s."; $a->strings["Save Settings"] = "Uložit nastavení"; $a->strings["Redirect URL"] = "URL přesměrování"; $a->strings["all your visitors from the web will be redirected to this URL"] = "všichni vaši návštěvníci z webu budou přesměrování na tuto URL adresu"; $a->strings["Begin of the Blackout"] = "Zahájení odstávky"; $a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "Formát je RRRR-MM-DD hh:mm; RRRR rok, MM měsíc, DD den, hh hodina a mm minuta."; $a->strings["End of the Blackout"] = "Konec odstávky"; $a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out should the blackout is still in place."] = "Poznámka: Přesměrování bude aktivní od chvíle, kdy stisknete tlačítko pro odeslání. Aktuálně přihlášení uživatelé nebudou odhlášeni, ale po odhlášení se po dobu trvání odstávky nebudou moci znovu přihlásit.";