1<?php 2/** 3 * English language file for config 4 * 5 */ 6 7$lang['tagline'] = 'Tagline'; 8$lang['discussionNS'] = 'Discussion namespace (leave empty to disable discussions)'; 9$lang['discussNSreverse'] = 'Reverse discussion namespace? (e.g. "foo:bar:discussion" instead of "discussion:foo:bar")'; 10$lang['userNS'] = 'User namespace (leave empty to disable user pages)'; 11$lang['sidebarID'] = 'page name of page included in sidebar'; 12$lang['hideTools'] = 'Hide tools when not logged in?'; 13