te refieres al archivo que esta en: inc/languages/espanol/admin ?
Donde debo modificar? no entendí muy bien.
Código:
<?php
/***************************************************************************
*
* NewPoints plugin (/inc/languages/english/admin/newpoints_module_meta.lang.php)
* Author: Pirata Nervo
* Copyright: © 2009-2010 Pirata Nervo
*
* Website: http://www.consoleworld.net
* Traducido por DarkPipa para www.olfix.co.cc
* NewPoints plugin for MyBB - A complex but efficient points system for MyBB.
*
***************************************************************************/
/****************************************************************************
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
(at your option) 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/>.
****************************************************************************/
$l['newpoints'] = "NewPoints";
$l['nav_plugins'] = "Plugins";
$l['nav_settings'] = "Opciones";
$l['nav_log'] = "Log";
$l['nav_maintenance'] = "Mantenimiento";
$l['nav_forumrules'] = "Reglas del Foro";
$l['nav_grouprules'] = "Reglas de Grupo";
$l['nav_stats'] = "Estadísticas";
$l['nav_upgrades'] = "Actualizaciones";
$l['can_manage_newpoints'] = "Puede administrar NewPoints?";
$l['can_manage_settings'] = "Puede administrar opciones?";
$l['can_manage_log'] = "Puede administrar Logs?";
$l['can_manage_maintenance'] = "Puede administrar Mantenimiento?";
$l['can_manage_forumrules'] = "Puede administrar Reglas de Foro?";
$l['can_manage_grouprules'] = "Puede administrar Reglas de Grupo?";
$l['can_manage_stats'] = "Puede administrar Estadísticas?";
$l['can_manage_upgrades'] = "Puede administrar Actualizaciones?";
?>