mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
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
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user