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

30 lines
2.5 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_takeinvite = array
(
'head_invitation_failed' => "Приглашение не удалось!",
'std_username_too_long' => "Имя пользователя слишком длинное (не более 12 символов)",
'std_must_enter_email' => "Необходимо ввести адрес электронной почты!",
'std_invalid_email_address' => "Неверный адрес электронной почты!",
'std_must_enter_personal_message' => "Пожалуйста, добавьте личное сообщение.",
'std_email_address' => "Адрес электронной почты ",
'std_is_in_use' => " уже используется.",
'mail_here' => "ЗДЕСЬ",
'mail_tilte' => " Приглашение",
'mail_one' => "Hi,<br /><br />You have been invited to join the %s community by ",
'mail_two' => ".<br />This is a private community which has very knowledgeable members. <br />If you are interested in joining the community please read over <br />the rules and confirm the invite.<br /><br />If you want to accept this invitation, you'll need to click this link:",
'mail_three' => "Вам нужно принять приглашение в течение ",
'mail_four' => " days, or else the link will become inactive.<br />We on %s hope that you'll accept the invitation and join our great community!<br /><br />Personal message from ",
'mail_five' => ":",
'mail_six' => "Если вы не знаете человека, который пригласил вас, пересылайте это письмо %s<br /><br />------<br />Вас,<br />Команда %s.",
'std_error' => "Ошибка",
'std_invite_denied' => "Пользователям вашего класса не разрешается отправлять приглашение. Как вы здесь?",
'std_email_address_banned' => "Этот адрес электронной почты заблокирован!",
'std_wrong_email_address_domains' => "Этот адрес электронной почты не разрешен! Вы можете отправлять приглашение только этим доменам: ",
'std_no_invite' => "У вас нет приглашений. Как добраться сюда?",
'std_invitation_already_sent_to' => "Приглашение не удалось! Адрес электронной почты ",
'std_await_user_registeration' => " уже получил приглашение. Пожалуйста, дождитесь регистрации пользователя.",
);
?>