xref: /plugin/include/lang/en/settings.php (revision aa8b849e98c9fa74f8171900bd15ff48deb0b8eb)
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['showlink']           = 'show permalinks below included page';
13$lang['showdate']           = 'show dates below included page';
14$lang['showuser']           = 'show usernames below included page';
15$lang['user_namespace']     = 'namespace for user pages';
16
17//Setup VIM: ex: et ts=2 enc=utf-8 :