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

// keys need to match the config setting name
$lang['stats_page']                = 'Nombre de la página de estadísticas (incluyendo el espacio de nombres si lo hay)';
$lang['display_type']              = 'Cómo se muestran los datos, las opciones válidas son : inline, ul, pagelist';
$lang['display_ressources_stats']  = 'Mostrar estadísticas de recursos';
$lang['display_tags_stats']        = 'Mostrar estadísticas de etiquetas';
$lang['display_namespaces_stats']  = 'Mostrar estadísticas del espacio de nombres';
$lang['display_toc']               = 'Mostrar índice';

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