<?php
//Copyright (c) Florian Grannemann
//Last change in version: 2.1 Beta 2
/*
******************************************************************************
ADbNewsSender 2
Copyright (C) 2010 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").
//Language file for newsletter specific settings
$TXT_PageTitle="Change newsletter configuration settings";
//---------------------------------------------------------------
//-----Modul info:----------------------------
$modules_choise="<h3>Please select:</h3>";
$TXT_BacktoConfigMenue="Back to config menue!";
//Basic settings
$conf_modules_map["basic"]["name"]="Basic settings";
$conf_modules_map["basic"]["description"]="(Newsletter name, e-mail address, language settings, mailinglist & pendinglist settings)";
//Security settings
$conf_modules_map["security"]["name"]="Security settings";
$conf_modules_map["security"]["description"]="(Security settings for mailinglist & pendinglist)";
//other settings
$conf_modules_map["other"]["name"]="Other settings";
$conf_modules_map["other"]["description"]="(Change archive settings or add a permanent recipient)";
$TXT_Back_to_nl_conf_modul="Back to <-modul->!";
$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!)";
$MSG_Map["NL_name"]="Newsletter name";
$MSG_Map["Email"]="Newsletter e-mail address";
$MSG_Map["Time_on_ML"]="Subscription expires after";
$MSG_Map["Time_on_PL"]="Confirmation links expires after";
$MSG_Map["Language"]="Newsletter language";
$MSG_Map["Limit_Confirmation_Attempts"]="Allowed number of confirmation attempts";
$MSG_Map["Archive_storetime"]="Store archive entries for";
$MSG_Map["Archive_enabled"]="Enable archive?";
$MSG_Map["Permanent_recipient"]="Add a permanent recipient (leave blank to disable)";
$MSG_Map["Max_no_of_eq_IP_Addr_on_PL"]="Maximum number of equal IP addresses on pendinglist";
$MSG_option_unlimited="unlimited";
$MSG_YES="yes";
$MSG_NO="no";
$MSG_Submit="Change settings";
$TXT_BacktoMenue="Back to main menue";
$Months="months";
$Days="days";
//-------------------------------------------------------------------
//Error-Messages:
$ErrorMSG_1="<b>Error:</b><b>You have forgotten the following fields:<b><br>";
$ErrorNLdoesnotExist="<b>Error: The selected newsletter does not exist!</b>";
//-------------------------------------------------------------------
//Success-Message:
$MSG_Success="The settings have been changed successfully!";
?>