*/ // for the configuration manager $lang['noheader'] = 'Don\'t show the first header of included pages/sections'; $lang['firstseconly'] = 'Show only the first section of included pages'; $lang['showtaglogos'] = 'Show image for first tag'; $lang['showfooter'] = 'Show info about included page below'; $lang['showlink'] = 'Link first headline of included page'; $lang['showpermalink'] = 'Show permalinks below included page'; $lang['showdate'] = 'Show dates below included page'; $lang['showmdate'] = 'Show modified dates below included page'; $lang['showuser'] = 'Show usernames below included page'; $lang['showcomments'] = 'Show comments below included page (Discussion plugin needed)'; $lang['showlinkbacks'] = 'Show linkbacks below included page (Linkback Plugin needed)'; $lang['showtags'] = 'Show tags below included page (Tag Plugin needed)'; $lang['showeditbtn'] = 'Show edit button'; $lang['doredirect'] = 'Redirect to the original page after editing the included page'; $lang['doindent'] = 'Indent included pages relative to the page they get included in'; $lang['linkonly'] = 'Link only to the included page instead of showing the content'; $lang['title'] = 'Use first heading of page in link even if useheading is off (only affects linkonly mode)'; $lang['pageexists'] = 'Do not display a link if the page does not exist (only affects linkonly mode)'; $lang['parlink'] = 'Put a paragraph around the link (only affects linkonly mode)'; $lang['safeindex'] = 'Prevent indexing of metadata from non-public included pages'; $lang['order'] = 'Ordering criteria of includes with multiple pages'; $lang['order_o_id'] = 'page ID'; $lang['order_o_title'] = 'title'; $lang['order_o_created'] = 'creation date'; $lang['order_o_modified'] = 'modification date'; $lang['order_o_indexmenu'] = 'custom order with indexmenu syntax'; $lang['order_o_custom'] = 'custom order with include syntax'; $lang['rsort'] = 'Reverse the sort order of the included pages'; $lang['depth'] = 'Maximum depth of namespace includes, 0 for unlimited depth'; $lang['readmore'] = 'Show or not the \'Read More\' link in case of firstsection only'; $lang['debugoutput'] = 'Print verbose debug information to the dokuwiki debuglog if the global "allowdebug" option is enabled'; //Setup VIM: ex: et ts=2 :