Viewing file: spanish.php (2.83 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/********************************************************************************
- MemHT Portal -
Copyright (C) 2007-2008 by Miltenovik Manojlo
http://www.memht.com
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
(at your opinion) 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/> (GPLv2)
or write to the Free Software Foundation, Inc., 51 Franklin Street,
Fifth Floor, Boston, MA02110-1301, USA.
********************************************************************************/
define("_AM_GENERAL_", "General");
define("_AM_SITE_HOME_", "Sitio Principal");
define("_AM_ADMIN_MAIN_", "Administración Principal");
define("_AM_LOGOUT_", "Desconectar");
define("_AM_SYSTEM_", "Sistema");
define("_AM_ADMINISTRATORS_", "Administradores");
define("_AM_AGGREGATOR_", "Agregador");
define("_AM_ARGUMENTS_", "Argumentos");
define("_AM_BANNERS_", "Banners");
define("_AM_BLOCKS_", "Bloques");
define("_AM_CENSOR_LIST_", "Lista de censura");
define("_AM_COMMENTS_", "Comentarios");
define("_AM_CONFIGURATION_", "Configuración");
define("_AM_DATABASE_", "Base de Datos");
define("_AM_GROUPS_", "Grupos");
define("_AM_MESSAGES_", "Mensajes");
define("_AM_NAVIGATOR_", "Navigador");
define("_AM_NEWSLETTER_", "Newsletter");
define("_AM_ADDONS_", "Addons");
define("_AM_USERS_", "Usuarios");
define("_AM_CONTENT_", "Contenido");
define("_AM_CONTENT_LANGUAGES_", "Lenguage de contenido");
define("_AM_ARTICLES_", "Articulos");
define("_AM_BLOG_", "Blog");
define("_AM_DOWNLOADS_", "Downloads");
define("_AM_FAQ_", "F.A.Q.");
define("_AM_FORUMS_", "Foros");
define("_AM_GALLERY_", "Galeria");
define("_AM_GUIDES_", "Guías");
define("_AM_MYLINKS_", "MisLinks");
define("_AM_MYPAGES_", "MisPaginas");
define("_AM_NEWS_", "Noticias");
define("_AM_SURVEYS_", "Encuestas");
define("_AM_INSTALLED_ADDONS_", "Aggregados Instalados");
define("_AM_SECURITY_", "Seguridad");
define("_AM_SHOW_BANNED_", "Mostrar Baneos");
define("_AM_BAN_IP_", "Baneo de IP");
define("_AM_TRACKED_IPS_", "Rastreo de IP");
define("_AM_FIND_IP_", "Buscar IP");
define("_AM_STATISTICS_", "Statisticas");
define("_AM_IGNORE_", "Ignorar");
define("_AM_SPIDER_IP_RANGES_", "Rangos IP de Spiders");
define("_AM_HELP_", "Ayuda");
define("_AM_CHECK_FOR_UPDATES_", "Buscar Actualizaciónes");
?>
|