Files
nexusphp/lang/ru/lang_confirm_resend.php
2025-04-22 19:35:05 +07:00

38 lines
3.7 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang_confirm_resend = array
(
'resend_confirmation_email_failed' => "Не удалось отправить письмо с подтверждением",
'std_fields_blank' => "Не оставляйте поля пустыми.",
'std_invalid_email_address' => "Неверный адрес электронной почты!",
'std_email_not_found' => "The email address was not found in the database.\n",
'std_user_already_confirm' => "User using this email address is already confirmed.\n",
'std_passwords_unmatched' => "Пароли не совпадают! Нужно опечатать. Повторите попытку.",
'std_password_too_short' => "Извините, пароль слишком короткий (минимум 6 символов)",
'std_password_too_long' => "Извините, пароль слишком длинный (максимум 40 символов)",
'std_password_equals_username' => "К сожалению, пароль не может быть таким же, как имя пользователя.",
'std_error' => "Ошибка",
'std_database_error' => "Ошибка базы данных. Пожалуйста, свяжитесь с администратором по этому вопросу.",
'text_resend_confirmation_mail_note' => "<h1>Отправить письмо с подтверждением еще раз </h1><p>Используйте форму ниже, чтобы отправить вам письмо с подтверждением.</p><p>Вы должны быть зарегистрированы в течение 1 дня и не подтвердили,<br />в противном случае ваш оставшийся аккаунт может быть удален и вы должны зарегистрироваться снова.</p><p><b>Примечание:</b> неудачные попытки %s подряд забанит ваш ip!</p>",
'row_registered_email' => "Зарегистрированный email: ",
'row_new_password' => "Новый пароль: ",
'text_password_note' => "Минимум 6 символов",
'row_enter_password_again' => "Введите пароль еще раз: ",
'submit_send_it' => "Отправь!",
'text_you_have' => "У вас есть ",
'text_remaining_tries' => " оставшихся попыток.",
'mail_title' => " Подтверждение регистрации пользователя (Послать)",
'mail_this_link' => "ЭТО СЛОЖНО",
'mail_here' => "ЗДЕСЬ",
'mail_one' => "Hi ",
'mail_two' => ",<br /><br />You have requested a new confirmation email on %s and you have <br />specified this address ",
'mail_three' => " as user contact.<br /><br />If you did not do this, please ignore this email. The person who entered your <br />email address had the IP address ",
'mail_four' => ". Please do not reply.<br /><br />To confirm your user registration, you have to follow ",
'mail_four_1' => "<br /><br />Если ссылка выше нарушена или истекла, попробуйте отправить новое письмо подтверждения снова от ",
'mail_five' => "<br /><br />After you do this, you will be able to use your new account. If you fail to <br />do this, your account will be deleted within 24 hours. We urge you to read <br />the RULES and FAQ before you start using %s.<br /><br />Please Note: If you did not register for %s, please report this email to %s<br /><br />------<br />Yours,<br />The %s Team.",
'text_select_lang' => "Выберите язык сайта: ",
'std_need_admin_verification' => "Учетная запись нуждается в ручной проверке у администраторов."
);
?>