<?php
/**
 * English language file
 */

$lang['locked'] = 'The site is currently locked.';

$lang['start_btn'] = 'Start';
$lang['start_desc'] = 'Runs the maintenance script. The site is automatically locked during the running.';
$lang['start_no_script'] = 'The specified maintenance script "%s" does not exist.';
$lang['start_fail'] = 'Unable to run the maintenance script "%s".';
$lang['start_success'] = 'The maintenance script is running now.';
$lang['start_already'] = 'There is already another process running.';

$lang['stop_btn'] = 'Stop';
$lang['stop_desc'] = 'Stops the maintenance script and unlocks the site.';
$lang['stop_fail'] = 'Unable to kill the current maintenance script.';
$lang['stop_success'] = 'Successfully killed the current maintenance script.';
$lang['stop_already'] = 'There is no maintenance script running.';

$lang['lock_btn'] = 'Lock';
$lang['lock_desc'] = 'Locks the site manually.';
$lang['lock_fail'] = 'Unable to lock the site.';
$lang['lock_success'] = 'Successfully locked the site.';
$lang['lock_already'] = 'The site is already locked.';

$lang['unlock_btn'] = 'Unlock';
$lang['unlock_desc'] = 'Unlocks the site manually.';
$lang['unlock_fail'] = 'Unable to unlock the site.';
$lang['unlock_success'] = 'Successfully unlocked the site.';
$lang['unlock_already'] = 'The site is already unlocked.';
