Till Brehm
2014-09-01 2066766a3e12ba9ae46f0534c715ec6a6dccbe3c
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