Marius Burkard
2016-02-11 7a3fd811b791ab5cf7787541832462f4e4bc35f4
interface/web/admin/lib/lang/cz_users.lng
@@ -7,7 +7,7 @@
$wb['password_strength_txt'] = 'Bezpečnost hesla';
$wb['modules_txt'] = 'Modul';
$wb['startmodule_txt'] = 'Výchozí modul';
$wb['app_theme_txt'] = 'Výchozí grafické téma';
$wb['app_theme_txt'] = 'Design';
$wb['typ_txt'] = 'Typ';
$wb['active_txt'] = 'Aktivní';
$wb['language_txt'] = 'Jazyk';
@@ -29,5 +29,7 @@
$wb['repeat_password_txt'] = 'Opakujte heslo';
$wb['password_mismatch_txt'] = 'Hesla se neshodují.';
$wb['password_match_txt'] = 'Hesla se shodují.';
$wb['username_error_collision'] = 'The username may not be web or web plus a number.\"';
$wb['username_error_collision'] = 'Uživatelské jméno nesmí být web nebo web a číslo.\\"';
$wb['client_not_admin_err'] = 'A user that belongs to a client can not be set to type: admin';
$wb['lost_password_function_txt'] = 'Forgot password function is available';
?>