Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
142907 1 <?php
407003 2 $wb['mailbox_password_txt'] = 'Password Casella di posta';
bfcdef 3 $wb['password_txt'] = 'Password';
407003 4 $wb['password_strength_txt'] = 'Livello sicurezza Password';
bfcdef 5 $wb['email_txt'] = 'Email';
407003 6 $wb['generate_password_txt'] = 'Genera Password';
TB 7 $wb['repeat_password_txt'] = 'Ripeti Password';
8 $wb['password_mismatch_txt'] = 'Le password non coincidono.';
9 $wb['password_match_txt'] = 'Le password coincidono.';
bfcdef 10 ?>