* @author Bellière Ludovic * @author Benjamin HKB * @author iDo */ // settings must be present and set appropriately for the language $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; // for admin plugins, the menu prompt to be displayed in the admin menu // if set here, the plugin doesn't need to override the getMenuText() method $lang['menu'] = 'Voir les discussions...'; $lang['discussion'] = 'Discussion'; $lang['comment'] = 'Commentaire'; $lang['comments'] = 'Commentaires'; $lang['btn_reply'] = 'Répondre'; $lang['btn_hide'] = 'Cacher'; $lang['btn_show'] = 'Montrer'; $lang['wordblock'] = 'Votre commentaire a été détécté comme spam.'; $lang['mail_newcomment'] = 'Nouveau commentaire'; $lang['reply'] = 'Réponse'; $lang['replies'] = 'Réponses'; $lang['newthread'] = 'Nouvelle discussion'; //Setup VIM: ex: et ts=2 enc=utf-8 :