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['firstseconly'] = 'show only the first section of included pages'; 11$lang['showtaglogos'] = 'show image for first tag'; 12$lang['showfooter'] = 'show info about included page below'; 13$lang['showlink'] = 'link first headline of included page'; 14$lang['showpermalink'] = 'show permalinks below included page'; 15$lang['showdate'] = 'show dates below included page'; 16$lang['showuser'] = 'show usernames below included page'; 17$lang['showcomments'] = 'show comments below included page (Discussion plugin needed)'; 18$lang['showlinkbacks'] = 'show linkbacks below included page (Linkback Plugin needed)'; 19$lang['showtags'] = 'show tags below included page (Tag Plugin needed)'; 20$lang['showeditbtn'] = 'show edit button'; 21$lang['doredirect'] = 'redirect to the original page after editing the included page'; 22$lang['usernamespace'] = 'namespace for user pages'; 23$lang['doindent'] = 'indent included pages relative to the page they get included in'; 24$lang['linkonly'] = 'link only to the included page instead of showing the content'; 25$lang['title'] = 'use first heading of page in link even if useheading is off (only affects linkonly mode)'; 26$lang['pageexists'] = 'do not display a link if the page does not exist (only affects linkonly mode)'; 27$lang['parlink'] = 'put a paragraph around the link (only affects linkonly mode)'; 28$lang['safeindex'] = 'prevent indexing of metadata from non-public included pages'; 29$lang['depth'] = 'maximum depth of namespace includes, 0 for unlimited depth'; 30//Setup VIM: ex: et ts=2 : 31