Files
nexusphp/lang/ru/lang_takelogin.php
T

14 lines
846 B
PHP
Raw Normal View History

2025-04-22 19:35:05 +07:00
<?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' => 'Неверный код двухэтапной аутентификации.',
);
?>