<?php
/**
 *
 * @category        modules
 * @package         news
 * @author          WebsiteBaker Project
 * @copyright       2004-2009, Ryan Djurovich
 * @copyright       2009-2011, 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 5.2.2 and higher
 * @version         $Id: FR.php 2 2017-07-02 15:14:29Z Manuela $
 * @filesource        $HeadURL: svn://isteam.dynxs.de/wb/2.10.x/branches/main/modules/news/languages/FR.php $
 * @lastmodified    $Date: 2017-07-02 17:14:29 +0200 (Sun, 02 Jul 2017) $
 *
 */

//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';
$MOD_NEWS['NO_COMMENT_FOUND'] = 'No comment found';
$TEXT['UNKNOWN'] = 'Invit&eacute;';

?>