mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-07-02 06:07:28 +08:00
14 lines
846 B
PHP
14 lines
846 B
PHP
<?php
|
|
|
|
$lang_takelogin = array
|
|
(
|
|
'std_login_fail_note' => "<b>Ошибка</b>: Неверное имя пользователя или пароль!<br /><br />Не помните ваш пароль? <b><a href=recover.php>Восстановление</a></b> ваш пароль!",
|
|
'std_login_fail' => "Ошибка входа!",
|
|
'std_account_disabled' => "Эта учетная запись была отключена.",
|
|
'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' => 'Требовать двухфакторную аутентификацию.',
|
|
'std_invalid_two_step_code' => 'Неверный код двухэтапной аутентификации.',
|
|
);
|
|
|
|
?>
|