xref: /plugin/addnewpage/lang/en/settings.php (revision 5187ea72224ec8e745b3f4d95a74aeb31375b6f3)
15ad1ba23SRobert McLeod<?php
25ad1ba23SRobert McLeod/*USE : UTF8*/
35ad1ba23SRobert McLeod
45ad1ba23SRobert McLeod/*
5591a648aSSam Wilson * English language file
65ad1ba23SRobert McLeod */
7*5187ea72SDamien Regad$lang['addpage_exclude'] = "Excluded namespaces (separated with <code>;</code>)";
85ad1ba23SRobert McLeod$lang['addpage_showroot'] = "Show root namespace";
9*5187ea72SDamien Regad$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*5187ea72SDamien Regad$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*5187ea72SDamien Regad$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*5187ea72SDamien Regad$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