aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-06-28 02:43:44 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-06-28 02:43:44 +0000
commitc748c31fe5ea4983c66ab3b41ff359b0425f1fa5 (patch)
treeeb7697cbf0b489134168de41c949b6ab4362fbe1 /phpBB/language
parentb451ced10e0b94b90da03d8c1c2fc0eed07534ff (diff)
downloadforums-c748c31fe5ea4983c66ab3b41ff359b0425f1fa5.tar
forums-c748c31fe5ea4983c66ab3b41ff359b0425f1fa5.tar.gz
forums-c748c31fe5ea4983c66ab3b41ff359b0425f1fa5.tar.bz2
forums-c748c31fe5ea4983c66ab3b41ff359b0425f1fa5.tar.xz
forums-c748c31fe5ea4983c66ab3b41ff359b0425f1fa5.zip
ketchup? catcher? catheter? no. CAPTCHA
- New CAPTCHA ACP, only lets you enable what you can actually use :D - CAPTCHA ACP also has a nifty demo link that lets you preview a CAPTCHA with the current settings that you enable. I hope it all works... git-svn-id: file:///svn/phpbb/trunk@6129 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/board.php6
-rw-r--r--phpBB/language/en/acp/common.php3
2 files changed, 8 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index d0dc426dda..bb467bad50 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -209,7 +209,7 @@ $lang = array_merge($lang, array(
// Visual Confirmation Settings
$lang = array_merge($lang, array(
- 'ACP_VC_SETTINGS_EXPLAIN' => 'Here you are able to define visual confirmation defaults and captcha settings',
+ 'ACP_VC_SETTINGS_EXPLAIN' => 'Here you are able to define visual confirmation defaults and captcha settings.',
'CAPTCHA_3DBITMAP' => '3D Bitmap',
'CAPTCHA_CELLS' => 'Cells',
@@ -219,6 +219,7 @@ $lang = array_merge($lang, array(
'CAPTCHA_OVERLAP' => 'Overlap',
'CAPTCHA_SHAPE' => 'Shape',
'CAPTCHA_STENCIL' => 'Stencil',
+ 'CAPTCHA_EXPLAIN' => 'Click %shere%s to preview this CAPTCHA policy.',
'ENTROPY_NOISE_LINE' => 'Entropy line noise',
'ENTROPY_NOISE_PIXEL' => 'Entropy pixel noise',
'HEAVY' => 'Heavy',
@@ -232,6 +233,9 @@ $lang = array_merge($lang, array(
'VISUAL_CONFIRM_POST_EXPLAIN' => 'Requires anonymous users to enter a random code matching an image to help prevent mass postings.',
'VISUAL_CONFIRM_REG' => 'Enable visual confirmation for registrations',
'VISUAL_CONFIRM_REG_EXPLAIN' => 'Requires new users to enter a random code matching an image to help prevent mass registrations.',
+ 'NO_GD' => 'The server does not support GD, an extension required to enable the advanced CAPTCHA policies. A fall-back method will be used if you decide to enable Visual Confirmation features.',
+ 'NO_TTF' => 'The policy you selected requires TTF enabled, the server has TTF disabled. If this policy is enabled, it will be skipped and another policy will be used in its place. If no valid policies are enabled, a fall-back method will be used if you decide to enable Visual Confirmation features.',
+ 'BAD_POLICY' => 'The policy you selected is invalid.'
));
// Cookie Settings
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index 5b875b4916..c562c86454 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -53,6 +53,8 @@ $lang = array_merge($lang, array(
'ACP_BOARD_SETTINGS' => 'Board Settings',
'ACP_BOTS' => 'Spiders/Robots',
+ 'ACP_CAPTCHA' => 'CAPTCHA',
+
'ACP_CAT_DATABASE' => 'Database',
'ACP_CAT_DOT_MODS' => '.Mods',
'ACP_CAT_FORUMS' => 'Forums',
@@ -175,6 +177,7 @@ $lang = array_merge($lang, array(
'ACP_USER_SIG' => 'Signature',
'ACP_VC_SETTINGS' => 'Visual Confirmation Settings',
+ 'ACP_VC_CAPTCHA_DISPLAY' => 'CAPTCHA Image Preview',
'ACP_VERSION_CHECK' => 'Check for Updates',
'ACP_VIEW_ADMIN_PERMISSIONS' => 'View Admin Permissions',
'ACP_VIEW_FORUM_MOD_PERMISSIONS' => 'View Forum Moderator Permissions',