1<?php
2/**
3 * Spanish language file for wikistats plugin
4 *
5 * @author Chris4x4 <4x4.chris@gmail.com>
6 */
7
8// keys need to match the config setting name
9$lang['stats_page']                = 'Name of the stats page (including namespace if any)';
10$lang['display_type']              = 'How the datas are displayed, valid choices are: inline, ul, pagelist';
11$lang['display_ressources_stats']  = 'Display ressources stats';
12$lang['display_tags_stats']        = 'Display tags stats';
13$lang['display_namespaces_stats']  = 'Display namespaces stats';
14$lang['display_toc']               = 'Display TOC';
15
16//Setup VIM: ex: et ts=4 :
17