mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
14 lines
675 B
PHP
14 lines
675 B
PHP
<?php
|
|
|
|
$lang_takelogin = array
|
|
(
|
|
'std_login_fail_note' => "<b>Error</b>: Username or password incorrect!<br /><br />Don't remember your password? <b><a href=recover.php>Recover</a></b> your password!",
|
|
'std_login_fail' => "Falha ao iniciar sessão!",
|
|
'std_account_disabled' => "Esta conta foi desativada.",
|
|
'std_user_account_unconfirmed' => "The account has not been verified yet. If you didn't receive the confirmation email, try to <a href='confirm_resend.php'><b>reseed it</b></a>.",
|
|
'std_require_two_step_code' => 'Exigir código de autenticação em duas etapas.',
|
|
'std_invalid_two_step_code' => 'Código de autenticação em duas etapas inválido.',
|
|
);
|
|
|
|
?>
|