aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-03-28 12:44:27 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-03-28 12:44:27 +0000
commitf52ef0a6ec3e095f04f36115f07964150aee398e (patch)
tree64447dca800680250b675c511af90b5be5320506 /phpBB/language
parent3ad9c2f089d37a11e7f4713f97e758950e51da1d (diff)
downloadforums-f52ef0a6ec3e095f04f36115f07964150aee398e.tar
forums-f52ef0a6ec3e095f04f36115f07964150aee398e.tar.gz
forums-f52ef0a6ec3e095f04f36115f07964150aee398e.tar.bz2
forums-f52ef0a6ec3e095f04f36115f07964150aee398e.tar.xz
forums-f52ef0a6ec3e095f04f36115f07964150aee398e.zip
- Visual Confirmation for guest posting
git-svn-id: file:///svn/phpbb/trunk@5739 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/board.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index c074a05e88..59e4edbfe9 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -245,8 +245,10 @@ $lang = array_merge($lang, array(
'ALLOW_AUTOLOGIN_EXPLAIN' => 'Determines whether users can autologin when they visit the board.',
'AUTOLOGIN_LENGTH' => 'Persistent login key expiry days',
'AUTOLOGIN_LENGTH_EXPLAIN' => 'Number of days after which persistent login keys are removed or zero to disable.',
- 'VISUAL_CONFIRM' => 'Enable visual confirmation',
- 'VISUAL_CONFIRM_EXPLAIN' => 'Requires new users enter a random code matching an image to help prevent mass registrations.',
+ 'VISUAL_CONFIRM_REG' => 'Enable visual confirmation',
+ 'VISUAL_CONFIRM_REG_EXPLAIN'=> 'Requires new users to enter a random code matching an image to help prevent mass registrations.',
+ 'VISUAL_CONFIRM_POST' => 'Enable visual confirmation',
+ 'VISUAL_CONFIRM_POST_EXPLAIN'=> 'Requires anonymous users to enter a random code matching an image to help prevent mass postings.',
'LOGIN_LIMIT' => 'Login attempts',
'LOGIN_LIMIT_EXPLAIN' => 'Number of failed logins users can make before being locked out that session',
'REG_LIMIT' => 'Registration attempts',