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['createmsg'] = 'Autogenerated start page for this namespace:'; 11$lang['failmsg'] = 'Autogeneration of start page for this namespace failed. You may not have permission to create this page.'; 12$lang['templatemissing'] = "Warning: Couldn't create start page, template file doesn't exist or could not be read.";