Login.english.php 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?php
  2. // Version: 2.1 Alpha 1; Login
  3. global $context;
  4. // Registration agreement page.
  5. $txt['registration_agreement'] = 'Registration Agreement';
  6. $txt['agreement_agree'] = 'I accept the terms of the agreement.';
  7. $txt['agreement_agree_coppa_above'] = 'I accept the terms of the agreement and I am at least %1$d years old.';
  8. $txt['agreement_agree_coppa_below'] = 'I accept the terms of the agreement and I am younger than %1$d years old.';
  9. $txt['agree_coppa_above'] = 'I am at least %1$d years old.';
  10. $txt['agree_coppa_below'] = 'I am younger than %1$d years old.';
  11. // Registration form.
  12. $txt['registration_form'] = 'Registration Form';
  13. $txt['need_username'] = 'You need to fill in a username.';
  14. $txt['no_password'] = 'You didn\'t enter your password.';
  15. $txt['incorrect_password'] = 'Password incorrect';
  16. $txt['choose_username'] = 'Choose username';
  17. $txt['maintain_mode'] = 'Maintenance Mode';
  18. $txt['registration_successful'] = 'Registration Successful';
  19. $txt['now_a_member'] = 'Success! You are now a member of the forum.';
  20. // Use numeric entities in the below string.
  21. $txt['your_password'] = 'and your password is';
  22. $txt['valid_email_needed'] = 'Please enter a valid email address, %1$s.';
  23. $txt['required_info'] = 'Required Information';
  24. $txt['identification_by_smf'] = 'Used to identify you on the forum.';
  25. $txt['additional_information'] = 'Additional Information';
  26. $txt['warning'] = 'Warning!';
  27. $txt['only_members_can_access'] = 'Only registered members are allowed to access this section.';
  28. $txt['login_below'] = 'Please login below.';
  29. $txt['login_below_or_register'] = 'Please login below or <a href="%1$s">register an account</a> with %2$s';
  30. // Use numeric entities in the below two strings.
  31. $txt['may_change_in_profile'] = 'You may change it after you login by going to the profile page, or by visiting this page after you login:';
  32. $txt['your_username_is'] = 'Your username is: ';
  33. $txt['login_hash_error'] = 'Password security has recently been upgraded. Please enter your password again.';
  34. $txt['ban_register_prohibited'] = 'Sorry, you are not allowed to register on this forum.';
  35. $txt['under_age_registration_prohibited'] = 'Sorry, but users under the age of %1$d are not allowed to register on this forum.';
  36. $txt['activate_account'] = 'Account activation';
  37. $txt['activate_success'] = 'Your account has been successfully activated. You can now proceed to login.';
  38. $txt['activate_not_completed1'] = 'Your email address needs to be validated before you can login.';
  39. $txt['activate_not_completed2'] = 'Need another activation email?';
  40. $txt['activate_after_registration'] = 'Thank you for registering. You will receive an email soon with a link to activate your account. If you don\'t receive an email after some time, check your spam folder.';
  41. $txt['invalid_userid'] = 'User does not exist';
  42. $txt['invalid_activation_code'] = 'Invalid activation code';
  43. $txt['invalid_activation_username'] = 'Username or email';
  44. $txt['invalid_activation_new'] = 'If you registered with the wrong email address, type a new one and your password here.';
  45. $txt['invalid_activation_new_email'] = 'New email address';
  46. $txt['invalid_activation_password'] = 'Old password';
  47. $txt['invalid_activation_resend'] = 'Resend activation code';
  48. $txt['invalid_activation_known'] = 'If you already know your activation code, please type it here.';
  49. $txt['invalid_activation_retry'] = 'Activation code';
  50. $txt['invalid_activation_submit'] = 'Activate';
  51. $txt['coppa_no_concent'] = 'The administrator has still not received parent/guardian consent for your account.';
  52. $txt['coppa_need_more_details'] = 'Need more details?';
  53. $txt['awaiting_delete_account'] = 'Your account has been marked for deletion!<br />If you wish to restore your account, please check the &quot;Reactivate my account&quot; box, and login again.';
  54. $txt['undelete_account'] = 'Reactivate my account';
  55. // Use numeric entities in the below three strings.
  56. $txt['change_password'] = 'New Password Details';
  57. $txt['change_password_login'] = 'Your login details at';
  58. $txt['change_password_new'] = 'have been changed and your password reset. Below are your new login details.';
  59. $txt['in_maintain_mode'] = 'This board is in Maintenance Mode.';
  60. // These two are used as a javascript alert; please use international characters directly, not as entities.
  61. $txt['register_agree'] = 'Please read and accept the agreement before registering.';
  62. $txt['register_passwords_differ_js'] = 'The two passwords you entered are not the same!';
  63. $txt['approval_after_registration'] = 'Thank you for registering. The admin must approve your registration before you may begin to use your account, you will receive an email shortly advising you of the admins decision.';
  64. $txt['admin_settings_desc'] = 'Here you can change a variety of settings related to registration of new members.';
  65. $txt['setting_enableOpenID'] = 'Allow users to register using OpenID';
  66. $txt['setting_registration_method'] = 'Method of registration employed for new members';
  67. $txt['setting_registration_disabled'] = 'Registration Disabled';
  68. $txt['setting_registration_standard'] = 'Immediate Registration';
  69. $txt['setting_registration_activate'] = 'Email Activation';
  70. $txt['setting_registration_approval'] = 'Admin Approval';
  71. $txt['setting_notify_new_registration'] = 'Notify administrators when a new member joins';
  72. $txt['setting_send_welcomeEmail'] = 'Send welcome email to new members';
  73. $txt['setting_coppaAge'] = 'Age below which to apply registration restrictions';
  74. $txt['setting_coppaAge_desc'] = '(Set to 0 to disable)';
  75. $txt['setting_coppaType'] = 'Action to take when a user below minimum age registers';
  76. $txt['setting_coppaType_reject'] = 'Reject their registration';
  77. $txt['setting_coppaType_approval'] = 'Require parent/guardian approval';
  78. $txt['setting_coppaPost'] = 'Postal address to which approval forms should be sent';
  79. $txt['setting_coppaPost_desc'] = 'Only applies if age restriction is in place';
  80. $txt['setting_coppaFax'] = 'Fax number to which approval forms should be faxed';
  81. $txt['setting_coppaPhone'] = 'Contact number for parents to contact with age restriction queries';
  82. $txt['admin_register'] = 'Registration of new member';
  83. $txt['admin_register_desc'] = 'From here you can register new members into the forum, and if desired, email them their details.';
  84. $txt['admin_register_username'] = 'New Username';
  85. $txt['admin_register_email'] = 'Email Address';
  86. $txt['admin_register_password'] = 'Password';
  87. $txt['admin_register_username_desc'] = 'Username for the new member';
  88. $txt['admin_register_email_desc'] = 'Email address of the member';
  89. $txt['admin_register_password_desc'] = 'Password for new member';
  90. $txt['admin_register_email_detail'] = 'Email new password to user';
  91. $txt['admin_register_email_detail_desc'] = 'Email address required even if unchecked';
  92. $txt['admin_register_email_activate'] = 'Require user to activate the account';
  93. $txt['admin_register_group'] = 'Primary Membergroup';
  94. $txt['admin_register_group_desc'] = 'Primary membergroup new member will belong to';
  95. $txt['admin_register_group_none'] = '(no primary membergroup)';
  96. $txt['admin_register_done'] = 'Member %1$s has been registered successfully!';
  97. $txt['coppa_title'] = 'Age Restricted Forum';
  98. $txt['coppa_after_registration'] = 'Thank you for registering with ' . $context['forum_name_html_safe'] . '.<br /><br />Because you fall under the age of {MINIMUM_AGE}, it is a legal requirement
  99. to obtain your parent or guardian\'s permission before you may begin to use your account. To arrange for account activation please print off the form below:';
  100. $txt['coppa_form_link_popup'] = 'Load Form In New Window';
  101. $txt['coppa_form_link_download'] = 'Download Form as Text File';
  102. $txt['coppa_send_to_one_option'] = 'Then arrange for your parent/guardian to send the completed form by:';
  103. $txt['coppa_send_to_two_options'] = 'Then arrange for your parent/guardian to send the completed form by either:';
  104. $txt['coppa_send_by_post'] = 'Post, to the following address:';
  105. $txt['coppa_send_by_fax'] = 'Fax, to the following number:';
  106. $txt['coppa_send_by_phone'] = 'Alternatively, arrange for them to phone the administrator at {PHONE_NUMBER}.';
  107. $txt['coppa_form_title'] = 'Permission form for registration at ' . $context['forum_name_html_safe'];
  108. $txt['coppa_form_address'] = 'Address';
  109. $txt['coppa_form_date'] = 'Date';
  110. $txt['coppa_form_body'] = 'I {PARENT_NAME},<br /><br />Give permission for {CHILD_NAME} (child name) to become a fully registered member of the forum: ' . $context['forum_name_html_safe'] . ', with the username: {USER_NAME}.<br /><br />I understand that certain personal information entered by {USER_NAME} may be shown to other users of the forum.<br /><br />Signed:<br />{PARENT_NAME} (Parent/Guardian).';
  111. $txt['visual_verification_sound_again'] = 'Play again';
  112. $txt['visual_verification_sound_close'] = 'Close window';
  113. $txt['visual_verification_sound_direct'] = 'Having problems hearing this? Try a direct link to it.';
  114. // Use numeric entities in the below.
  115. $txt['registration_username_available'] = 'Username is available';
  116. $txt['registration_username_unavailable'] = 'Username is not available';
  117. $txt['registration_username_check'] = 'Check if username is available';
  118. $txt['registration_password_short'] = 'Password is too short';
  119. $txt['registration_password_reserved'] = 'Password contains your username/email';
  120. $txt['registration_password_numbercase'] = 'Password must contain both upper and lower case, and numbers';
  121. $txt['registration_password_no_match'] = 'Passwords do not match';
  122. $txt['registration_password_valid'] = 'Password is valid';
  123. $txt['registration_errors_occurred'] = 'The following errors were detected in your registration. Please correct them to continue:';
  124. $txt['authenticate_label'] = 'Authentication Method';
  125. $txt['authenticate_password'] = 'Password';
  126. $txt['authenticate_openid'] = 'OpenID';
  127. $txt['authenticate_openid_url'] = 'OpenID Authentication URL';
  128. ?>