1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

- CAPTCHA!

Xore and NeoThermic are very cool, you must thank them!


git-svn-id: file:///svn/phpbb/trunk@5862 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-04-29 16:30:56 +00:00
parent a94222ee5a
commit 63c9b5d663
11 changed files with 2586 additions and 347 deletions

View File

@@ -87,7 +87,17 @@ $lang = array_merge($lang, array(
'BOXES_LIMIT' => 'Max private messages per box',
'BOXES_LIMIT_EXPLAIN' => 'Users may receive no more than this many messages in each of their private message boxes or zero for unlimited messages.',
'CAPTCHA' => 'Captcha Options',
'CAPTCHA_OPTIONS' => 'Captcha Options',
'CAPTCHA_OCCLUDE' => 'Occlude',
'CAPTCHA_ENTROPY' => 'Entropy',
'CAPTCHA_3DBITMAP' => '3D Bitmap',
'ENTROPY_NOISE_PIXEL' => 'Entropy pixel noise',
'ENTROPY_NOISE_LINE' => 'Entropy line noise',
'OCCLUDE_NOISE_PIXEL' => 'Occlude pixel noise',
'OCCLUDE_NOISE_LINE' => 'Occlude line noise',
'HEAVY' => 'Heavy',
'MEDIUM' => 'Medium',
'LIGHT' => 'Light',
'FULL_FOLDER_ACTION' => 'Full folder default action',
'FULL_FOLDER_ACTION_EXPLAIN'=> 'Default Action to take if an users folder is full and if the users folder action set is not applicable. For the special folder "SENTBOX" the default action is always deleting old messages.',