xref: /plugin/addnewpage/lang/en/settings.php (revision e5ab1083715a25653f09bf0d0ce723a1fb82cec7)
1<?php
2/*USE : UTF8*/
3
4/*
5 * English language file
6 */
7$lang['addpage_exclude']  = "Excluded namespaces (separated with ;)";
8$lang['addpage_showroot'] = "Show root namespace";
9$lang['addpage_hide']     = "When you use {{NEWPAGE>[ns]}} syntax: Hide namespace selection (unchecked: show only subnamespaces)";
10$lang['addpage_hideACL']  = "Hide {{NEWPAGE}} if user does not have rights to add pages (show message if unchecked)";
11$lang['addpage_autopage'] = "Don't show the input box, the preconfigured namespace is treated as a full page ID. (makes sense with date placeholders)";
12