<?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/
******************************************************************************
*/
//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="Subscribe";
$Text_Unsubscribe="Unsubscribe";
$Text_SelectNewsletter="Please select a newsletter";
$Text_Email_Allready_ON_PendingList="<b>A confirmation e-mail has been allready sent to you!</b>";
$Text_Email_Allready_ON_MaillingList="<b>Your e-mail-address has been subscribed allready!</b>";
$Error_Templatefile="<b>Could not open the subscription form template file!</b>";
$Text_OTHER[0]="E-mail-address:";
$Text_OTHER[1]="(Subscribe only!)";
$Text_OTHER[2]="I agree to receive the confirmation e-mail!";
$Text_OTHER[3]="<b>The confirmation e-mail has been sent!</b>";
$Text_OTHER[4]="<b>Invalid e-mail address! Please try again!</b>";
$Text_OTHER[5]="<b>You have to agree to receive the Confirmation-Mail</b>";
$Text_OTHER[6]="<b>Your e-mail address could not be found!</b>";
$Text_OTHER[7]="<b>You have unsubscribed succesfully!<br>Your E-mail address has been deleted!</b>";
$Text_OTHER[8]="<b>Please select a newsletter!</b>";
$Text_OTHER[9]="<b>Could not establish connection to database!</b>";
$Text_OTHER[10]="<b>An internal problem has occurred! Please try again later!</b>";
?>