Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/9909a053-0a66-4453-a844-d3b80d727b27 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
44 lines
No EOL
2.6 KiB
PHP
44 lines
No EOL
2.6 KiB
PHP
<?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', "Recuperar una contraseña");
|
|
define('LANG_back', "Volver");
|
|
define('LANG_incomplete', "Rellene todos los campos del formulario.");
|
|
define('LANG_subject', "Asunto");
|
|
define('LANG_password_message', "Hola,<br>Su contraseña ha sido modificada.<br>Nueva contraseña: %s<br>Puede volver a cambiarla desde su cuenta.<br>Gracias!<br>El administrador.<br>Esto es un mensaje automático, por favor no responda.");
|
|
define('LANG_send', "<b style='color:red;'>Su contraseña ha sido enviada! Por favor compruebe su bandeja de entrada.</b>");
|
|
define('LANG_here', "Aquí");
|
|
define('LANG_to_login', "para entrar");
|
|
define('LANG_errormail', "La dirección de correo electronico no es valida.");
|
|
define('LANG_submit', "Enviar");
|
|
define('LANG_click', "Clic");
|
|
define('LANG_mail_settings_missing', "El panel no tiene una dirección de correo electronico configurada, contacte con el administrador.");
|
|
define('LANG_mail_failed', "Dirección de correo electronica erronea.");
|
|
define('LANG_email', "Dirección Email");
|
|
define('LANG_enter_email', "Introduzca su dirección de correo electronico");
|
|
define('LANG_webmaster', "Webmaster");
|
|
define('LANG_confirm_send', "Por razones de seguridad le hemos enviado un enlace de confirmación antes de reiniciar su contraseña.<br><b style='color:red;'>Por favor compruebe su bandeja de entrada.</b>");
|
|
define('LANG_confirm_change_subject', "Confirmación de cambio de contraseña");
|
|
define('LANG_confirm_change_password_message', "Hola,<br>Se ha hecho una peticion de cambio de contraseña,<br>sí realmente usted desea cambiar su contraseña acceda a la siguiente direccion URL: <br>%s<br>Una vez haya accedido se le remitira otro correo electronico indicandole su nueva contraseña.<br>Gracias!<br>El administrador.<br><br>Esto es un mensaje automatico, por favor no responda!");
|
|
?>
|