1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Matthias Schulte <dokuwiki@lupo49.de>
7 */
8
9// for the configuration manager
10$lang['minimum_word_length']      = 'Minimum word-length for words in the cloud';
11$lang['search_blacklist']         = 'Search words, which shouldn\'t be displayed on pages (Comma seperated)';
12$lang['word_blacklist']           = 'Words, which shouldn\'t be displayed on pages (Comma seperated)';
13$lang['tag_blacklist']            = 'Tags, which shouldn\'t be displayed on pages (Comma seperated)';
14$lang['list_tags_of_subns']       = 'List also tags in subnamespaces of a specified namespace';
15
16//Setup VIM: ex: et ts=2 :
17