Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
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 ?>