<?php
//File: lang_newsletter.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").
$dateformat="Y-m-d";
$timeformat="H:i:s";
$charset="iso-8859-1";
$HTML_inExpirationPeriod[0] = "Su suscripción <b> expira en menos de un mes!</b> <br>";
$HTML_inExpirationPeriod[1] = "Para renovar su suscripción por unos <-time_on_ML-> mes de forma gratuita, visite <a href=\"<-RenewalURL->?NewsletterID=<-ID->&email=<-Email->&SubscriptionKey=<-SubscriptionKey->\" target=\"_blank\"><-RenewalURL->?NewsletterID=<-ID->&email=<-Email->&SubscriptionKey=<-SubscriptionKey-></a>!<br>";
$HTML_Information[0] = "Usted se ha suscrito a este boletín en <-date->, <-time-> (<-timezone->), bajo la dirección IP <-IP->! <br>";
$HTML_Information[1] = "Su suscripción vence a <-DateExpires-> (<-timezone->)! <br>";
$HTML_Information[2] = "Para cancelar la suscripción, por favor visite <a href=\"<-SubscribeURL->?NewsletterID=<-ID->&subscroption=unsubscribe&email=<-Email->\" target=\"_blank\"><-SubscribeURL->?NewsletterID=<-ID->&subscroption=unsubscribe&email=<-Email-></a>";
$TXT_inExpirationPeriod[0] = "ATENCIÓN: Su suscripción expira en menos de un mes! \n";
$TXT_inExpirationPeriod[1] = "Para renovar su suscripción por unos <-time_on_ML-> mes de forma gratuita, visite <-RenewalURL->?NewsletterID=<-ID->&email=<-Email->&SubscriptionKey=<-SubscriptionKey-> !\n";
$TXT_Information[0] = "Usted se ha suscrito a este boletín en <-date->, <-time-> de la tarde (<-timezone->), bajo la dirección IP <-IP->! \ N";
$TXT_Information[1] = "Su suscripción vence a <-DateExpires-> (<-timezone->)! \n";
$TXT_Information[2] = "Para cancelar la suscripción, por favor visite <-SubscribeURL->?NewsletterID=<-ID->&subscroption=unsubscribe&email=<-Email->";
$TXT_Permanent_recipient = "Usted se ha añadido a este boletín como un suscriptor permanente. Para cancelar la suscripción, por favor póngase en contacto con el editor de este boletín."
?>