1<?php 2/*USE : UTF8*/ 3 4/* 5 * English language file 6 */ 7$lang['addpage_exclude'] = "Excluded namespaces (separated with <code>;</code>)"; 8$lang['addpage_showroot'] = "Show root namespace"; 9$lang['addpage_hide'] = "When using a default namespace (with <code>{{NEWPAGE>ns}}</code> syntax), hide the namespace selector (if unchecked, the selector will only contain subnamespaces)"; 10$lang['addpage_hideACL'] = "Hide the <code>{{NEWPAGE}}</code> form if user does not have rights to add pages (if unchecked, a message is shown)."; 11$lang['addpage_autopage'] = "Do not show the input box, the preconfigured namespace is treated as a full page ID (makes sense with date placeholders)."; 12$lang['addpage_createns'] = "Allow the creation of subnamespaces. If unchecked, colons (<code>:</code>) in the page name will be replaced by underscore (<code>_</code>)."; 13