From: Henry S. <kel...@ph...> - 2009-07-19 09:46:54
|
Author: Kellanved Date: Sun Jul 19 09:46:32 2009 New Revision: 9792 Log: First round of fixes Modified: branches/phpBB-3_0_0/phpBB/language/en/captcha_qa.php Modified: branches/phpBB-3_0_0/phpBB/language/en/captcha_qa.php ============================================================================== *** branches/phpBB-3_0_0/phpBB/language/en/captcha_qa.php (original) --- branches/phpBB-3_0_0/phpBB/language/en/captcha_qa.php Sun Jul 19 09:46:32 2009 *************** *** 37,43 **** $lang = array_merge($lang, array( 'CAPTCHA_QA' => 'Q&A CAPTCHA', ! 'CONFIRM_QUESTION_EXPLAIN' => 'Please answer this question to avoid automatted registrations.', 'CONFIRM_QUESTION_WRONG' => 'The answer to the confirmation question was not recognized.', 'QUESTION_ANSWERS' => 'Answers', --- 37,43 ---- $lang = array_merge($lang, array( 'CAPTCHA_QA' => 'Q&A CAPTCHA', ! 'CONFIRM_QUESTION_EXPLAIN' => 'Please answer this question to avoid automated registrations.', 'CONFIRM_QUESTION_WRONG' => 'The answer to the confirmation question was not recognized.', 'QUESTION_ANSWERS' => 'Answers', *************** *** 48,54 **** 'QUESTIONS' => 'Questions', 'QUESTIONS_EXPLAIN' => 'Here you can add enter and edit questions to be asked on registration to ward against automatted installs.', 'QUESTION_DELETED' => 'Question deleted', ! 'QUESTION_LANG' => 'Language', 'QUESTION_LANG_EXPLAIN' => 'The language this question and its answers is written in.', 'QUESTION_STRICT' => 'Strict check', 'QUESTION_STRICT_EXPLAIN' => 'If enabled, the check also recognizes capitalization and whitespaces.', --- 48,54 ---- 'QUESTIONS' => 'Questions', 'QUESTIONS_EXPLAIN' => 'Here you can add enter and edit questions to be asked on registration to ward against automatted installs.', 'QUESTION_DELETED' => 'Question deleted', ! 'QUESTION_LANG' => 'Language', 'QUESTION_LANG_EXPLAIN' => 'The language this question and its answers is written in.', 'QUESTION_STRICT' => 'Strict check', 'QUESTION_STRICT_EXPLAIN' => 'If enabled, the check also recognizes capitalization and whitespaces.', |