<?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/
******************************************************************************
*/
$MSG_none="Keine";
$MSG_import_options="Importoptionen";
$MSG_import_Seperator="Trennzeichen";
$MSG_import_Sep_sem="Semikolon (;)";
$MSG_import_Sep_com="Kommata (,)";
$MSG_import_Sep_newl="Zeilenumbruch (\\n)";
$MSG_import_Method="Uploadmethode";
$MSG_import_Method_ftp="FTP";
$MSG_import_Method_web="Web Upload";
$MSG_import_select_file="Bitte wählen Sie eine Datei:";
$MSG_import_refreshFTPFiles="Dateiauswahl aktualisieren";
$MSG_submit="Weiter";
$MSG_summary="Importübersicht";
$MSG_selected_file="Ausgewählte Datei:";
$MSG_back="Zurück";
$MSG_Errors="Folgende Probleme sind aufgetreten:";
$MSG_Addresses_total="E-mail Adressen gesammt: ";
$MSG_imported="Davon erfolgreich importiert: ";
$MSG_not_imported="Nicht importiert: ";
$MSG_invalid="Invalid addresses:";
$MSG_existing="Already existing addresses:";
$MSG_invalid="Ungültige E-mail Adressen:";
$MSG_existing="Bereits vorhandene E-mail Adressen:";
$MSG_Uploading="Die ausgewählte Datei wird nun hochgeladen und importiert... Bitte warten!";
$MSG_importing="Die ausgewählte Datei wird nun importiert... Bitte warten!";
$ERR_confmail_does_not_exist="Fehler: Die Bestätigungs-E-mail konnte nicht gefunden werden!";
$ERR_Upload_failed="Fehler: Das Hochladen der Datei schlug fehl! Bitte versuchen Sie es erneut!";
$ERR_File_does_not_exist="Fehler: Die ausgewählte Datei konnte nicht geöffnet werden! Bitte versuchen Sie es erneut!";
$ErrorNLdoesnotExist="Der ausgewählte Newsletter existiert nicht!";
?>