<?php
/**
 *
 * @category        modules
 * @package         news
 * @author          WebsiteBaker Project
 * @copyright       2004-2009, Ryan Djurovich
 * @copyright       2009-2010, Website Baker Org. e.V.
 * @link			http://www.websitebaker2.org/
 * @license         http://www.gnu.org/licenses/gpl.html
 * @platform        WebsiteBaker 2.8.x
 * @requirements    PHP 4.3.4 and higher
 * @version         $Id: FR.php 1289 2010-02-10 15:13:21Z kweitzel $
 * @filesource		$HeadURL: svn://isteam.dynxs.de/wb-archiv/trunk/wb/modules/news/languages/FR.php $
 * @lastmodified    $Date: 2010-02-10 16:13:21 +0100 (Wed, 10 Feb 2010) $
 *
 */

//Module Description
$module_description = 'Ce type de page est conçu &agrave faire une page de nouvelles.';

//Variables for the  backend
$MOD_NEWS['SETTINGS'] = 'Configurations Nouvelles';

//Variables for the frontend
$MOD_NEWS['TEXT_READ_MORE'] = 'En savoir plus';
$MOD_NEWS['TEXT_POSTED_BY'] = 'Post&eacute; par';
$MOD_NEWS['TEXT_ON'] = '&agrave;';
$MOD_NEWS['TEXT_LAST_CHANGED'] = 'Derni&egrave;re modification';
$MOD_NEWS['TEXT_AT'] = '&agrave;';
$MOD_NEWS['TEXT_BACK'] = 'Retour';
$MOD_NEWS['TEXT_COMMENTS'] = 'Commentaires';
$MOD_NEWS['TEXT_COMMENT'] = 'Commentaire';
$MOD_NEWS['TEXT_ADD_COMMENT'] = 'Ajouter un commentaire';
$MOD_NEWS['TEXT_BY'] = 'Par';
$MOD_NEWS['PAGE_NOT_FOUND'] = 'Page non trouv&eacute;e';
$TEXT['UNKNOWN'] = 'Invit&eacute;';

?>