mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
add EDIT_QUESTION
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9875 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f0820bc442
commit
919d42d02d
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ $lang = array_merge($lang, array(
|
|||
'CONFIRM_QUESTION' => 'Question',
|
||||
|
||||
'ANSWER' => 'Answer',
|
||||
'EDIT_QUESTION' => 'Edit Question',
|
||||
'QUESTIONS' => 'Questions',
|
||||
'QUESTIONS_EXPLAIN' => 'Here you can add and edit questions to be asked on registration. You have to provide at least one question in the default board language to use this plugin. Questions should be easy for your target audience, but beyond the ability of google. Also, remember to change the questions regularly. If your question relies on punctuation, spelling or capitalisation, use the strict setting.',
|
||||
'QUESTION_DELETED' => 'Question deleted',
|
||||
|
|
Loading…
Add table
Reference in a new issue