summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/tag/lang/en/settings.php
blob: e7d22f259e843f33ab3ef905b4d17c95ab8dce29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?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['namespace']				= 'Default namespace for tags';
$lang['toolbar_icon']			= 'Show toolbar icon (clear data/cache/* and browser cache if it\'s not displayed)';

$lang['sortkey']				= 'sort topic lists by';
$lang['sortkey_o_cdate']		= 'creation date';
$lang['sortkey_o_mdate']		= 'modification date';
$lang['sortkey_o_pagename']		= 'page name';
$lang['sortkey_o_id']			= 'page ID';
$lang['sortkey_o_ns']			= 'namespace';
$lang['sortkey_o_title']		= 'title';

$lang['sortorder']				= 'sort order';
$lang['sortorder_o_ascending']	= 'ascending';
$lang['sortorder_o_descending']	= 'descending';

$lang['pagelist_flags']			= 'Formatting flags for the taglist (comma-separated, for available flags see the documentation of the Pagelist Plugin)';

$lang['list_tags_of_subns']		= 'List also tags in subnamespaces of a specified namespace (count syntax)';

$lang['tags_list_css']			= 'Choose style applied to pages\' tags list';
$lang['tags_list_css_o_tags']	= 'default style';
$lang['tags_list_css_o_tagstop'] = 'optimized for tags list at top of page';