<?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';

$lang['replace_idx']        = 'Replace built-in namespace index';
$lang['replace_idx_o_no']   = 'Do not replace';
$lang['replace_idx_o_static'] = 'With static tree';
$lang['replace_idx_o_ajax']   = 'With dynamic(ajax) tree';
$lang['replace_idx_depth'] = 'Index tree depth';
$lang['replace_idx_theme'] = 'Index tree theme (in ajax mode only)';
$lang['replace_idx_msg'] = 'Use built-in index template';

//Setup VIM: ex: et ts=2 enc=utf-8 :