Lines Matching refs:lang

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';
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';