############################################################## 
## MOD Title:          Last news headlined traduccin al espaol
## MOD Author:         KasLimon <ganko@iesmg.es> - http://www.iesmg.es
## MOD Description:    Traduce Last news headlined al espaol
## MOD Version:        1.0.0 
## 
## Installation Level: Easy
## Installation Time:  1 Minutes
## Files To Edit:
##      language/lang_spanish/lang_admin.php
##      language/lang_spanish/lang_main.php
## Included Files:     N/A
## License: http://opensource.org/licenses/gpl-license.php GNU Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
################################################################
## Author Notes: 
##
## Please read the ones on the full install MOD in the root
## dir of this MOD archive.
##
############################################################## 
## MOD History: 
## 
##   2005-08-07 - Versin 1.0.0 
##      - Lanzamiento inicial / Initial release
## 
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################
# 
#-----[ OPEN ]------------------------------------------------ 
# 
language/lang_spanish/lang_admin.php 

# 
#-----[ FIND ]------------------------------------------------ 
# 
?>

# 
#-----[ BEFORE, ADD ]----------------------------------------- 
# 

// Start add - Last news headlined MOD
$lang['Last_news_settings'] = 'Configuracin de ltimos anuncios y Noticias';
$lang['Display_last_news'] = 'Mostrar una tabla que contenga los ltimos anuncios y Noticias';
$lang['News_forum_id'] = 'Foro en el que estn los ltimos anuncios y Noticias';
$lang['News_displayed'] = 'Nmero de niticias a ensear';
$lang['News_date_format'] = 'Formato de fecha de las Noticias';
// End add - Last news headlined MOD

# 
#-----[ OPEN ]------------------------------------------------ 
# 
language/lang_spanish/lang_main.php 

# 
#-----[ FIND ]------------------------------------------------ 
# 
?>

# 
#-----[ BEFORE, ADD ]----------------------------------------- 
# 

// Start add - Advanced view IP MOD
$lang['News_table_title'] = 'ltimos anuncios y noticias';
// End add - Advanced view IP MOD

# 
#-----[ SAVE/CLOSE ALL FILES ]-------------------------------- 
# 
# EoM