<?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';
