Till Brehm
2016-07-06 3560c8d8e14e5ddc8a619844d9ab86d3b9d8d52e
interface/lib/lang/cz.lng
@@ -23,9 +23,9 @@
$wb['page_back_txt'] = 'Zpět';
$wb['delete_txt'] = 'Smazat';
$wb['filter_txt'] = 'Filtrovat';
$wb['add_new_record_txt'] = 'Přidat záznam';
$wb['add_new_record_txt'] = 'Vytvořit záznam';
$wb['btn_save_txt'] = 'Uložit';
$wb['btn_cancel_txt'] = 'Zpět';
$wb['btn_cancel_txt'] = 'Zrušit';
$wb['top_menu_system'] = 'Systém';
$wb['top_menu_client'] = 'Klienti';
$wb['top_menu_email'] = 'E-mail';
@@ -136,15 +136,18 @@
$wb['client_you_are_locked'] = 'Nemáte oprávnění měnit žádná nastavení.';
$wb['gender_m_txt'] = 'Pan';
$wb['gender_f_txt'] = 'Paní';
$wb['client_cannot_be_deleted_because_of_billing_module_txt'] = 'This client has records in the billing module, therefore he cannot be deleted.';
$wb['client_cannot_be_deleted_because_of_billing_module_txt'] = 'Tento klient má záznamy v modulu fakturace, proto nemůže být odstraněn.';
$wb['yes_txt'] = 'Ano';
$wb['no_txt'] = 'Ne';
$wb['None'] = 'None';
$wb['strength_1'] = 'Slabé';
$wb['strength_2'] = 'Podprůměrné';
$wb['strength_3'] = 'Dobré';
$wb['strength_4'] = 'Silné';
$wb['strength_5'] = 'Velmi silné';
$wb['weak_password_txt'] = 'Zvolené heslo neodpovídá požadavkům zásad pro tvorbu hesel. Heslo musí být alespoň {chars} znaků dlouhé a mající sílu \"{strength}\".';
$wb['None'] = 'Žádná';
$wb['strength_1'] = 'Slabá';
$wb['strength_2'] = 'Podprůměrná';
$wb['strength_3'] = 'Dobrá';
$wb['strength_4'] = 'Silná';
$wb['strength_5'] = 'Velmi silná';
$wb['weak_password_txt'] = 'Zvolené heslo neodpovídá požadavkům zásad pro tvorbu hesel. Heslo musí být alespoň {chars} znaků dlouhé a mající sílu \\"{strength}\\".';
$wb['weak_password_length_txt'] = 'Zvolené heslo neodpovídá požadavkům zásad pro tvorbu hesel. Heslo musí být alespoň {chars} znaků dlouhé.';
$wb['security_check1_txt'] = 'Check for security permission:';
$wb['security_check2_txt'] = 'failed.';
$wb['err_csrf_attempt_blocked'] = 'CSRF attempt blocked.';
?>