Till Brehm
2016-04-22 ebd0e986ed11f2a34fb58cdd33efbfab192083ad
commit | author | age
142907 1 <?php
992797 2 $wb['mailbox_password_txt'] = 'E-mailový účet heslo';
bfcdef 3 $wb['password_txt'] = 'Heslo';
T 4 $wb['password_strength_txt'] = 'Síla hesla';
5 $wb['email_txt'] = 'E-mail';
6 $wb['generate_password_txt'] = 'Generovat heslo';
7 $wb['repeat_password_txt'] = 'Opakujte heslo';
8 $wb['password_mismatch_txt'] = 'Hesla se neshodují.';
9 $wb['password_match_txt'] = 'Hesla se shodují.';
10 ?>
206676 11
1fbf0d 12