<?php
//File: lang_subscribe.php.inc
//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").
$Text_Subscribe = "Suscripción";
$Text_Unsubscribe = "Anular suscripción";
$Text_SelectNewsletter = "Por favor, seleccione un boletín informativo";
$Text_Email_Allready_ON_PendingList = "<b> un e-mail de confirmación se ha enviado a usted allready </b>";
$Text_Email_Allready_ON_MaillingList = "<b> Su e-mail ha sido suscrito allready </b>";
$Error_Templatefile = "<b> No se pudo abrir el formulario de suscripción archivo de plantilla </b>";
$Text_OTHER[0] = "E-mail:";
$Text_OTHER[1] = "(sólo Suscribir!)";
$Text_OTHER[2] = "Estoy de acuerdo en recibir el e-mail de confirmación!";
$Text_OTHER[3] = "<b> El e-mail de confirmación ha sido enviado! </b>";
$Text_OTHER[4] = "<b> no válida dirección de e-mail! Por favor, inténtelo de nuevo </b>";
$Text_OTHER[5] = "<b> tienen que ponerse de acuerdo para recibir la Confirmación-Mail </b>";
$Text_OTHER[6] = "<b> Su dirección de correo electrónico no se pudo encontrar! </B>";
$Text_OTHER[7] = "<b> han suspendido el éxito! <br> Tu E-mail se ha suprimido! </B>";
$Text_OTHER[8] = "Por favor seleccione una <b> boletín </b>";
$Text_OTHER[9] = "<b> No se pudo establecer la conexión a la base de datos </b>";
$Text_OTHER[10] = "<b> un problema interno se ha producido! Por favor, inténtelo de nuevo más tarde </b>";
?>