xref: /plugin/discussion/lang/fr/lang.php (revision 5fc512fb4e57f6c46a139cbe38495abc4108b731)
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['comment']         = 'Commentaire';
13$lang['comments']        = 'Commentaires';
14$lang['btn_reply']       = 'Répondre';
15$lang['btn_hide']        = 'Cacher';
16$lang['btn_show']        = 'Montrer';
17$lang['wordblock']       = 'Votre commentaire a été détécté comme spam.';
18$lang['mail_newcomment'] = 'Nouveau commentaire';
19
20$lang['reply']           = 'Réponse';
21$lang['replies']         = 'Réponses';
22$lang['newthread']       = 'Nouvelle discussion';
23
24//Setup VIM: ex: et ts=2 enc=utf-8 :