diff options
| author | James Atkinson <thefinn@users.sourceforge.net> | 2001-03-22 01:33:42 +0000 |
|---|---|---|
| committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-03-22 01:33:42 +0000 |
| commit | c11d9105d73994e1d86c7579f836fb73ad9c7b42 (patch) | |
| tree | 3f33e9cc391da3118e82500a1b8ba38134853765 /phpBB/language | |
| parent | 1ccf0a5b178fb6fd5943c9a94979b7a45515579d (diff) | |
| download | forums-c11d9105d73994e1d86c7579f836fb73ad9c7b42.tar forums-c11d9105d73994e1d86c7579f836fb73ad9c7b42.tar.gz forums-c11d9105d73994e1d86c7579f836fb73ad9c7b42.tar.bz2 forums-c11d9105d73994e1d86c7579f836fb73ad9c7b42.tar.xz forums-c11d9105d73994e1d86c7579f836fb73ad9c7b42.zip | |
Registration is almost done, coppa support is in..
git-svn-id: file:///svn/phpbb/trunk@129 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rwxr-xr-x | phpBB/language/lang_english.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 46700d46f3..cb870ecd9d 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -194,7 +194,6 @@ $l_version = "Version"; // Register $l_accountinactive = "Your account has been created. However, this forum requires account activation, an activation key has been sent to the email address you provided. Pease check your email for further information."; -$l_coppa = "Your account has been created, however in complance with the COPPA act you must print out this page and have you parent or guardian mail it to: <br>$l_mailingaddress<br>Or fax it to: <br>$l_faxinfo<br> Once this information has been recived your account will be activated by the administrator and you will recive and email notification."; $l_acountadded = "Thank you for registering with $sitename. Your account has been successfully created."; $l_nowactive = "Your account is now been activated. You may login and post with this account. Thank you for using $sitename forums."; $l_notfilledin = "Error - you did not fill in all the required fields."; @@ -216,7 +215,7 @@ $l_faxinfo = " <br> Fax Number: +1-604-742-1770<br> "; - +$l_coppa = "Your account has been created, however in complance with the COPPA act you must print out this page and have you parent or guardian mail it to: <br>$l_mailingaddress<br>Or fax it to: <br>$l_faxinfo<br> Once this information has been recived your account will be activated by the administrator and you will recive and email notification."; $l_welcomesubj = "Welcome to $sitename Forums"; $l_welcomemail = " |
