diff options
| -rw-r--r-- | phpBB/language/en/acp/board.php | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 5dfd60108a..8805d4d0fd 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -371,6 +371,8 @@ $lang = array_merge($lang, array(  	'FORCE_PASS_CHANGE_EXPLAIN'		=> 'Require user to change their password after a set number of days. Setting this value to 0 disables this behaviour.',  	'FORM_TIME_MAX'					=> 'Maximum time to submit forms',  	'FORM_TIME_MAX_EXPLAIN'			=> 'The time a user has to submit a form. Use -1 to disable. Note that a form might become invalid if the session expires, regardless of this setting.', +	'FORM_TIME_MIN'					=> 'Minimum time to submit forms', +	'FORM_TIME_MIN_EXPLAIN'			=> 'Submissions faster than this time are ignored by the board. Use 0 to disable.',  	'FORWARDED_FOR_VALID'			=> 'Validated <var>X_FORWARDED_FOR</var> header',  	'FORWARDED_FOR_VALID_EXPLAIN'	=> 'Sessions will only be continued if the sent <var>X_FORWARDED_FOR</var> header equals the one sent with the previous request. Bans will be checked against IPs in <var>X_FORWARDED_FOR</var> too.',  	'IP_VALID'						=> 'Session IP validation', | 
