<?php
//Copyright (c) Florian Grannemann
//Last change in version: 2.1.0
/*
******************************************************************************
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").
$TXT_PageTitle="Archiv-Verwaltung";
$MSG_ENTRY_DELETED="Eintrag <-ID-> wurde gelöscht.";
$ErrorNLdoesnotExist="<b>Fehler: Der gewählte Newsletter existiert nicht!</b>";
//-------------------------------------------------------------------
//Time settings:
//Use this date format for headlines:
$DateformatHeadline="d.m.Y H:i:s";
//Set Name of months:
// January
$Month[0]="Januar";
//February
$Month[1]="Februar";
//March:
$Month[2]="März";
//April:
$Month[3]="April";
//May
$Month[4]="Mai";
//June
$Month[5]="Juni";
//July
$Month[6]="Juli";
//August
$Month[7]="August";
//September
$Month[8]="September";
//October
$Month[9]="Oktober";
//November
$Month[10]="November";
//December
$Month[11]="Dezember";
$TXT_ChangeYEAR="Jahr ändern";
$TXT_Delete_selected="Ausgewählte Einträge löschen";
//Errors and Messages:
$ERR_Headline_NoNLAvailable_in_Month="In diesem Monat gibt es keine Einträge!";
?>