<?php
//Last change in version: 2.0 Alpha 4
/*
******************************************************************************
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/
*********
ADbNewsSender 2
Copyright (C) 2009 Florian Grannemann (F. Grannemann @ 02n.net)
Sitio web: http://adbnewssender.sf.net
Este programa es software libre, puede redistribuirlo y / o modificar
bajo los términos de la GNU General Public License publicada por
la Free Software Foundation, bien de la versión 3 de la Licencia, o
cualquier versión posterior.
Este programa se distribuye con la esperanza de que sea útil,
pero SIN NINGUNA GARANTÍA, incluso sin la garantía implícita de
COMERCIABILIDAD o IDONEIDAD PARA UN PROPÓSITO PARTICULAR. Véase el
Licencia Pública General de GNU para más detalles.
Usted debería haber recibido una copia de la Licencia Pública General de GNU
junto con este programa. Si no, véase http://www.gnu.org/licenses/
Traduccion JMFSz
******************************************************************************
*/
//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 = "Mostrar pendinglist entradas";
$ShowPLEntries_menu_select = "Por favor, elija:";
$ShowPLEntries_menu = array ();
$ShowPLEntries_menu[0] = "Búsqueda de una entrada pendinglist";
$ShowPLEntries_menu[1] = "Mostrar todas las entradas pendinglist";
$ShowPLEntries_table_Title = array ();
$ShowPLEntries_table_Title = "<H2> Listado pendinglist entradas </ H2>";
$ShowPLEntries_table_delete = "¿Borrar?";
$ShowPLEntries_table_id = "ID";
$ShowPLEntries_table_email = "Dirección de correo electrónico";
$ShowPLEntries_table_ip = "dirección IP";
$ShowPLEntries_table_random = "Código de azar";
$ShowPLEntries_table_NumbAttempts = "Fallido intento de confirmación";
$ShowPLEntries_table_entrydate = "Fecha de entrada";
$ShowPLEntries_table_expires = "Fecha de expiración";
$ShowPLEntries_order_Direction = "Dirección";
$ShowPLEntries_order_Asc = "Ascendente";
$ShowPLEntries_order_Desc = "descendente";
$ShowPLEntries_shownext = "Mostrar la próxima";
$ShowPLEntries_showlast = "Mostrar último";
$ShowPLEntries_showperpage = "Entradas por página";
$ShowPLEntries_tooltext_orderby = "Ordenar por";
$ShowPLEntries_deleteSelected = "Borrar entradas seleccionadas";
$ShowPLEntries_no_entries = "No hay entradas en pendinglist!";
$ShowPLEntries_change_options = "Cambio de dirección y las entradas por la página";
$ShowPLEntry_deleted = "Entrada <-ID-> ha sido borrado!";
$ShowPLEntry_search_Title = "Búsqueda de una entrada";
$ShowPLEntry_search_success = "La siguiente entrada se ha encontrado:";
$ShowPLEntry_notfound = "Esta dirección de correo electrónico no está en pendinglist!";
$ShowPLEntry_ID = "ID";
$ShowPLEntry_IP = "dirección IP";
$ShowPLEntry_Email = "Dirección de correo electrónico";
$ShowPLEntry_Random = "Código de azar";
$ShowPLEntry_ConfAtt = "Fallido intento de confirmación";
$ShowPLEntry_EntryDate = "Fecha de entrada";
$ShowPLEntry_Expires = "Fecha de expiración";
$ShowPLEntry_Searchforanother = "Búsqueda de una entrada pendinglist otros";
$ShowPLEntry_deleteEntry = "Borrar esta entrada";
$ShowPLEntry_search_submit = "Buscar este e-mail!";
$ShowPLEntriesBackToMenu = "Volver al menú pendinglist";
$ErrorNLdoesnotExist = "El Boletín de noticias seleccionado no existe!";
?>