Till Brehm
2014-09-01 2066766a3e12ba9ae46f0534c715ec6a6dccbe3c
commit | author | age
0d9599 1 <?php
T 2 $wb['passwort_txt'] = 'Heslo';
3 $wb['password_strength_txt'] = 'Bezpečnost hesla';
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 ?>
206676 13