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
|
|
@ -22,11 +22,11 @@
|
|||
*
|
||||
*/
|
||||
|
||||
define('OGP_LANG_rcon_command_title', "Comandos RCON");
|
||||
define('OGP_LANG_has_sent_to', "foi enviado para");
|
||||
define('OGP_LANG_need_set_remote_pass', "necessário definir uma senha");
|
||||
define('OGP_LANG_before_sending_rcon_com', "antes de enviar comandos rcon");
|
||||
define('OGP_LANG_send_command', "Enviar comando");
|
||||
define('OGP_LANG_check-all', "Marcar todos");
|
||||
define('OGP_LANG_uncheck-all', "Desmarcar todos");
|
||||
define('LANG_rcon_command_title', "Comandos RCON");
|
||||
define('LANG_has_sent_to', "foi enviado para");
|
||||
define('LANG_need_set_remote_pass', "necessário definir uma senha");
|
||||
define('LANG_before_sending_rcon_com', "antes de enviar comandos rcon");
|
||||
define('LANG_send_command', "Enviar comando");
|
||||
define('LANG_check-all', "Marcar todos");
|
||||
define('LANG_uncheck-all', "Desmarcar todos");
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue