<?php
/**
 * English language file
 *
 * @license    LGPL 2 (http://www.gnu.org/licenses/lesser.html)
 * @author     Ilya Lebedev <ilya@lebedev.net>
 */
 
// for the configuration manager
$lang['skip_index']         = 'Hide pages, matching the regexp';
$lang['hide_headpage']      = 'Remove namespace pages from the index';
$lang['empty_msg']          = 'Show message, when no index is available';

//Setup VIM: ex: et ts=2 enc=utf-8 :