Panel/lang/Russian/modules/subusers.php
copilot-swe-agent[bot] 7377f955fd
Fix PHP 8.3 htmlentities null safety, remove unused themes, rename OGP_LANG_ to LANG_
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/9909a053-0a66-4453-a844-d3b80d727b27

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-04 17:31:16 +00:00

64 lines
No EOL
4.8 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
/*
*
* OGP - Open Game Panel
* Copyright (C) 2008 - 2018 The OGP Development Team
*
* http://www.opengamepanel.org/
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
define('LANG_login_name', "Имя пользователя");
define('LANG_first_name', "Имя");
define('LANG_last_name', "Фамилия");
define('LANG_phone_number', "Телефон");
define('LANG_email_address', "Е-маил");
define('LANG_register_a_new_user', "Регистрация нового пользователя");
define('LANG_password_mismatch', "Пароли не совпадают.");
define('LANG_confirm_password', "Подтвердите пароль");
define('LANG_subuser_password', "Пароль Суб-пользователя");
define('LANG_subuser_man', "Управление Суб-пользователем");
define('LANG_successfull', "Успешно");
define('LANG_click_here', "Нажмите здесь");
define('LANG_to_login', "Логин");
define('LANG_registered_on', "Зарегистрировано :: %s");
define('LANG_register_message', "Здравствуйте!<br>Учетная запись была успешно создана. Ваши данные:<br><br>Пользователь: %s<br>Пароль: %s<br><br>Вы можете изменить свой пароль от вашей учетной записи в настройках аккаунта.<br>С уважением,<br>Администрация<br>Это автоматическое сообщение. Пожалуйста, не отвечайте на него!");
define('LANG_err_password', "Пароль не может быть пустым");
define('LANG_err_confirm_password', "Пароль для подтверждения не может быть пустым");
define('LANG_err_password_mismatch', "Пароли не совпадают");
define('LANG_err_captcha', "Каптча введена неверно.");
define('LANG_err_login_name', "Имя пользователя пусто или занято.");
define('LANG_err_first_name', "Введите свое имя.");
define('LANG_err_last_name', "Ошибка в Фамиилии.");
define('LANG_err_phone_number', "Номер телефона пуст.");
define('LANG_err_email_address', "Адрес электронной почты пустой или неверный.");
define('LANG_err_users_parent', "Суб-пользователь не может создать других Пользователей.");
define('LANG_err_parent_user', "ID родительского пользователя должен ссылаться на действительного, ранее существующего пользователя.");
define('LANG_err_email_address_already_in_use_by', "адрес электронной почты уже используется пользователем <b>%s</b>.");
define('LANG_user_registration', "Регистрация пользователя");
define('LANG_your_account_details_has_been_sent_by_email_to', "Ваши данные были отправлены по электронной почте <b>%s</b>.");
define('LANG_subject', "Привет %s и Добро пожаловать %s.");
define('LANG_sub_user', "Суб-пользователь");
define('LANG_create_sub_user', "Добавить Суб-пользователь");
define('LANG_listdel_sub_user', "Просмотр, изменить информацию Суб-пользователя или удалить Суб-пользователя");
define('LANG_delete_sub_user', "Изменить / Удалить Суб-пользователь");
define('LANG_del_subuser_conf', "Вы уверены что хотите удалить этот Аккаунт:");
define('LANG_no_subusers', "Под вашей учетной записью еще не создано Суб-пользователь");
define('LANG_subuser_deleted', "Суб-пользователь %sбыл успешно удален из базы данных!");
define('LANG_subuser_added', "Суб-пользователь %s был успешно добавлен в базу данных!");
define('LANG_your_subusers', "Аккаунт принадлежит Суб-пользователю");
?>