############################################## 
## Mod Title: Danish language to Last Visit 
## Mod Version: 1.0.2 
## Danish translation: Niels Chr. Rd 
## Description: This is the language plug-in to support Danish language 
## 
## Installation Level: easy 
## Installation Time: 2-3 Minutes 
## Files To Edit: phpBB2/language/lang_Danish/lang_main.php 
############################################### 
## 
## Installation Notes: 
## 
## Only need if your board support Danish 
############################################### 

# 
#-----[ open file "phpBB2/language/lang_Danish/lang_main.php" ]--------- 
# 

# 
#-----[ in buttom of file add these line ]------------------------------------ 
# 

//add to last visit mod 
$lang['Last_logon'] = "Sidste Logon"; 
$lang['Hidde_last_logon'] = "Skjult"; 
$lang['Never_last_logon'] = "Aldrig"; 

# 
#-----[ save file ]---------------------------------------------------------- 
# 
#-----[ open file "phpBB2/language/lang_danish/lang_admin.php" ]--------- 
# 
#-----[ in buttom of file add these line ]------------------------------------ 
# 

//Added Last Visit mod 
$lang['Hidde_last_logon'] = "Skjul sidst logon tid"; 
$lang['Hidde_last_logon_expain'] = "Hvis dette sttes til ja, Vil brugernes sidste logon tid, vre skjult for andre brugere undtagen administratorer"; 

# 
#-----[ save file ]---------------------------------------------------------- 
# 