<?php
//Last change in version: 2.0.1
/*
******************************************************************************
ADbNewsSender 2
Copyright (C) 2009 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").
$ShowNLEntries_menu_title="Show all mailinglist entries";
$ShowNLEntries_menu_select="Please select:";
$ShowMLEntries_menu=array();
$ShowMLEntries_menu[0]="Search for an entry";
$ShowMLEntries_menu[1]="Show all entries";
$ShowMLEntries_menu[2]="Show expiring entries";
$ShowMLEntries_menu[3]="Show today's entries";
$ShowMLEntries_table_Title=array();
$ShowMLEntries_table_Title["all"]="<H2>Showing all mailinglist entries</H2>";
$ShowMLEntries_table_Title["expiring"]="<H2>Showing mailinglist entries</H2>";
$ShowMLEntries_table_Title["today"]="<H2>Showing today's mailinglist entries</H2>";
$ShowMLEntries_table_delete="Delete?";
$ShowMLEntries_table_id="ID";
$ShowMLEntries_table_email="E-mail address";
$ShowMLEntries_table_ip="IP address";
$ShowMLEntries_table_entrydate="Date of entry";
$ShowMLEntries_table_expires="Date of expiration";
$ShowMLEntries_order_Direction="Direction";
$ShowMLEntries_order_Asc="Ascending";
$ShowMLEntries_order_Desc="Descending";
$ShowMLEntries_shownext="Show next";
$ShowMLEntries_showlast="Show last";
$ShowMLEntries_showperpage="Entries per page";
$ShowMLEntries_tooltext_orderby= "Order by";
$ShowMLEntries_deleteSelected="Delete selected entries";
$ShowMLEntries_no_entries="No recipients available!";
$ShowMLEntries_change_options="Change direction and entries per page";
$ShowMLEntry_deleted="Entry <-ID-> has been deleted!";
$ShowMLEntry_search_Title="Search for a mailinglist entry";
$ShowMLEntry_search_success="The following entry has been found:";
$ShowMLEntry_notfound="This e-mail address is not on mailinglist!";
$ShowMLEntry_ID="ID";
$ShowMLEntry_IP="IP address";
$ShowMLEntry_Email="E-mail address";
$ShowMLEntry_EntryDate="Date of entry";
$ShowMLEntry_Expires="Date of expiration";
$ShowMLEntry_Searchforanother="Search for an other mailinglist entry";
$ShowMLEntry_deleteEntry="Delete this entry";
$ShowMLEntry_search_submit="Search for this e-mail address!";
$ShowMLEntriesBackToMenu="Back to mailinglist menu";
$ErrorNLdoesnotExist="The selected newsletter does not exist!";
?>