<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Esther Brunner <wikidesign@gmail.com>
 */
 
// for the configuration manager
$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['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['usernamespace'] = 'namespace for user pages';
$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';
//Setup VIM: ex: et ts=2 :
