<?php
//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/
******************************************************************************
This is the english language file.
*/
$MSG_export_options="Export options";
$MSG_export_Seperator="Seperator";
$MSG_export_Sep_sem="Semicolon (;)";
$MSG_export_Sep_com="Comma (,)";
$MSG_export_Sep_newl="Newline (\\n)";
$MSG_entries_per_file="Entries per file";
$MSG_exporting_now="Exporting your mailinglist to the following files:";
$MSG_exporting_file="Exporting to file <-filename->... ";
$MSG_done="done!";
$MSG_submit="Continue";
$MSG_back="Back";
$NOTE_Please_Delete="Please note: Because of privacy reasons, you should delete any created file from server after downloading it.";
$MSG_Errors="The following problems have occured:";
$ERR_invalid_seperator="Error: The selected seperator is invalid!";
$ERR_failed_to_write="failed!<br>Could not write into this file. Did you set sufficient write permissions to the export directory?";
$ERR_DB_connection_failed="Error: Could not establish connection to database. Failed to create the file <-filename->. ";
$ErrorNLdoesnotExist="The selected newsletter does not exist!";
?>