Marius Burkard
2016-07-01 49441bdd0f3ff75d5092d5b832b97ea722a66363
commit | author | age
c4dc25 1 <?php
701f4d 2 $wb['password_txt'] = 'Password';
c4dc25 3 $wb['password_strength_txt'] = 'Password strength';
T 4 $wb['language_txt'] = 'Limba';
5 $wb['password_mismatch'] = 'Parola in al doilea camp nu coincide cu primul.';
6 $wb['Form to edit the user password and language.'] = 'Formular de editare parola si limba';
7 $wb['Settings'] = 'Setari';
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.';
c4dc25 12 ?>