File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
interface/web/login/lib/lang Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,13 @@ $wb['pw_reset_mail_msg'] = 'Sua senha do painel de controle foi restabelecida. A
1111$wb['pw_reset_mail_title'] = 'Sua senha do painel de controle foi restabelecida.';
1212$wb['user_regex_error'] = 'O nome de usuário contém mais de 64 caracteres ou contém caracteres inválidos.';
1313$wb['pw_error_length'] = 'Tamanho da senha não pode ser maior do que 64 caracteres.';
14+ $wb['error_user_password_empty'] = 'Usuário ou Senha em branco.';
15+ $wb['error_user_password_incorrect'] = 'Usuário ou Senha incorretos.';
16+ $wb['error_user_blocked'] = 'O usuário está bloqueado.';
17+ $wb['error_user_too_many_logins'] = 'Várias tentativas de logins incorretas, faça uma nova tentativa dentro de 15 minutos.';
18+ $wb['username_txt'] = 'Usuário';
19+ $wb['password_txt'] = 'Senha';
20+ $wb['login_button_txt'] = 'Entrar';
21+
1422?>
1523
You can’t perform that action at this time.
0 commit comments