xref: /plugin/include/lang/en/settings.php (revision f1a287469765e62bf7af54a05185a24358b25d11)
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';
17$lang['showtags']      = 'show tags below included page';
18$lang['usernamespace'] = 'namespace for user pages';
19
20//Setup VIM: ex: et ts=2 enc=utf-8 :