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>
This commit is contained in:
parent
53e0b68f4f
commit
7377f955fd
796 changed files with 38947 additions and 43914 deletions
|
|
@ -1,17 +1,17 @@
|
|||
<?php
|
||||
|
||||
define('OGP_LANG_configuration_files', "Конфигурация файлов");
|
||||
define('OGP_LANG_editing_file', "Редактирование Файла");
|
||||
define('OGP_LANG_no_server_specfied', "Идентификатор сервера не указан. Невозможно обнаружить файлы конфигурации.");
|
||||
define('OGP_LANG_no_home', "У вас нет доступа к данному серверу.");
|
||||
define('OGP_LANG_no_configs_for_game', "Отсутствуют конфигурационные файлы");
|
||||
define('OGP_LANG_name', "Имя");
|
||||
define('OGP_LANG_no_description', "Отсутствует описание");
|
||||
define('OGP_LANG_description', "Описание");
|
||||
define('OGP_LANG_invalid_file', "Указанный файл не может быть отредактирован.");
|
||||
define('OGP_LANG_wrote_changes', "Успешно сохранен файл.");
|
||||
define('OGP_LANG_failed_write', "Не удалось сохранить файл");
|
||||
define('OGP_LANG_failed_read', "Не удалось прочитать файл");
|
||||
define('OGP_LANG_save', "Сохранить");
|
||||
define('OGP_LANG_go_back', "Назад");
|
||||
define('OGP_LANG_new_file', "Новый файл");
|
||||
define('LANG_configuration_files', "Конфигурация файлов");
|
||||
define('LANG_editing_file', "Редактирование Файла");
|
||||
define('LANG_no_server_specfied', "Идентификатор сервера не указан. Невозможно обнаружить файлы конфигурации.");
|
||||
define('LANG_no_home', "У вас нет доступа к данному серверу.");
|
||||
define('LANG_no_configs_for_game', "Отсутствуют конфигурационные файлы");
|
||||
define('LANG_name', "Имя");
|
||||
define('LANG_no_description', "Отсутствует описание");
|
||||
define('LANG_description', "Описание");
|
||||
define('LANG_invalid_file', "Указанный файл не может быть отредактирован.");
|
||||
define('LANG_wrote_changes', "Успешно сохранен файл.");
|
||||
define('LANG_failed_write', "Не удалось сохранить файл");
|
||||
define('LANG_failed_read', "Не удалось прочитать файл");
|
||||
define('LANG_save', "Сохранить");
|
||||
define('LANG_go_back', "Назад");
|
||||
define('LANG_new_file', "Новый файл");
|
||||
Loading…
Add table
Add a link
Reference in a new issue