aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-10-05 07:38:15 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-10-05 07:38:15 +0000
commit570f2f6f7ff33b69a85b629b73fb8ff436de4fb8 (patch)
treef9ddb668ab57df4fdaca68c9a9eca653cb715327
parent760fe6bc66cc5571b220e3a80ddc027ad67b86f3 (diff)
downloadforums-570f2f6f7ff33b69a85b629b73fb8ff436de4fb8.tar
forums-570f2f6f7ff33b69a85b629b73fb8ff436de4fb8.tar.gz
forums-570f2f6f7ff33b69a85b629b73fb8ff436de4fb8.tar.bz2
forums-570f2f6f7ff33b69a85b629b73fb8ff436de4fb8.tar.xz
forums-570f2f6f7ff33b69a85b629b73fb8ff436de4fb8.zip
#14633
git-svn-id: file:///svn/phpbb/trunk@8140 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/language/en/acp/board.php2
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',