<?php
//Copyright (c) Florian Grannemann
//Last change in version: 2.0
/*
******************************************************************************
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 text 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").
//Welcome Message
$MSG1="<b>Please fill the following form completely or correct the values!</b><br>(You can find more information about the fields in the User Manual!)";
//Fields:
//don't change the array field names ($MSG_Map["fieldname"])
$MSG_Map["URL"]="Website URL";
$MSG_Map["Email"]="Your e-mail address";
$MSG_Map["SubscribeURL"]="Subscribe/Unsubscribe -URL";
$MSG_Map["RenewalURL"]="Subscription-Renewal-URL";
$MSG_Map["ArchiveURL"]="Archive URL";
$MSG_Map["ConfirmationURL"]="Confirmation-URL";
$MSG_Map["Language"]="Language";
$MSG_Map["EnableTinyMCE"]="Enable TinyMCE (WYSIWYG editor)?";
$MSG_Language_Select="Please select";
$MSG_yes="Yes";
$MSG_no="No";
$MSG_Submit="Change Settings";
//-------------------------------------------------------------------
//Error-Messages:
$ErrorMSG="<b>Error: You have forgotten the following fields:</b><br>";
//-------------------------------------------------------------------
//Success-Message:
$MSG_Success="The configuration has been saved successfully!";
?>