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