1<?php 2/** 3 * English 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'] = 'Nombre de la página de estadísticas (incluyendo el espacio de nombres si lo hay)'; 10$lang['display_type'] = 'Cómo se muestran los datos, las opciones válidas son : inline, ul, pagelist'; 11$lang['display_ressources_stats'] = 'Mostrar estadísticas de recursos'; 12$lang['display_tags_stats'] = 'Mostrar estadísticas de etiquetas'; 13$lang['display_namespaces_stats'] = 'Mostrar estadísticas del espacio de nombres'; 14$lang['display_toc'] = 'Mostrar índice'; 15 16//Setup VIM: ex: et ts=4 : 17