<?php
//File: lang_newsletter.php.inc
//Last change in version: 2.0 Alpha 4
/* This file contains the unsubscribe information that will be added to all sent newsletter issues
******************************************************************************
ADbNewsSender 2
Copyright (C) 2009 Florian Grannemann (hide@address.com)
Website: http://adbnewssender.sforge.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 2 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/
******************************************************************************
*/
//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="d.m.Y";
$timeformat="H:i:s";
$charset="iso-8859-1";
$HTML_inExpirationPeriod[0]="<b>Ihr Abonnement läuft in weniger als einem Monat ab!</b><br>";
$HTML_inExpirationPeriod[1]="Um Ihr Abonnement kostenlos um weitere <-time_on_ML-> Monate zu verlängern, besuchen Sie bitte <a href=\"<-RenewalURL->?NewsletterID=<-ID->&email=<-Email->&SubscriptionKey=<-SubscriptionKey->\" target=\"_blank\"><-RenewalURL->?NewsletterID=<-ID->&email=<-Email->&SubscriptionKey=<-SubscriptionKey-></a>!<br>";
$HTML_Information[0]="Sie haben diesen Newsletter am <-date->, um <-time-> Uhr (<-timezone->) unter der IP Adresse <-IP-> abonniert!<br>";
$HTML_Information[1]="Ihr Abonnement läuft am <-DateExpires-> Uhr (<-timezone->) ab!<br>";
$HTML_Information[2]="Um Ihr Abonnement zu kündigen, besuchen Sie bitte <a href=\"<-SubscribeURL->?NewsletterID=<-ID->&subscroption=unsubscribe&email=<-Email->\" target=\"_blank\"><-SubscribeURL->?NewsletterID=<-ID->&subscroption=unsubscribe&email=<-Email-></a>";
$TXT_inExpirationPeriod[0]="ACHTUNG: Ihr Abonnement läuft in weniger als einem Monat ab!\n";
$TXT_inExpirationPeriod[1]="Um Ihr Abonnement kostenlos um weitere <-time_on_ML-> Monate zu verlängern, besuchen Sie bitte <-RenewalURL->?NewsletterID=<-ID->&email=<-Email->&SubscriptionKey=<-SubscriptionKey-> !\n";
$TXT_Information[0]="Sie haben diesen Newsletter am <-date->, um <-time-> Uhr (<-timezone->) unter der IP Adresse <-IP-> abonniert!\n";
$TXT_Information[1]="Ihr Abonnement läuft am <-DateExpires-> Uhr (<-timezone->) ab!\n";
$TXT_Information[2]="Um Ihr Abonnement zu kündigen, besuchen Sie bitte <-SubscribeURL->?NewsletterID=<-ID->&subscroption=unsubscribe&email=<-Email->";
$TXT_Permanent_recipient="Sie wurden diesem Newsletter als permanenter Empfänger hinzugefügt. Zum Abmelden kontaktieren Sie bitte den Herausgeber dieses Newsletters!";
?>