1<?php 2 3/** 4 * Plugin autostartpage: English language file 5 * 6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 7 * @author Charles Knight <charles@rabidaudio.com> 8 */ 9 10$lang['templatefile'] = "The page to use as a template for new start pages (include namespaces)"; 11$lang['silent'] = "Uncheck to show message on page creation"; 12$lang['forcecreate'] = "Create page even if the user lacks permissions to do so (security risk)";