<?php
//Ultima Version: 2.0 Alpha 4
/* Language file for the confirmation e-mail
******************************************************************************
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 can 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";
$subject="Por favor, confirme su suscripcion al <-nl_name->!";
$mailtext="Buenos Dias,
Por favor, confirme que desea suscribir su dirección de correo electrónico <-email_address-> para <-nl_name->!
Liga de Confirmacion:
<-ConfirmationURL->?NewsletterID=<-ID->&email=<-email_address->&random=<-random_code->
(Esta liga expira <-date_expires->, <-time_expires-> en punto (<-timezone->)! )
Nota: La suscripción vence después de <-time_on_ML-> meses!
Usted puede renovar su suscripción a partir de un mes antes de la expiración.
Este e-mail ha sido ordenado en <-date->, <-time-> punto (<-timezone->), bajo la dirección IP <-IP-> de <-ordered_from->.
Si usted no ha ordenado este e-mail, les pido disculpas por este e-mail.
Si no desea suscribirse a la dirección de correo electrónico, por favor ignore este correo electrónico.
Atentamente.
<-nl_name->
<-nl_email->
<-WebsiteURL->
";
?>