<?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 texts 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").
//Language file for newsletter specific settings
$TXT_PageTitle="Change newsletter configuration settings";
//---------------------------------------------------------------
//-----Modul info:----------------------------
$modules_choise="<h3>Por favor, seleccione:</h3>";
$TXT_BacktoConfigMenue="Volver al menú de configuración";
//Basic settings
$conf_modules_map["basic"]["name"]="Configuración básica";
$conf_modules_map["basic"]["description"]="(Boletín nombre, dirección de correo electrónico, configuración de idioma, Lista de correos y Lista de pendientes)";
//Security settings
$conf_modules_map["security"]["name"]="Opciones de seguridad";
$conf_modules_map["security"]["description"]="(Ajustes de seguridad para correo y pendientes)";
//other settings
$conf_modules_map["other"]["name"]="Otras configuraciones";
$conf_modules_map["other"]["description"]="(Cambiar o agregar un destinatario)";
$TXT_Back_to_nl_conf_modul="Volver a <-modul->!";
$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)";
$MSG_Map["NL_name"]="Boletin Nombre";
$MSG_Map["Email"]="Direccion email del Boletin";
$MSG_Map["Time_on_ML"]="suscripción vence después";
$MSG_Map["Time_on_PL"]="enlaces expira después de la confirmación";
$MSG_Map["Language"]="Idioma";
$MSG_Map["Limit_Confirmation_Attempts"]="permitidas número de intentos de confirmación";
$MSG_Map["Archive_storetime"]="Guardar archivo de las entradas para";
$MSG_Map["Archive_enabled"]="Habilitar archivo?";
$MSG_Map["Permanent_recipient"]="Añadir un destinatario (dejar en blanco para desactivar)";
$MSG_Map["Max_no_of_eq_IP_Addr_on_PL"]="El número máximo de direcciones IP iguales en lista de pendientes";
$MSG_option_unlimited="ilimitado";
$MSG_YES="si";
$MSG_NO="no";
$MSG_Submit="Cambiar configuración";
$TXT_BacktoMenue="Volver al menú principal";
$Months="meses";
$Days="días";
//-------------------------------------------------------------------
//Error-Messages:
$ErrorMSG_1="<b> Error: </ b> <b> Usted ha olvidado los siguientes campos: </b> <br>";
$ErrorNLdoesnotExist="<b> Error: El boletín seleccionado no existe! </ B>";
//-------------------------------------------------------------------
//Success-Message:
$MSG_Success="Los valores se han modificado con éxito!";
?>