1<?php 2/** 3 * English language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Esther Brunner <wikidesign@gmail.com> 7 */ 8 9// for the configuration manager 10$lang['style'] = 'Style of pagelist'; 11$lang['style_o_default'] = 'default'; 12$lang['style_o_table'] = 'table'; 13$lang['style_o_list'] = 'table/list'; 14$lang['style_o_simple'] = 'simple list'; 15 16$lang['showheader'] = 'show heading line'; 17$lang['showdate'] = 'show date column'; 18$lang['showdate_o_0'] = 'hide'; 19$lang['showdate_o_1'] = 'creation date'; 20$lang['showdate_o_2'] = 'modification date'; 21$lang['showuser'] = 'show user column'; 22$lang['showuser_o_0'] = 'hide'; 23$lang['showuser_o_1'] = 'creator'; 24$lang['showuser_o_2'] = 'contributors'; 25$lang['showuser_o_3'] = 'creator (in "showuseras" format)'; 26$lang['showuser_o_4'] = 'contributors (in "showuseras" format)'; 27$lang['showdesc'] = 'show description column'; 28$lang['showdesc_o_0'] = 'hide'; 29$lang['showdesc_o_160'] = 'max. 160 chars'; 30$lang['showdesc_o_500'] = 'max. 500 chars'; 31$lang['showcomments'] = 'show comments column (Discussion Plugin needed)'; 32$lang['showlinkbacks'] = 'show linkbacks column (Linkback Plugin needed)'; 33$lang['showtags'] = 'show tags column (Tag Plugin needed)'; 34$lang['showfirsthl'] = 'show the first headline instead of the page name'; 35$lang['showimage'] = 'show image column (Pageimage Plugin needed)'; 36$lang['showdiff'] = 'show link to the diff page'; 37$lang['sort'] = 'sort pages by pagename'; 38$lang['rsort'] = 'reverse sort pages by pagename'; 39$lang['sortby'] = 'sort the page by the given item e.g. <code>id</code>, <code>pagename</code>, <code>ns</code>, <code>title</code>, <code>date</code>, <code>desc</code>, <code>user</code> etc or columns from plugins'; 40