Marius Burkard
2016-07-01 49441bdd0f3ff75d5092d5b832b97ea722a66363
commit | author | age
0d9599 1 <?php
701f4d 2 $wb['password_txt'] = 'Heslo';
0d9599 3 $wb['password_strength_txt'] = 'Bezpečnost hesla';
T 4 $wb['language_txt'] = 'Jazyk';
5 $wb['password_mismatch'] = 'Hesla se neshodují.';
6 $wb['Form to edit the user password and language.'] = 'Úprava uživatelského hesla a jazyka rozhraní.';
7 $wb['Settings'] = 'Nastavení';
bfcdef 8 $wb['generate_password_txt'] = 'Generovat heslo';
T 9 $wb['repeat_password_txt'] = 'Opakujte heslo';
10 $wb['password_mismatch_txt'] = 'Hesla se neshodují.';
11 $wb['password_match_txt'] = 'Hesla se shodují.';
0d9599 12 ?>