French Translation

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

French Translation

Post by FTH »

Open file language/fr/common.php

Find :

Code: Select all

?>
Add before :

Code: Select all

// BEGIN PM Notify & Guest Register bar
$lang = array_merge($lang, array(
    'PMG_WELCOME'		=> 'Bienvenue sur',
    'PMG_REGISTER'		=> 'Cliquez ici pour vous enregistrer', 
    'PMG_HELLO'			=> 'Bonjour',	
    'PMG_YOUHAVE'		=> '- Vous avez',
	'PMG_AND'			=> 'et',
));
// END PM Notify & Guest Register bar