From e2a219e2971cbbc048c34470e435df4eea752a82 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Wed, 29 Jun 2016 05:27:58 -0400 Subject: [PATCH] Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1 --- interface/web/tools/lib/lang/br_usersettings.lng | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/interface/web/tools/lib/lang/br_usersettings.lng b/interface/web/tools/lib/lang/br_usersettings.lng index 8aaa6f1..41de100 100644 --- a/interface/web/tools/lib/lang/br_usersettings.lng +++ b/interface/web/tools/lib/lang/br_usersettings.lng @@ -1,9 +1,12 @@ <?php -$wb['passwort_txt'] = 'Senha'; +$wb['password_txt'] = 'Senha'; $wb['password_strength_txt'] = 'Segurança de Senha'; $wb['language_txt'] = 'Idioma'; $wb['password_mismatch'] = 'As senhas não conhecidem'; $wb['Form to edit the user password and language.'] = 'Formulário para alterar idioma e senha'; $wb['Settings'] = 'Configurações'; +$wb['generate_password_txt'] = 'Generate Password'; +$wb['repeat_password_txt'] = 'Repeat Password'; +$wb['password_mismatch_txt'] = 'The passwords do not match.'; +$wb['password_match_txt'] = 'The passwords do match.'; ?> - -- Gitblit v1.9.1