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,17 +22,17 @@
|
|||
*
|
||||
*/
|
||||
|
||||
define('OGP_LANG_support_email_content', "Ha recibido una petición de soporte de %s (%s).<br><br>Servidor: %s.<br><br>%s");
|
||||
define('OGP_LANG_message_has_been_sent', "Gracias por contactar con nosotros! Su mensaje ha sido recibido y será respondido a su dirección de correo electrónico.");
|
||||
define('OGP_LANG_please_describe_your_issue_below', "Por favor use el formulario que hay a continuación para hacer una petición de soporte para su servidor de juegos.<br>Le responderemos tan pronto como nos sea posible.");
|
||||
define('OGP_LANG_select_server', "Seleccione un servidor");
|
||||
define('OGP_LANG_email_address', "Dirección de correo electronico");
|
||||
define('OGP_LANG_subject', "Asunto");
|
||||
define('OGP_LANG_message', "Mensaje");
|
||||
define('OGP_LANG_email_must_be_filled_out', "Debe ingresar su dirección de correo electrónico.");
|
||||
define('OGP_LANG_subject_must_be_filled_out', "Debe ingresar un asunto para el mensaje.");
|
||||
define('OGP_LANG_message_must_be_filled_out', "Debe escribir el motivo de su petición de soporte en el mensaje.");
|
||||
define('OGP_LANG_send', "Enviar");
|
||||
define('OGP_LANG_error', "Error");
|
||||
define('OGP_LANG_info', "Información");
|
||||
define('LANG_support_email_content', "Ha recibido una petición de soporte de %s (%s).<br><br>Servidor: %s.<br><br>%s");
|
||||
define('LANG_message_has_been_sent', "Gracias por contactar con nosotros! Su mensaje ha sido recibido y será respondido a su dirección de correo electrónico.");
|
||||
define('LANG_please_describe_your_issue_below', "Por favor use el formulario que hay a continuación para hacer una petición de soporte para su servidor de juegos.<br>Le responderemos tan pronto como nos sea posible.");
|
||||
define('LANG_select_server', "Seleccione un servidor");
|
||||
define('LANG_email_address', "Dirección de correo electronico");
|
||||
define('LANG_subject', "Asunto");
|
||||
define('LANG_message', "Mensaje");
|
||||
define('LANG_email_must_be_filled_out', "Debe ingresar su dirección de correo electrónico.");
|
||||
define('LANG_subject_must_be_filled_out', "Debe ingresar un asunto para el mensaje.");
|
||||
define('LANG_message_must_be_filled_out', "Debe escribir el motivo de su petición de soporte en el mensaje.");
|
||||
define('LANG_send', "Enviar");
|
||||
define('LANG_error', "Error");
|
||||
define('LANG_info', "Información");
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue