Till Brehm
2016-07-24 b9a3ef486ebcde18a5ade37865ff8f397185d24f
commit | author | age
142907 1 <?php
bfcdef 2 $wb['mailbox_password_txt'] = 'Mailbox password';
T 3 $wb['password_txt'] = 'Password';
4 $wb['password_strength_txt'] = 'Password strength';
5 $wb['email_txt'] = 'Email';
142907 6 $wb['generate_password_txt'] = 'Generate Password';
T 7 $wb['repeat_password_txt'] = 'Repeat Password';
8 $wb['password_mismatch_txt'] = 'The passwords do not match.';
9 $wb['password_match_txt'] = 'The passwords do match.';
2d5f53 10 $wb['password_click_to_set_txt'] = 'Klik om in te stellen';
bfcdef 11 ?>