1<?php 2 3/* 4 * English language file 5 * 6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 7 * @author Esther Brunner <wikidesign@gmail.com> 8 */ 9 10// for the configuration manager 11$lang['namespace'] = 'Default namespace for tags'; 12$lang['toolbar_icon'] = 'Show toolbar icon (clear data/cache/* and browser cache if it\'s not displayed)'; 13 14$lang['sortkey'] = 'sort topic lists by'; 15$lang['sortkey_o_cdate'] = 'creation date'; 16$lang['sortkey_o_mdate'] = 'modification date'; 17$lang['sortkey_o_pagename'] = 'page name'; 18$lang['sortkey_o_id'] = 'page ID'; 19$lang['sortkey_o_ns'] = 'namespace'; 20$lang['sortkey_o_title'] = 'title'; 21 22$lang['sortorder'] = 'sort order'; 23$lang['sortorder_o_ascending'] = 'ascending'; 24$lang['sortorder_o_descending'] = 'descending'; 25 26$lang['pagelist_flags'] = 'Formatting flags for the taglist (comma-separated, for available flags see the documentation of the Pagelist Plugin)'; 27 28$lang['list_tags_of_subns'] = 'List also tags in subnamespaces of a specified namespace (count syntax)'; 29 30$lang['tags_list_css'] = 'Choose style applied to pages\' tags list'; 31$lang['tags_list_css_o_tags'] = 'default style'; 32$lang['tags_list_css_o_tagstop'] = 'optimized for tags list at top of page'; 33