1<?php 2/** 3 * English language file 4 * 5 * @author Thomas Hawkins <thawkins@mun.ca> 6 */ 7 8// for the configuration manager 9$lang['maintenance_message_on'] = 'Enable the maintenance message'; 10$lang['maintenance_message_text'] = 'What the message says.'; 11$lang['deny_all_logins'] = 'Disable Logins for ALL users. (if you log out, you will need to modify the .conf file to disable this plugin) - only for devel version and not tested'; 12$lang['deny_login_message'] = 'The message that is displayed to users who try to login.'; 13$lang['deny_editing'] = 'Disable editing for ALL users.'; 14$lang['deny_editing_message'] = 'The message that is displayed to users who try to edit a page. Appears below the maintenance message if it is enabled.';