mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
40 lines
3.2 KiB
PHP
40 lines
3.2 KiB
PHP
<?php
|
||
|
||
$lang_recover = array
|
||
(
|
||
'std_recover_failed' => "Восстановление не удалось! (Смотри ниже)",
|
||
'std_missing_email_address' => "Необходимо ввести адрес электронной почты!",
|
||
'std_invalid_email_address' => "Неверный адрес электронной почты!",
|
||
'std_email_not_in_database' => "The email address was not found in the database.\n",
|
||
'std_error' => "Ошибка",
|
||
'std_database_error' => "Ошибка базы данных. Пожалуйста, свяжитесь с администратором по этому вопросу.",
|
||
'std_unable_updating_user_data' => "Не удается обновить данные пользователя. Пожалуйста, свяжитесь с администратором об этой ошибке.",
|
||
'text_recover_user' => "Восстановить имя пользователя или пароль.",
|
||
'text_use_form_below' => "Используйте форму ниже, чтобы сбросить пароль и ваши данные учетной записи были отправлены вам обратно.",
|
||
'text_reply_to_confirmation_email' => "(Вам нужно будет ответить на подтверждение по электронной почте.)",
|
||
'text_note' => "Примечание: ",
|
||
'text_ban_ip' => " неудачные попытки подряд приведёт к блокировке вашего ip!",
|
||
'row_registered_email' => "Зарегистрированный email: ",
|
||
'submit_recover_it' => "Восстановить его!",
|
||
'text_you_have' => "У вас есть ",
|
||
'text_remaining_tries' => " оставшихся попыток.",
|
||
|
||
'mail_this_link' => "ЭТО СЛОЖНО",
|
||
'mail_here' => "ЗДЕСЬ",
|
||
|
||
'mail_title' => " подтверждение сброса пароля",
|
||
'mail_one' => "Hi,<br /><br />Someone, hopefully you, requested that the password for the account<br />associated with this email address ",
|
||
'mail_two' => " быть сброшено.<br /><br />Запрос, созданный с ",
|
||
'mail_three' => ".<br /><br />If you did not do this ignore this email. Please do not reply.<br /><br />Should you wish to confirm this request, please follow ",
|
||
'mail_four' => "<br />After you do this, your password will be reset and emailed back to you.<br /><br />------<br />Yours,<br />The %s Team.",
|
||
|
||
'mail_two_title' => " детали счета",
|
||
'mail_two_one' => "Hi,<br /><br />As per your request we have generated a new password for your account.<br /><br />Here is the information we now have on file for this account:<br /><br />User name: ",
|
||
'mail_two_two' => "<br />пароль: ",
|
||
'mail_two_three' => "<br /><br />Вы можете войти с ",
|
||
'mail_two_four' => "<br /><br />Вы можете изменить свой пароль в User CP - Security Settings после входа.<br />------<br />Ваш пароль,<br />Команда %s.",
|
||
'text_select_lang' => "Выберите язык сайта: ",
|
||
'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>.",
|
||
);
|
||
?>
|