1<?php
2/**
3 * English strings for the locksite plugin
4 */
5$lang['msg_lock'] = 'Message to notify users that the site is currently locked.';
6$lang['script'] = 'Absolute path of the maintenance script. Use %bin% for plugin bin and %dokuwiki% for dokuwiki main directory (both without trailing slash).';
7$lang['script_auto'] = 'Whether to enable the maintenance script to run periodically.';
8$lang['script_auto_interval'] = 'The interval (seconds) to run the maintenance script. 0 means to run always.';
9