<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Matthias Schulte <dokuwiki@lupo49.de>
 */
 
// for the configuration manager
$lang['minimum_word_length']      = 'Minimum word-length for words in the cloud';
$lang['search_blacklist']         = 'Search words, which shouldn\'t be displayed on pages (Comma seperated)';
$lang['word_blacklist']           = 'Words, which shouldn\'t be displayed on pages (Comma seperated)';
$lang['tag_blacklist']            = 'Tags, which shouldn\'t be displayed on pages (Comma seperated)';
$lang['list_tags_of_subns']       = 'List also tags in subnamespaces of a specified namespace';

//Setup VIM: ex: et ts=2 :
