############################################################## 
## MOD Title:          Last visit Italian translation
## MOD Author:         ThE KuKa <N/A> (Raul) http://www.phpbb-es.com
## MOD Description:    Translate Last visit in Spanish
## MOD Version:        1.2.10em
## 
## 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 General 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: 
## 
##   2006-01-12 - Version 1.0.0 
##      - 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 visit MOD
$lang['Hidde_last_logon'] = 'Ocultar la hora de la ltima conexin'; 
$lang['Hidde_last_logon_expain'] = 'Si se activa esta opcin, la hora de la ltima conexin que se puede ver en los perfiles de los usuarios permanecer oculta a todos los usuarios salvo al Administrador.'; 
// End add - Last visit MOD

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

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

# 
#-----[ BEFORE, ADD ]----------------------------------------- 
# 
 
// Start add - Last visit MOD
$lang['Last_logon'] = 'ltima Visita';
$lang['Hidde_last_logon'] = 'Oculto';
$lang['Never_last_logon'] = 'Nunca';
$lang['Users_today_zero_total'] = 'Ningn Usuarios ha visitado este sitio hoy: ';
$lang['Users_today_total'] = 'En total, <b>%d</b> Usuarios han visitado este sitio hoy: ';
$lang['User_today_total'] = 'En total, <b>%d</b> Usuario ha visitado este sitio hoy: ';
$lang['Users_lasthour_explain'] = ', %d en la ltima hora.';
$lang['Users_lasthour_none_explain'] = ''; //showen of none have visited the last hour, fill if you like

$lang['Years'] = 'Aos';
$lang['Year'] = 'Ao';
$lang['Weeks'] = 'Semanas';
$lang['Week'] = 'Semana';
$lang['Day'] = 'Da';
$lang['Total_online_time'] = 'Duracin total de conexin';
$lang['Last_online_time'] = 'ltima duracin de conexin';
$lang['Number_of_visit'] = 'Nmero de visitas';
$lang['Number_of_pages'] = 'Nmero de hits en pginas';
// End add - Last visit MOD

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