<?php
//File: lang-archive.php.inc
//Last change in version: 2.0 Beta 2
/*
******************************************************************************
ADbNewsSender 2
Copyright (C) 2009 Florian Grannemann (hide@address.com)
Website: http://adbnewssender.sforge.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 2 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").
//Time settings:
//Use this date format for headlines:
$DateformatHeadline="d.m.Y, H:i:s";
//use this date format for the view archive entry page:
$DateformatViewEntry="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!";
//Newsletter Texts:
$TXT_Message="Nachricht:";
$TXT_Subject="Betreff: ";
$TXT_Date="Datum: ";
//Errors and Messages:
$MSG_Archive_Title="<-ArchiveName-> Archiv";
$MSG_SelectArchive="Bitte wählen Sie ein Archiv!";
$ERR_Entry_does_Not_Exist="Fehler: Der ausgewählte Eintrag existiert nicht!<br><a href=\"<-HeadlinesURL->\">Klicken Sie hier, um zur Archiv-Übersicht zu gelangen!</a>";
$ERR_NoArchiveAvailable="Fehler: Kein Archiv verfügbar!";
$ERR_Archive_does_not_exist="Fehler: Das ausgewählte Archiv existiert nicht!<br><a href=\"<-ArchiveURL->\">Klicken Sie hier, um zur Archiv-Auswahlseite zu gelangen</a>";
$ERR_Headline_NoNLAvailable_in_Month="In diesem Monat gibt es keine Einträge!";
$ERR_CouldNotOpenLayoutFile="Fehler: Die Layout-Datei <-file-> konnte nicht geöffnet werden!";
$MSG_archive_not_activated="Dieses archiv ist nicht aktiviert!";
$MSG_Backlink="Zurück zur Übersicht";
$MSG_PleaseSelect="Bitte auswählen";
$MSG_BackToArchiveSelection="Zurück zur Archiv-Auswahl";
$MSG_Submit="Weiter";
$MSG_ClickHere="Klicken Sie hier, um den ausgewählten Eintrag anzuzeigen!";
?>