Zeile 3 | Zeile 3 |
---|
* MyBB 1.4 English Language Pack * Copyright © 2008 MyBB Group, All Rights Reserved *
|
* MyBB 1.4 English Language Pack * Copyright © 2008 MyBB Group, All Rights Reserved *
|
* $Id: member.lang.php 3976 2008-07-03 23:17:04Z Tikitiki $
| * $Id: member.lang.php 4270 2008-11-15 08:03:49Z Tikitiki $
|
*/
$l['nav_register'] = "Register";
| */
$l['nav_register'] = "Register";
|
Zeile 105 | Zeile 105 |
---|
$l['coppa_desc'] = "In order to register on these forums, we require you to verify your age to comply with <a href=\"http://coppa.org/\" title=\"Children's Online Privacy Protection Act\" target=\"_blank\">COPPA</a>. Please enter your date of birth below.<br /><br />If you are under the age of 13, parental permission must be obtained prior to registration. A parent or legal guardian will need to download, fill in and submit to us a completed copy of our <a href=\"member.php?action=coppa_form\" target=\"_blank\">COPPA Compliance & Permission form</a>."; $l['hide_dob'] = "You can chose to hide your date of birth and age by editing your profile after registering."; $l['continue_registration'] = "Continue with Registration";
|
$l['coppa_desc'] = "In order to register on these forums, we require you to verify your age to comply with <a href=\"http://coppa.org/\" title=\"Children's Online Privacy Protection Act\" target=\"_blank\">COPPA</a>. Please enter your date of birth below.<br /><br />If you are under the age of 13, parental permission must be obtained prior to registration. A parent or legal guardian will need to download, fill in and submit to us a completed copy of our <a href=\"member.php?action=coppa_form\" target=\"_blank\">COPPA Compliance & Permission form</a>."; $l['hide_dob'] = "You can chose to hide your date of birth and age by editing your profile after registering."; $l['continue_registration'] = "Continue with Registration";
|
$l['date_of_birth'] = "Date of Birth:";
| |
$l['birthdayprivacy'] = "Date of Birth Privacy:"; $l['birthdayprivacyall'] = "Display Age and Date of Birth"; $l['birthdayprivacynone'] = "Hide Age and Date of Birth";
| $l['birthdayprivacy'] = "Date of Birth Privacy:"; $l['birthdayprivacyall'] = "Display Age and Date of Birth"; $l['birthdayprivacynone'] = "Hide Age and Date of Birth";
|
Zeile 188 | Zeile 187 |
---|
$l['error_bannedusername'] = "You have entered a username that is banned from registration. Please choose another username."; $l['error_notloggedout'] = "Your user ID could not be verified to log you out. This may have been because a malicious Javascript was attempting to log you out automatically. If you intended to log out, please click the Log Out button at the top menu."; $l['error_regimageinvalid'] = "The image verification code that you entered was incorrect. Please enter the code exactly how it appears in the image.";
|
$l['error_bannedusername'] = "You have entered a username that is banned from registration. Please choose another username."; $l['error_notloggedout'] = "Your user ID could not be verified to log you out. This may have been because a malicious Javascript was attempting to log you out automatically. If you intended to log out, please click the Log Out button at the top menu."; $l['error_regimageinvalid'] = "The image verification code that you entered was incorrect. Please enter the code exactly how it appears in the image.";
|
| $l['error_regimagerequired'] = "Please fill out the image verification code to continue the login process. Please enter the code exactly how it appears in the image.";
|
$l['js_validator_no_username'] = "You must enter a username"; $l['js_validator_invalid_email'] = "You need to enter a valid email address";
| $l['js_validator_no_username'] = "You must enter a username"; $l['js_validator_invalid_email'] = "You need to enter a valid email address";
|