mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 13:44:12 +02:00
a few changes ;-)
git-svn-id: file:///svn/phpbb/trunk@5934 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -49,6 +49,13 @@ $lang = array_merge($lang, array(
|
||||
',
|
||||
));
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
'CAPTCHA_LINE_1' => 'Enter the code on',
|
||||
'CAPTCHA_LINE_2' => ' the right which ',
|
||||
'CAPTCHA_LINE_3' => 'matches the image',
|
||||
'CAPTCHA_LINE_4' => ' on the left ',
|
||||
));
|
||||
|
||||
// Common language entries
|
||||
$lang = array_merge($lang, array(
|
||||
'ACCOUNT_ACTIVE' => 'Your account has now been activated. Thank you for registering',
|
||||
|
Reference in New Issue
Block a user