Till Brehm
2016-07-24 b9a3ef486ebcde18a5ade37865ff8f397185d24f
commit | author | age
986414 1 <?php
701f4d 2 $wb['password_txt'] = 'Password';
986414 3 $wb['language_txt'] = 'Lingua';
8ab3cd 4 $wb['password_mismatch'] = 'Il secondo campo password non corrisponde con il primo.';
T 5 $wb['Form to edit the user password and language.'] = 'Form per modificare la password e la lingua dellutente.';
d76ee9 6 $wb['Settings'] = 'Impostazioni';
463137 7 $wb['password_strength_txt'] = 'Sicurezza della Password';
142907 8 $wb['generate_password_txt'] = 'Generate Password';
T 9 $wb['repeat_password_txt'] = 'Repeat Password';
10 $wb['password_mismatch_txt'] = 'The passwords do not match.';
11 $wb['password_match_txt'] = 'The passwords do match.';
986414 12 ?>