<?php
//Copyright (c) Florian Grannemann
//Last change in version: 2.1 Alpha 5
/*
******************************************************************************
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 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>Bitte füllen Sie das Formular aus!</b><br>(Weitere Informationen finden Sie im Benutzerhandbuch!)";
//Fields:
//don't change the array field names ($MSG_Map["fieldname"])
$MSG_Map["URL"]="Website URL";
$MSG_Map["Email"]="Ihre E-mail-Adresse";
$MSG_Map["SubscribeURL"]="Ein/Austragungs -URL";
$MSG_Map["RenewalURL"]="Abonnement-Erneuerungs-URL";
$MSG_Map["ArchiveURL"]="Archiv URL";
$MSG_Map["ConfirmationURL"]="Bestätigungs-URL";
$MSG_Map["Language"]="Sprache";
$MSG_Map["EnableTinyMCE"]="TinyMCE (WYSIWYG editor) aktivieren?";
$MSG_Map["UseTimeZone"]="Benutzte Zeitzone";
$MSG_Map["PauseNLSendProcessEvery"]="Newsletterversand alle n Empfänger anhalten";
$MSG_Map["PauseNLSendProcessTime"]="Wartezeit beim Anhalten des Versandprozess";
$MSG_Disabled="Deaktiviert";
$MSG_ms="ms";
$MSG_UseTimeZoneDefault="Servereinstellung benutzen";
$MSG_Language_Select="Bitte auswählen";
$MSG_yes="Ja";
$MSG_no="Nein";
$MSG_Submit="Konfiguration ändern";
//-------------------------------------------------------------------
//Error-Messages:
$ErrorMSG="<b>Fehler: Sie haben die folgenden Felder vergessen:</b><br>";
//-------------------------------------------------------------------
//Success-Message:
$MSG_Success="Die Konfiguration wurde erfolgreich gespeichert!";
?>