1
0
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:
David M
2006-05-19 22:50:25 +00:00
parent 8e800e333c
commit 917eeebc1a
16 changed files with 1474 additions and 1099 deletions

View File

@@ -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',