<?php
/**
 * English language file
 *
 * @author     Thomas Hawkins <thawkins@mun.ca>
 */

// for the configuration manager
$lang['maintenance_message_on']    = 'Enable the maintenance message';
$lang['maintenance_message_text']     = 'What the message says.';
$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';
$lang['deny_login_message']     = 'The message that is displayed to users who try to login.';
$lang['deny_editing']    = 'Disable editing for ALL users.';
$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.';