You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
536 B
12 lines
536 B
<?php
|
|
/**
|
|
* English language file for config
|
|
*
|
|
*/
|
|
|
|
$lang['tagline'] = 'Tagline';
|
|
$lang['discussionNS'] = 'Discussion namespace (leave empty to disable discussions)';
|
|
$lang['discussNSreverse'] = 'Reverse discussion namespace? (e.g. "foo:bar:discussion" instead of "discussion:foo:bar")';
|
|
$lang['userNS'] = 'User namespace (leave empty to disable user pages)';
|
|
$lang['sidebarID'] = 'page name of page included in sidebar';
|
|
$lang['hideTools'] = 'Hide tools when not logged in?';
|