Marius Burkard
2016-07-01 49441bdd0f3ff75d5092d5b832b97ea722a66363
commit | author | age
658b0f 1 <?php
701f4d 2 $wb['password_txt'] = 'Senha';
658b0f 3 $wb['password_strength_txt'] = 'Segurança de Senha';
T 4 $wb['language_txt'] = 'Idioma';
5 $wb['password_mismatch'] = 'As senhas não coincidem';
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.';
658b0f 12 ?>