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

36 lines
2.0 KiB
PHP
Raw 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_signup = array
(
'head_signup' => "Регистрация",
'text_cookies_note' => "<b>Примечание</b>: Для регистрации или входа вам необходимо включить поддержку cookies.",
'row_desired_username' => "Желаемое имя пользователя",
'text_allowed_characters' => "Допустимые символы: (a-z), (A-Z), (0-9), Максимум 12 символов",
'row_pick_a_password' => "Выберите пароль",
'text_minimum_six_characters' => "Минимум 6 символов",
'row_enter_password_again' => "Введите пароль еще раз",
'row_question' => "Вопрос",
'row_enter_hint_answer' => "Введите ответ подсказки",
'text_hint_note' => "This answer will be used to reset your password in case you forget it.<br /> Minimum is 6 characters.",
'row_email_address' => "Email адрес",
'text_email_note' => "зарегистрироваться можно только с помощью электронной почты из этих доменов: ",
'row_country' => "Страна",
'row_gender' => "Гендерная проблематика",
'radio_male' => "Муж ",
'radio_female' => "Женская ",
'row_verification' => "Проверка",
'checkbox_read_rules' => "I have read the site <a href=rules.php><u>rules</u></a> page.",
'checkbox_read_faq' => "I agree to read the <a href=faq.php><u>FAQ</u></a> before asking questions.",
'checkbox_age' => "Я не менее 13 лет.",
'text_all_fields_required' => "Все поля обязательны! ",
'submit_sign_up' => "Sign&nbsp;up!&nbsp;(PRESS&nbsp;ONLY&nbsp;ONCE)",
'select_none_selected' => "Не выбрано",
'text_select_lang' => "Выберите язык сайта: ",
'row_school' => "Школа",
'head_invite_signup' => "Пригласить зарегистрироваться",
'std_uninvited' => "Неправильный код приглашения. ",
'std_error' => "Ошибка",
);
?>