| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?php
- /*
- *
- * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
- *
- * http://www.opengamepanel.org/
- *
- * 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 2
- * 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- */
- define('external_links', "Links Externos");
- define('url', "URL");
- define('name', "Nombre");
- define('add_it', "Añadelo");
- define('link_has_been_removed', "%s enlace eliminado.");
- define('db_backup', "Copia de seguridad de la base de datos");
- define('download_db_backup', "Descargar copia de seguridad");
- define('restore_db_backup', "Restaurar copia de seguridad");
- define('sql_file', "Archivo(.sql)");
- define('change_buttons_order', "Cambiar orden de los botones");
- define('when', "Cuando");
- define('who', "Quién");
- define('where', "Donde");
- define('what', "Qué");
- define('search', "Busqueda");
- define('empty_logger', "Vaciar Logger");
- define('ban_list', "IP baneadas");
- define('no_banned_ips', "No hay ninguna IP baneada");
- define('unban', "Desbanear");
- define('client_ip', "IP del cliente");
- define('banned_until', "Baneado hasta");
- define('unban_selected_ips', "Desbanear IP seleccionadas");
- ?>
|