<?php
//Copyright (c) Florian Grannemann
//Last change in version: 2.0 Alpha 4
/*
******************************************************************************
ADbNewsSender 2
Copyright (C) 2009 Florian Grannemann (hide@address.com)
Website: http://adbnewssender.sf.net
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 3 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, see http://www.gnu.org/licenses/
*********
ADbNewsSender 2
Copyright (C) 2009 Florian Grannemann (F. Grannemann @ 02n.net)
Sitio web: http://adbnewssender.sf.net
Este programa es software libre, puede redistribuirlo y / o modificar
bajo los términos de la GNU General Public License publicada por
la Free Software Foundation, bien de la versión 3 de la Licencia, o
cualquier versión posterior.
Este programa se distribuye con la esperanza de que sea útil,
pero SIN NINGUNA GARANTÍA, incluso sin la garantía implícita de
COMERCIABILIDAD o IDONEIDAD PARA UN PROPÓSITO PARTICULAR. Véase el
Licencia Pública General de GNU para más detalles.
Usted debería haber recibido una copia de la Licencia Pública General de GNU
junto con este programa. Si no, véase http://www.gnu.org/licenses/
Traduccion JMFSz
******************************************************************************
*/
//You may adapt the text to your needs.
// But NEVER CHANGE variable-names, like <-Variable-> or $variable.
// If you do that, it may interfear with the Script's functionality!
// If you want to set "-Characters please use \" (\"text\" instead of "text").
//Welcome Message
$MSG1="<b>Por favor, rellene el siguiente formulario completamente o corregir los valores </b> <br> (Puede encontrar más información acerca de los campos en el Manual de Usuario)";
//Fields:
//don't change the array field names ($MSG_Map["fieldname"])
$MSG_Map["URL"]="Website URL";
$MSG_Map["Email"]="Su dirección de correo electrónico";
$MSG_Map["SubscribeURL"]="Subscribe/Unsubscribe -URL";
$MSG_Map["RenewalURL"]="Renovación de la suscripción-URL";
$MSG_Map["ArchiveURL"]="Archivo URL";
$MSG_Map["ConfirmationURL"]="Confirmación-URL";
$MSG_Map["Language"]="Idioma";
$MSG_Map["EnableTinyMCE"]="Habilitar TinyMCE (editor WYSIWYG)?";
$MSG_Language_Select="Por favor seleccione";
$MSG_yes="Si";
$MSG_no="No";
$MSG_Submit="Cambiar configuración";
//-------------------------------------------------------------------
//Error-Messages:
$ErrorMSG="<b> error: Usted ha olvidado los siguientes campos: </b> <br>";
//-------------------------------------------------------------------
//Success-Message:
$MSG_Success="La configuración se ha guardado con éxito!";
?>