Marius Burkard
2016-07-01 49441bdd0f3ff75d5092d5b832b97ea722a66363
commit | author | age
85c90f 1 <?php
701f4d 2 $wb["password_txt"] = 'Password';
f66aae 3 $wb["password_strength_txt"] = 'Password strength';
85c90f 4 $wb["language_txt"] = 'Language';
0634d4 5 $wb["password_mismatch"] = 'The password in the second password field does not match the first password.';
22cc9d 6 $wb["Form to edit the user password and language."] = 'Form to edit the user password and language.';
d76ee9 7 $wb["Settings"] = 'Settings';
726cfa 8 $wb['generate_password_txt'] = 'Generate Password';
2a1893 9 $wb['repeat_password_txt'] = 'Repeat Password';
F 10 $wb['password_mismatch_txt'] = 'The passwords do not match.';
11 $wb['password_match_txt'] = 'The passwords do match.';
f66aae 12 ?>