<?php
//Last change in version: 2.1 Beta 2
/*
******************************************************************************
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/
******************************************************************************
*/
//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").
$ShowPLEntries_menu_title="Show pendinglist entries";
$ShowPLEntries_menu_select="Please select:";
$ShowPLEntries_menu=array();
$ShowPLEntries_menu[0]="Search for a pendinglist entry";
$ShowPLEntries_menu[1]="Show all pendinglist entries";
$ShowPLEntries_table_Title=array();
$ShowPLEntries_table_Title="<H2>Showing pendinglist entries</H2>";
$ShowPLEntries_table_delete="Delete?";
$ShowPLEntries_table_id="ID";
$ShowPLEntries_table_email="E-mail address";
$ShowPLEntries_table_ip="IP address";
$ShowPLEntries_table_random="Random code";
$ShowPLEntries_table_NumbAttempts="Failed confirmation attempts";
$ShowPLEntries_table_entrydate="Date of entry";
$ShowPLEntries_table_expires="Date of expiration";
$ShowPLEntries_order_Direction="Direction";
$ShowPLEntries_order_Asc="Ascending";
$ShowPLEntries_order_Desc="Descending";
$ShowPLEntries_shownext="Show next";
$ShowPLEntries_showlast="Show last";
$ShowPLEntries_showperpage="Entries per page";
$ShowPLEntries_tooltext_orderby= "Order by";
$ShowPLEntries_deleteSelected="Delete selected entries";
$ShowPLEntries_no_entries="No entries on pendinglist!";
$ShowPLEntries_change_options="Change direction and entries per page";
$ShowPLEntry_deleted="Entry <-ID-> has been deleted!";
$ShowPLEntry_search_Title="Search for an entry";
$ShowPLEntry_search_success="The following entry has been found:";
$ShowPLEntry_notfound="This e-mail address is not on pendinglist!";
$ShowPLEntry_ID="ID";
$ShowPLEntry_IP="IP address";
$ShowPLEntry_Email="E-mail address";
$ShowPLEntry_Random="Random code";
$ShowPLEntry_ConfAtt="Failed confirmation attempts";
$ShowPLEntry_EntryDate="Date of entry";
$ShowPLEntry_Expires="Date of expiration";
$ShowPLEntry_Searchforanother="Search for an other pendinglist entry";
$ShowPLEntry_deleteEntry="Delete this entry";
$ShowPLEntry_search_submit="Search for this e-mail address!";
$ShowPLEntriesBackToMenu="Back to pendinglist menu";
$ErrorNLdoesnotExist="The selected newsletter does not exist!";
?>