Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
interface/web/tools/lib/lang/cz_usersettings.lng
@@ -1,9 +1,12 @@
<?php
$wb["passwort_txt"] = 'Heslo';
$wb["password_strength_txt"] = 'Bezpečnost hesla';
$wb["language_txt"] = 'Jazyk';
$wb["password_mismatch"] = 'Hesla se neshodují.';
$wb["Form to edit the user password and language."] = 'Úprava uživatelského hesla a jazyka rozhraní.';
$wb["Settings"] = 'Nastavení';
?>
<?php
$wb['password_txt'] = 'Heslo';
$wb['password_strength_txt'] = 'Bezpečnost hesla';
$wb['language_txt'] = 'Jazyk';
$wb['password_mismatch'] = 'Hesla se neshodují.';
$wb['Form to edit the user password and language.'] = 'Úprava uživatelského hesla a jazyka rozhraní.';
$wb['Settings'] = 'Nastavení';
$wb['generate_password_txt'] = 'Generovat heslo';
$wb['repeat_password_txt'] = 'Opakujte heslo';
$wb['password_mismatch_txt'] = 'Hesla se neshodují.';
$wb['password_match_txt'] = 'Hesla se shodují.';
?>