mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
First round of fixes
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9792 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5a1fa3b565
commit
117aa0fc98
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ if (empty($lang) || !is_array($lang))
|
|||
|
||||
$lang = array_merge($lang, array(
|
||||
'CAPTCHA_QA' => 'Q&A CAPTCHA',
|
||||
'CONFIRM_QUESTION_EXPLAIN' => 'Please answer this question to avoid automatted registrations.',
|
||||
'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,7 +48,7 @@ $lang = array_merge($lang, array(
|
|||
'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' => '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.',
|
||||
|
|
Loading…
Add table
Reference in a new issue