<?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="None";
$MSG_import_options="Import options";
$MSG_import_Seperator="Seperator";
$MSG_import_Sep_sem="Semicolon (;)";
$MSG_import_Sep_com="Comma (,)";
$MSG_import_Sep_newl="Newline (\\n)";
$MSG_import_Method="Upload method";
$MSG_import_Method_ftp="FTP";
$MSG_import_Method_web="Web upload";
$MSG_import_select_file="Please select a file:";
$MSG_import_refreshFTPFiles="Refresh file selection";
$MSG_submit="Continue";
$MSG_summary="Import summary";
$MSG_selected_file="Selected file:";
$MSG_back="Back";
$MSG_Errors="The following problems has occured:";
$MSG_Addresses_total="Addresses total: ";
$MSG_imported="Number of successfully imported addresses: ";
$MSG_not_imported="Not imported addresses: ";
$MSG_invalid="Invalid addresses:";
$MSG_existing="Already existing addresses:";
$MSG_Uploading="Uploading and importing the selected file... Please wait!";
$MSG_importing="Importing the selected file... Please wait!";
$ERR_confmail_does_not_exist="Error: Could not find the confirmation e-mail!";
$ERR_Upload_failed="Error: The file upload has failed, please try again!";
$ERR_File_does_not_exist="Error: Could not open the selected file! Please try again!";
$ErrorNLdoesnotExist="The selected newsletter does not exist!";
?>