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 * @author iDo <iLoveiDo@gmail.com> 10 */ 11 12// settings must be present and set appropriately for the language 13$lang['encoding'] = 'utf-8'; 14$lang['direction'] = 'ltr'; 15 16// for admin plugins, the menu prompt to be displayed in the admin menu 17// if set here, the plugin doesn't need to override the getMenuText() method 18$lang['menu'] = 'Voir les discussions...'; 19 20$lang['discussion'] = 'Discussion'; 21$lang['comment'] = 'Commentaire'; 22$lang['comments'] = 'Commentaires'; 23$lang['btn_reply'] = 'Répondre'; 24$lang['btn_hide'] = 'Cacher'; 25$lang['btn_show'] = 'Montrer'; 26$lang['wordblock'] = 'Votre commentaire a été détécté comme spam.'; 27$lang['mail_newcomment'] = 'Nouveau commentaire'; 28 29$lang['reply'] = 'Réponse'; 30$lang['replies'] = 'Réponses'; 31$lang['newthread'] = 'Nouvelle discussion'; 32 33//Setup VIM: ex: et ts=2 enc=utf-8 :