1f0fda08aSwikidesign<?php 2bfe71a9cSNicolas Charpenel 3f0fda08aSwikidesign/** 4f0fda08aSwikidesign * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5bfe71a9cSNicolas Charpenel * 6*f723363cSSchplurtz le Déboulonné * @author Schplurtz le Déboulonné <schplurtz@laposte.net> 7f0fda08aSwikidesign * @author Raphael Wils <info@r-wils.fr> 8f0fda08aSwikidesign * @author Bellière Ludovic <xrogaan@gmail.com> 9f0fda08aSwikidesign * @author Benjamin HKB <http://benjamin.hkb.free.fr> 10a768ba62Swikidesign * @author iDo <iLoveiDo@gmail.com> 11bfe71a9cSNicolas Charpenel * @author Nicolas Charpenel <n.charpenel@laposte.net> 124b5ed219SNicolas Friedli * @author Nicolas Friedli <nicolas@theologique.ch> 136619acedSSimon DELAGE * @author Simon DELAGE <simon.geekitude@gmail.com> 14f0fda08aSwikidesign */ 15a768ba62Swikidesign$lang['encoding'] = 'utf-8'; 16a768ba62Swikidesign$lang['direction'] = 'ltr'; 176619acedSSimon DELAGE$lang['menu'] = 'Discussions modérées'; 18f0fda08aSwikidesign$lang['discussion'] = 'Discussion'; 19*f723363cSSchplurtz le Déboulonné$lang['comment'] = 'commentaire'; 20*f723363cSSchplurtz le Déboulonné$lang['comments'] = 'commentaires'; 21*f723363cSSchplurtz le Déboulonné$lang['nocomments'] = 'commentaire'; 224b5ed219SNicolas Friedli$lang['threads'] = 'Discussions'; 23595e4f8cSMichael Klier$lang['url'] = 'Site web'; 24595e4f8cSMichael Klier$lang['address'] = 'Adresse'; 25595e4f8cSMichael Klier$lang['date'] = 'Date'; 26595e4f8cSMichael Klier$lang['entercomment'] = 'Entrer votre commentaire'; 27595e4f8cSMichael Klier$lang['wikisyntax'] = 'La syntaxe wiki est autorisée'; 28595e4f8cSMichael Klier$lang['older'] = 'Anciennes discussions'; 29bfe71a9cSNicolas Charpenel$lang['newer'] = 'Discussions plus récentes'; 30f0fda08aSwikidesign$lang['btn_reply'] = 'Répondre'; 31f0fda08aSwikidesign$lang['btn_hide'] = 'Cacher'; 32f0fda08aSwikidesign$lang['btn_show'] = 'Montrer'; 33595e4f8cSMichael Klier$lang['btn_change'] = 'Modifier'; 34595e4f8cSMichael Klier$lang['statuschanged'] = 'Statut de discussion modifié'; 35f0fda08aSwikidesign$lang['wordblock'] = 'Votre commentaire a été détécté comme spam.'; 36bfe71a9cSNicolas Charpenel$lang['moderation'] = 'Votre commentaire a été ajouté et est en attente de validation.'; 37f0fda08aSwikidesign$lang['mail_newcomment'] = 'Nouveau commentaire'; 3860c2311fSMichael Hamann$lang['subscribe'] = 'Suivre les commentaires'; 3960c2311fSMichael Hamann$lang['noguests'] = 'Vous pourriez laisser un commentaire si vous étiez connecté.'; 40595e4f8cSMichael Klier$lang['status'] = 'Statut'; 41595e4f8cSMichael Klier$lang['off'] = 'désactivé'; 42595e4f8cSMichael Klier$lang['open'] = 'ouvert'; 43595e4f8cSMichael Klier$lang['closed'] = 'fermé'; 44f0fda08aSwikidesign$lang['reply'] = 'Réponse'; 45f0fda08aSwikidesign$lang['replies'] = 'Réponses'; 46f0fda08aSwikidesign$lang['newthread'] = 'Nouvelle discussion'; 47bfe71a9cSNicolas Charpenel$lang['toggle_display'] = 'Cacher/Voir'; 48*f723363cSSchplurtz le Déboulonné$lang['js']['confirmdelete'] = 'Êtes vous certain de vouloir supprimer ce commentaire et ses réponses ?'; 49