<?php
/**
 * French language file for wikistats plugin
 *
 * @author Chris4x4 <4x4.chris@gmail.com>
 */

// keys need to match the config setting name
$lang['stats_page']                = 'Nom de la page des statistiques (incluant les espaces de noms)';
$lang['display_type']              = 'Format d\'affichage des statistiques, valeurs possibles : inline, ul, pagelist';
$lang['display_ressources_stats']  = 'Affichage des statistiques des ressources';
$lang['display_tags_stats']        = 'Affichage des statistiques des tags';
$lang['display_namespaces_stats']  = 'Affichage des statistiques de espaces de noms';
$lang['display_toc']               = 'Affichage de la table des matières';

//Setup VIM: ex: et ts=4 :
