xref: /plugin/discussion/lang/fr/settings.php (revision 595e4f8cb19a4c29b430eb7989043e2e2fef1033)
1<?php
2/**
3 * French language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Damien Raude-Morvan <drazzib@drazzib.com>
7 * @author     Raphael Wils <info@r-wils.fr>
8 * @author     Benjamin HKB <http://benjamin.hkb.free.fr>
9 */
10
11// for the configuration manager
12
13$lang['automatic']    = 'Discussion sur toutes les pages par défaut';
14$lang['allowguests']  = 'Permettre les commentaires des utilisateurs non-enregistrés';
15$lang['linkemail']    = 'Mettre un lien vers l\'email de la personne qui commente';
16$lang['useavatar']    = 'Utiliser les avatars pour les commentaires';
17$lang['urlfield']     = 'Affichage d\'un champ URL';
18$lang['addressfield'] = 'Affichage d\'un champ adresse postale';
19$lang['adminimport']  = 'Permettre aux administrateurs de saisir tous les champs pour l\'import';
20$lang['usecocomment'] = 'Utiliser coComment tracking';
21$lang['wikisyntaxok'] = 'Autoriser la syntaxe wiki dans les commentaires';
22$lang['threads_formposition']          = 'Position du champ de saisie des commentaires';
23$lang['threads_formposition_o_top']    = 'haut';
24$lang['threads_formposition_o_bottom'] = 'bas';
25
26//Setup VIM: ex: et ts=2 enc=utf-8 :
27