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$lang['allowguests'] = 'Permettre les commentaires des utilisateurs non-enregistrés'; 13$lang['linkemail'] = 'Mettre un lien vers l\'email de la personne qui commente'; 14$lang['usegravatar'] = 'Utiliser les gravatars pour les commentaires'; 15 16$lang['gravatar_size'] = 'Taille par défaut des gravatars'; 17$lang['gravatar_rating'] = 'Niveau minimal des gravatars'; 18 19//Setup VIM: ex: et ts=2 enc=utf-8 :