############################################################## 
## MOD Title:          Last visit Thai translation
## MOD Author:         Mr.LonelyWinter < mr_lonely_winter@yahoo.com > (n/a) n/a
## MOD Description:    Translate Last visit in Thai
## MOD Version:        1.0.0
## 
## Installation Level: Easy
## Installation Time:  1 Minutes 
## Files To Edit:
##      language/lang_french/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_thai/lang_admin.php 

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

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

// Start add - Last visit MOD
$lang['Hidde_last_logon'] = "͹شͧ"; 
$lang['Hidde_last_logon_expain'] = "͡  شͧ ж١͹Ѻ ¡ administrator"; 
// End add - Last visit MOD

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

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

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

// Start add - Last visit MOD
$lang['Last_logon'] = 'ӧҹش'; 
$lang['Hidde_last_logon'] = '١͹'; 
$lang['Never_last_logon'] = ''; 
$lang['Users_today_zero_total'] = 'ѹռҷ <b>0</b>  :: '; 
$lang['Users_today_total'] = 'ѹռҷ <b>%d</b>  :: '; 
$lang['User_today_total'] = 'ѹռҷ <b>%d</b>  :: '; 
$lang['Users_lasthour_explain'] = ', %d  1 ҹ'; 
$lang['Users_lasthour_none_explain'] = ''; //showen of none have visited the last hour, fill if you like 

$lang['Years'] = ''; 
$lang['Year'] = ''; 
$lang['Weeks'] = 'ѻ'; 
$lang['Week'] = 'ѻ'; 
$lang['Day'] = 'ѹ'; 
$lang['Total_online_time'] = ' Online'; 
$lang['Last_online_time'] = 'Online ش'; 
$lang['Number_of_visit'] = 'ӹǹҪ'; 
$lang['Number_of_pages'] = 'ӹǹԴҹ'; 
// End add - Last visit MOD

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