| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?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('OGP_LANG_recover', "Recuperar una contraseña");
- define('OGP_LANG_back', "Volver");
- define('OGP_LANG_incomplete', "Rellene todos los campos del formulario.");
- define('OGP_LANG_subject', "Asunto");
- define('OGP_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('OGP_LANG_send', "<b style='color:red;'>Su contraseña ha sido enviada! Por favor compruebe su bandeja de entrada.</b>");
- define('OGP_LANG_here', "Aquí");
- define('OGP_LANG_to_login', "para entrar");
- define('OGP_LANG_errormail', "La dirección de correo electronico no es valida.");
- define('OGP_LANG_submit', "Enviar");
- define('OGP_LANG_click', "Clic");
- define('OGP_LANG_mail_settings_missing', "El panel no tiene una dirección de correo electronico configurada, contacte con el administrador.");
- define('OGP_LANG_mail_failed', "Dirección de correo electronica erronea.");
- define('OGP_LANG_email', "Dirección Email");
- define('OGP_LANG_enter_email', "Introduzca su dirección de correo electronico");
- define('OGP_LANG_webmaster', "Webmaster");
- define('OGP_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('OGP_LANG_confirm_change_subject', "Confirmación de cambio de contraseña");
- define('OGP_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!");
- ?>
|