1<?php
2/**
3 * English configuration language file for pagestats plugin
4 */
5
6// Configuration descriptions
7$lang['cacheTime'] = 'Cache lifetime in seconds (0 to disable caching)';
8$lang['excludeNamespaces'] = 'Comma-separated list of namespaces to exclude from statistics';
9$lang['showUnit'] = 'Show "MB" unit after size values';