1<?php 2/** 3 * French language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Raphael Wils <info@r-wils.fr> 7 * @author Bellière Ludovic <xrogaan@gmail.com> 8 * @author Benjamin HKB <http://benjamin.hkb.free.fr> 9 */ 10 11$lang['discussion'] = 'Discussion'; 12$lang['comments'] = 'Commentaires'; 13$lang['btn_reply'] = 'Répondre'; 14$lang['btn_hide'] = 'Cacher'; 15$lang['btn_show'] = 'Montrer'; 16$lang['wordblock'] = 'Votre commentaire a été détécté comme spam.'; 17$lang['mail_newcomment'] = 'Nouveau commentaire'; 18 19$lang['reply'] = 'Réponse'; 20$lang['replies'] = 'Réponses'; 21$lang['newthread'] = 'Nouvelle discussion'; 22 23//Setup VIM: ex: et ts=2 enc=utf-8 :