Till Brehm
2015-12-03 1fbf0d38c82aaa4fe20ef7a7158cdcbac81e16ee
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