93 reg_err_password_good: 'The password you entered is valid.', |
93 reg_err_password_good: 'The password you entered is valid.', |
94 reg_err_alert_password_tooshort: 'Your password must be 6 characters or greater in length.', |
94 reg_err_alert_password_tooshort: 'Your password must be 6 characters or greater in length.', |
95 reg_err_alert_password_nomatch: 'The passwords you entered do not match.', |
95 reg_err_alert_password_nomatch: 'The passwords you entered do not match.', |
96 reg_err_missing_key: 'Couldn\'t look up public encryption key', |
96 reg_err_missing_key: 'Couldn\'t look up public encryption key', |
97 reg_err_accept_tou: 'Please read and accept the Terms of Use before creating your account.', |
97 reg_err_accept_tou: 'Please read and accept the Terms of Use before creating your account.', |
|
98 reg_err_username_banned_chars: 'The username you chose contains invalid characters.', |
|
99 reg_err_dupe_username: 'The username you selected is already in use by another user.', |
|
100 reg_err_dupe_username_email: 'The username and e-mail address you selected are already in use by another user.', |
|
101 reg_err_dupe_username_email_realname: 'The username, e-mail address, and real name you selected are already in use by another user.', |
|
102 reg_err_dupe_email: 'The e-mail address you selected is already in use by another user.', |
|
103 reg_err_dupe_email_realname: 'The e-mail address and real name you selected are already in use by another user.', |
|
104 reg_err_dupe_realname: 'The real name you selected is already in use by another user.', |
|
105 reg_err_password_too_weak: 'The password you entered did not meet the complexity requirements for this site. Please choose a stronger password.', |
|
106 reg_err_actmail_failed: 'The activation e-mail could not be sent due to an internal error. This could possibly be due to an incorrect SMTP configuration. A request has been sent to the administrator to activate your account for you.', |
98 |
107 |
99 reg_msg_greatercontrol: 'A user account enables you to have greater control over your browsing experience.', |
108 reg_msg_greatercontrol: 'A user account enables you to have greater control over your browsing experience.', |
100 reg_msg_table_title: 'Create a user account', |
109 reg_msg_table_title: 'Create a user account', |
101 reg_msg_table_subtitle: 'Please tell us a little bit about yourself.', |
110 reg_msg_table_subtitle: 'Please tell us a little bit about yourself.', |
102 reg_msg_username_checking: 'Checking availability...', |
111 reg_msg_username_checking: 'Checking availability...', |
130 reg_btn_create_account: 'Create my account', |
139 reg_btn_create_account: 'Create my account', |
131 |
140 |
132 reg_coppa_title: 'Before you can register, please tell us your age.', |
141 reg_coppa_title: 'Before you can register, please tell us your age.', |
133 reg_coppa_link_atleast13: 'I was born <b>on or before</b> %yo13_date% and am <b>at least</b> 13 years of age', |
142 reg_coppa_link_atleast13: 'I was born <b>on or before</b> %yo13_date% and am <b>at least</b> 13 years of age', |
134 reg_coppa_link_not13: 'I was born <b>after</b> %yo13_date% and am <b>less than</b> 13 years of age', |
143 reg_coppa_link_not13: 'I was born <b>after</b> %yo13_date% and am <b>less than</b> 13 years of age', |
|
144 |
|
145 reg_activation_email_subject: '%config.site_name% website account activation', |
|
146 reg_activation_email: 'Dear %username%, |
|
147 Thank you for registering on %config.site_name%. Your account creation is almost complete. To complete the registration process, please click the following link or paste it into your web browser: |
|
148 |
|
149 %activation_link% |
|
150 |
|
151 Sincerely yours, |
|
152 %admin_user% and the %config.site_name% administration team', |
|
153 |
|
154 reg_activation_email_coppa: 'Dear parent or legal guardian, |
|
155 A child under the username %username% recently registered on our website. The child provided your e-mail address as the one of his or her authorized parent or legal guardian, and to comply with the United States Childrens\' Online Privacy Protection act, we ask that all parents of children ages 13 or under please mail us a written form authorizing their child\'s use of our website. |
|
156 |
|
157 If you wish for your child to be allowed access to our website, please print and fill out the form below, and mail it to this address: |
|
158 |
|
159 %config.coppa_address% |
|
160 |
|
161 If you do NOT wish for your child to be allowed access to our site, you do not need to do anything - your child will not be able to access our site as a registered user unless you authorize their account activation. |
|
162 |
|
163 Authorization form: |
|
164 -------------------------------- Cut here -------------------------------- |
|
165 |
|
166 I, _______________________________________, the legal parent or guardian of the child registered on the website "%config.site_name%" as %username%, hereby give my authorization for the child\'s e-mail address, instant messaging information, location, and real name, to be collected and stored in a database owned and maintained by %config.site_name% at the child\'s option, and for the administrators of this website to use this information according to the privacy policy displayed on their website <%site_link%>. |
|
167 |
|
168 Child\'s name: _____________________________________ |
|
169 |
|
170 Child\'s e-mail address: _____________________________________ |
|
171 (optional - if you don\'t provide this, we\'ll just send site-related e-mails to your e-mail address) |
|
172 |
|
173 Signature of parent or guardian: |
|
174 |
|
175 ____________________________________________________ |
|
176 |
|
177 Date (YYYY-MM-DD): ______ / _____ / _____ |
|
178 |
|
179 -------------------------------- Cut here -------------------------------- |
|
180 |
|
181 Sincerely yours, |
|
182 %admin_user% and the %config.site_name% administration team', |
135 |
183 |
136 autofill_heading_suggestions: 'Username suggestions', |
184 autofill_heading_suggestions: 'Username suggestions', |
137 autofill_msg_no_suggestions: 'No suggestions', |
185 autofill_msg_no_suggestions: 'No suggestions', |
138 }, |
186 }, |
139 usercp: { |
187 usercp: { |