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']      = 'show permalinks below included page';
14$lang['showdate']      = 'show dates below included page';
15$lang['showuser']      = 'show usernames below included page';
16$lang['showcomments']  = 'show comments below included page (Discussion plugin needed)';
17$lang['showlinkbacks'] = 'show linkbacks below included page (Linkback Plugin needed)';
18$lang['showtags']      = 'show tags below included page (Tag Plugin needed)';
19$lang['showeditbtn']   = 'show edit button';
20$lang['usernamespace'] = 'namespace for user pages';
21
22//Setup VIM: ex: et ts=2 enc=utf-8 :
23