1<?php 2$lang['actions'] = 'What to do if a page does not exist? Select the things to try out. "startpage" will redirect to a subpage matching the startpage option. "translation" will check an available translation of the requested page. "pagelist" will show the list of subpages (if you have the indexmenu plugin). "search" will redirect to the search page (if the search action is not disabled). "send404_onlynoneditor" will send a 404 error if the user does not have edit permissions. "send404" will send a 404 error (regardless of who the user is). '; 3$lang['startpages'] = 'Which subpage names to look for for redirection. Some common options you may want to include are: index,start,home'; 4$lang['excludepatterns'] = 'Exclude autosearch behavior on page names that contain these patterns.'; 5 6