1<?php
2/**
3 * english language file for namespacemessage plugin
4 *
5 * @author Christoph Ziehr <info@einsatzleiterwiki.de>
6 */
7
8//$lang['namespaces'] = 'Namespaces where the message should be shown (space separated list).';
9$lang['not_in_namespaces'] = 'Namespaces where the message <strong>should not</strong> be shown (space separated list). Add <strong>rootns</strong>, if the message should not be displayed in the root namespace.';
10$lang['message'] = 'Message which is displayed.';
11
12