Panel/lang/Russian/modules/lostpwd.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

44 lines
No EOL
3.3 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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_recover', "Восстановление пароля");
define('LANG_back', "Назад");
define('LANG_incomplete', "Пожалуйста, заполните все поля.");
define('LANG_subject', "Запрос пароля");
define('LANG_password_message', "Здравствуйте!<br><br>Вы (или кто-то другой) запросили сброс пароля.<br><br>Новый пароль: %s<br>После авторизации в системе Вы сможете изменить свой пароль.<br><br>С уважением,<br>Администрация<br><br>Это автоматическое сообщение. Пожалуйста, не отвечайте на него!");
define('LANG_send', "Ваш пароль был отправлен Вам на почту!");
define('LANG_here', "здесь");
define('LANG_to_login', "Логин");
define('LANG_errormail', "Ваш e-mail адрес неверен.");
define('LANG_submit', "Отправить");
define('LANG_click', "Нажмите");
define('LANG_mail_settings_missing', "Настройки панели не позволяют отправлять e-mail письма. Пожалуйста, свяжитесь с администратором OGP.");
define('LANG_mail_failed', "Ошибка при отправке e-mail.");
define('LANG_email', "Email адрес");
define('LANG_enter_email', "введите email");
define('LANG_webmaster', "Веб-мастер");
define('LANG_confirm_send', "По соображениям безопасности, мы отправили Вам ссылку для подтверждения, прежде чем сбросить пароль.<br><b style='color:red;'>Пожалуйста, проверьте Ваш почтовый ящик.</b>");
define('LANG_confirm_change_subject', "Восстановление пароля, подтверждение email");
define('LANG_confirm_change_password_message', "Здравствуйте!<br><br>Вы (или кто-то другой) запросили восстановление пароля.<br>Если Вы действительно хотите сбросить пароль, перейдите по ссылке:<br>%s<br><br>После перехода по ссылке Вам будет отправлено сообщение с новым паролем.<br><br>С уважением,<br>Администрация<br><br>Это автоматическое сообщение. Пожалуйста, не отвечайте на него!");
?>