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