<?php
/**
 * French language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Raphael Wils <info@r-wils.fr>
 * @author     Bellière Ludovic <xrogaan@gmail.com>
 * @author     Benjamin HKB <http://benjamin.hkb.free.fr>
 */

$lang['discussion']      = 'Discussion';
$lang['btn_reply']       = 'Répondre';
$lang['btn_hide']        = 'Cacher';
$lang['btn_show']        = 'Montrer';
$lang['wordblock']       = 'Votre commentaire a été détécté comme spam.';
$lang['mail_newcomment'] = 'Nouveau commentaire';

$lang['reply']           = 'Réponse';
$lang['replies']         = 'Réponses';
$lang['newthread']       = 'Nouvelle discussion';

//Setup VIM: ex: et ts=2 enc=utf-8 :