*/
// for the configuration manager
$lang['style'] = 'Style of pagelist';
$lang['style_o_default'] = 'default';
$lang['style_o_table'] = 'table';
$lang['style_o_list'] = 'table/list';
$lang['style_o_simple'] = 'simple list';
$lang['showheader'] = 'show heading line';
$lang['showdate'] = 'show date column';
$lang['showdate_o_0'] = 'hide';
$lang['showdate_o_1'] = 'creation date';
$lang['showdate_o_2'] = 'modification date';
$lang['showuser'] = 'show user column';
$lang['showuser_o_0'] = 'hide';
$lang['showuser_o_1'] = 'creator';
$lang['showuser_o_2'] = 'contributors';
$lang['showuser_o_3'] = 'creator (in "showuseras" format)';
$lang['showuser_o_4'] = 'contributors (in "showuseras" format)';
$lang['showdesc'] = 'show description column';
$lang['showdesc_o_0'] = 'hide';
$lang['showdesc_o_160'] = 'max. 160 chars';
$lang['showdesc_o_500'] = 'max. 500 chars';
$lang['showcomments'] = 'show comments column (Discussion Plugin needed)';
$lang['showlinkbacks'] = 'show linkbacks column (Linkback Plugin needed)';
$lang['showtags'] = 'show tags column (Tag Plugin needed)';
$lang['showfirsthl'] = 'show the first headline instead of the page name';
$lang['showimage'] = 'show image column (Pageimage Plugin needed)';
$lang['showdiff'] = 'show link to the diff page';
$lang['sort'] = 'sort pages by pagename';
$lang['rsort'] = 'reverse sort pages by pagename';
$lang['sortby'] = 'sort the page by the given item e.g. id
, pagename
, ns
, title
, date
, desc
, user
etc or columns from plugins';