Till Brehm
2016-07-24 b9a3ef486ebcde18a5ade37865ff8f397185d24f
commit | author | age
bf7876 1 <?php
701f4d 2 $wb['password_txt'] = 'Senha';
bf7876 3 $wb['password_strength_txt'] = 'Segurança de Senha';
M 4 $wb['language_txt'] = 'Idioma';
5 $wb['password_mismatch'] = 'As senhas não conhecidem';
6 $wb['Form to edit the user password and language.'] = 'Formulário para alterar idioma e senha';
7 $wb['Settings'] = 'Configurações';
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.';
bf7876 12 ?>