############################################################## 
## MOD Title:          Last news headlined French translation
## MOD Author:         -=ET=- < N/A > (N/A) http://www.golfexpert.net/phpbb
## MOD Description:    Translate Last news headlined in French
## MOD Version:        1.0.0 
## 
## Installation Level: Easy
## Installation Time:  1 Minutes
## Files To Edit:
##      language/lang_french/lang_admin.php
##      language/lang_french/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 - 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_french/lang_admin.php 

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

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

// Start add - Advanced view IP MOD
$lang['Last_news_settings'] = 'Option des Dernires annonces & news';
$lang['Display_last_news'] = 'Affiche les Dernires annonces & news';
$lang['News_forum_id'] = 'Forum contenant les annonces & news';
$lang['News_displayed'] = 'Nb d\'annonces & news  afficher';
$lang['News_date_format'] = 'Format de la date des annonces & news';
// End add - Advanced view IP MOD

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

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

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

// Start add - Advanced view IP MOD
$lang['News_table_title'] = 'Dernires annonces & news';
// End add - Advanced view IP MOD

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