diff -r de56132c008d -r bdac73ed481e language/english/user.json
--- a/language/english/user.json Sun Mar 28 21:49:26 2010 -0400
+++ b/language/english/user.json Sun Mar 28 23:10:46 2010 -0400
@@ -11,211 +11,211 @@
*/
var enano_lang = {
- categories: [
- 'meta', 'user', 'usercp', 'groupcp', 'privmsgs', 'userfuncs', 'userpage',
- ],
- strings: {
- meta: {
- user: 'Login, logout, and authentication',
- usercp: 'User control panel',
- groupcp: 'Group control panel',
- privmsgs: 'Private message and buddy list CP',
- userfuncs: 'User management pages',
- userpage: 'User pages',
- },
- user: {
- login_message_short: 'Please enter your username and password to log in.',
- login_message_short_elev: 'Please re-enter your login details',
- login_body: 'Logging in enables you to use your preferences and access member information. If you don\'t have a username and password here, you can create an account.',
- login_body_elev: 'You are requesting that a sensitive operation be performed. To continue, please re-enter your password to confirm your identity.',
- login_field_username: 'Username',
- login_field_password: 'Password',
- login_field_remember: 'Remember session:',
- login_forgotpass_blurb: 'Forgot your password? No problem.',
- login_createaccount_blurb: 'Maybe you need to create an account.',
- login_field_captcha: 'Code in image',
- login_nocrypt_title: 'Important note regarding cryptography:',
- login_nocrypt_body: 'Some countries do not allow the import or use of cryptographic technology. If you live in one of the countries listed below, you should log in without using encryption.',
- login_nocrypt_countrylist: 'This restriction applies to the following countries: Belarus, China, India, Israel, Kazakhstan, Mongolia, Pakistan, Russia, Saudi Arabia, Singapore, Tunisia, Venezuela, and Vietnam.',
- login_dh_notice: 'If your browser supports it, strong encryption will be used to protect your password as it it sent over the Internet. The encryption process takes from about 1 to 7 seconds, depending on the speed of your computer, while a key is being generated. Even if your browser prompts you about an unresponsive script, please allow the script to continue or your login may fail.',
- login_usecrypt_title: 'Encryption is currently turned off.',
- login_usecrypt_body: 'If you are not in one of the countries listed below, you should enable encryption to secure the logon process.',
- login_usecrypt_countrylist: 'The cryptography restriction applies to the following countries: Belarus, China, India, Israel, Kazakhstan, Mongolia, Pakistan, Russia, Saudi Arabia, Singapore, Tunisia, Venezuela, and Vietnam.',
- login_success_title: 'Login successful',
- login_success_body: 'You have successfully logged into the %config.site_name% site as "%username%". Redirecting to %redir_target%...',
- login_success_body_mainpage: 'the main page',
- login_success_short: 'Success.',
- login_check_remember: 'Keep me logged in on this computer for %session_length% %length_units% unless I log out',
- login_check_remember_infinite: 'Keep me logged in on this computer until I log out',
- login_btn_log_in: 'Log in',
-
- login_noact_title: 'Account error',
- login_noact_msg_intro: 'It appears that your user account has not yet been activated.',
- login_noact_solution_none: 'Your account was most likely deactivated by an administrator. Please contact the site administration for further assistance.',
- login_noact_solution_user: 'Please check your e-mail; you should have been sent a message with instructions on how to activate your account. If you do not receive an e-mail from this site within 24 hours, please contact the site administration for further assistance.',
- login_noact_solution_admin: 'This website has been configured so that all user accounts must be activated by the administrator before they can be used, so your account will most likely be activated the next time an administrator visits the site.',
- login_noact_msg_logout_success_title: 'Logged out',
- login_noact_msg_logout_success_body: 'You have successfully been logged out. All cookies cleared.',
- login_noact_msg_ask_admins: 'If you are having trouble or did not receive the e-mail, you can request account activation from the administrators of this site.',
- login_noact_msg_admins_just_asked: 'A request has just been sent to the administrators of this site. They will be able to activate your account or send you another activation e-mail if needed.',
- login_noact_msg_admins_asked: 'There is an active request in the administrators\' control panel for your account to be activated.',
- login_noact_btn_request_activation: 'Request account activation',
- login_noact_btn_log_out: 'Log out',
-
- login_ajax_fetching_key: 'Fetching an encryption key...',
- login_ajax_generating_key: 'Performing Diffie-Hellman key generation...',
- login_ajax_prompt_title: 'Please enter your username and password to continue.',
- login_ajax_prompt_title_elev: 'You are requesting a sensitive operation.',
- login_ajax_prompt_body_elev: 'Please re-enter your login details to verify your identity.',
- login_ajax_link_fullform: 'HTML login',
- login_ajax_link_fullform_dh: 'Don\'t stop this process even if your browser asks you to. If this takes more than 10 seconds, you might want to try the full login form.',
- login_ajax_link_forgotpass: 'Forgot password',
- login_ajax_createaccount_blurb: 'Register',
- login_ajax_loggingin: 'Logging in...',
- login_ajax_msg_used_temp_pass: 'You have logged in using a temporary password. Before you can log in, you must finish resetting your password. Do you want to reset your real password now?',
- login_ajax_check_remember: 'Stay logged in (%session_length% %length_units%)',
- login_ajax_check_remember_infinite: 'Stay logged in',
- login_ajax_check_dh: 'Encrypt my details (What?)',
- login_ajax_check_dh_ie: 'Browser doesn\'t support encryption (What?)',
- login_ajax_err_crypto: 'Encryption failed.',
- login_ajax_err_crypto_details: 'If you have a Javascript debugger, details are available on the console.',
- login_ajax_err_crypto_link: 'Use HTML login interface',
-
- err_login_generic_title: 'There was an error in the login process',
- err_key_not_found: 'Enano couldn\'t look up the encryption key used to encrypt your password. This most often happens if a cache rotation occurred during your login attempt, or if you refreshed the login page.',
- err_key_not_found_cleared: 'It seems that the list of encryption keys used for login information has reached its maximum length, thus preventing new keys from being inserted. The list has been automatically cleared. Please try logging in again; if you are still unable to log in, please contact the site administration.',
- err_dh_key_not_found: 'Enano couldn\'t retrieve the private key used for the high-strength encrypted logon. It is possible that the list of keys was cleared during your logon process as this happens approximately once every 72 hours. Please try logging in again; if you are still unable to log in, please contact the site administration.',
- err_dh_key_not_numeric: 'The Diffie-Hellman public key you sent through was not an arbitrary-precision decimal integer.',
- err_dh_hash_no_match: 'The Diffie-Hellman key was not calculated correctly by one of the parties (I got a different shared secret than you did).',
- err_userinfo_decode_failed: 'An internal error occurred while decrypting the encrypted information packet.',
- err_key_wrong_length: 'The encryption key was the wrong length.',
- err_too_big_for_britches: 'You are trying to authenticate at a level that your user account does not permit.',
- err_invalid_credentials: 'You have entered an invalid username or password. Please enter your login details again.',
- err_invalid_credentials_lockout: ' You have used up %fails% out of %threshold% login attempts. After you have used up all %threshold% login attempts, you will be locked out from logging in for %duration% minutes.',
- err_invalid_credentials_captcha: ' You have used up %fails% out of %threshold% login attempts. After you have used up all %threshold% login attempts, you will have to enter a visual confirmation code while logging in, effective for %duration% minutes.',
- err_backend_fail: 'You entered the right credentials and everything was validated, but for some reason Enano couldn\'t register your session. This is an internal problem with the site and you are encouraged to contact site administration.',
- err_locked_out_initial_lockout: 'Your computer is locked out from logging in because you entered invalid credentials too many times. This restriction will expire in %time_rem% minute%plural%.',
- err_locked_out_initial_captcha: 'Please enter the correct visual confirmation code to log in. This restriction will expire in %time_rem% minute%plural%.',
- err_lockout_bad_captcha: 'The confirmation code you entered was incorrect.',
- err_admin_session_timed_out: 'Your session has timed out; please log in again using the form above.',
- err_email_not_valid: 'The e-mail address you entered is invalid.',
-
- logout_success_title: 'Logged out',
- logout_success_body: 'You have been successfully logged out, and all cookies have been cleared. You will now be transferred to the main page.',
- logout_confirm_title: 'Log out of this website?',
- logout_confirm_body_normal: 'Logging out will keep you from accessing your preferences and any special privileges your account might have until you log in again.',
- logout_confirm_body_nelev: '%this.user_logout_confirm_body_normal%\n\nYou may also choose to discard your elevated authorization (gained when you re-entered your password). You will be asked for your password if you try to use any privileged functions.',
- logout_confirm_btn_logout: 'Log out',
- logout_confirm_btn_deauth: 'Forget authorization',
- logout_confirm_title_elev: 'Are you sure you want to de-authenticate?',
- logout_confirm_body_elev: 'If you de-authenticate, you will no longer be able to use the administration panel until you re-authenticate again. You may do so at any time using the Administration button on the sidebar.',
- logout_confirm_btn_logout: 'Log Out',
- logout_err_title: 'An error occurred during the logout process.',
- // Unused at this point
- logout_err_not_loggedin: 'You don\'t seem to be logged in.',
-
- // User levels
- level_short_guest: 'Guest',
- level_short_member: 'Member',
- level_short_chpref: 'Sensitive preferences changeable',
- level_short_mod: 'Moderator',
- level_short_admin: 'Administrative',
- level_short_unknown: 'Unknown (level %user_level%)',
- level_long_guest: 'Low - guest privileges',
- level_long_member: 'Standard - normal member level',
- level_long_chpref: 'Medium - user can change his/her own e-mail address and password',
- level_long_mod: 'High - moderator privileges',
- level_long_admin: 'Highest - administrative privileges',
- level_long_unknown: 'Unknown privileges (level %user_level%)',
-
- ban_msg_title: 'Ban notice',
- ban_msg_body: 'You have been banned from this website. Please contact the site administrator for more information.',
- ban_lbl_reason: 'Reason:',
-
- keepalive_info_title: 'About the keep-alive feature',
- keepalive_info_body: 'Keep-alive is a new Enano feature that keeps your administrative session from timing out while you are using the administration panel. This feature can be useful if you are editing a large page or doing something in the administration interface that will take longer than 15 minutes.
For security reasons, Enano mandates that high-privilege logins last only 15 minutes, with the time being reset each time a page is loaded (or, more specifically, each time the session API is started). The consequence of this is that if you are performing an action in the administration panel that takes more than 15 minutes, your session may be terminated. The keep-alive feature attempts to relieve this by sending a "ping" to the server every 10 minutes.
Please note that keep-alive state is determined by a cookie. Thus, if you log out and then back in as a different administrator, keep-alive will use the same setting that was used when you were logged in as the first administrative user. In the same way, if you log into the administration panel under your account from another computer, keep-alive will be set to "off".
For more information:
Overview of Enano\'s security model',
-
- type_guest: 'Guest',
- type_member: 'Member',
- type_mod: 'Moderator',
- type_admin: 'Administrator',
-
- rank_member: '%this.user_type_member%',
- rank_mod: '%this.user_type_mod%',
- rank_admin: '%this.user_type_admin%',
- rank_guest: '%this.user_type_guest%',
-
- msg_elev_timed_out: 'Your administrative session has timed out. Log in again',
-
- reg_err_locked_out: 'Registration is disabled because you are currently locked out from logging in. Please wait %time% minutes before attempting to register again.',
- reg_err_captcha: 'The confirmation code you entered was incorrect.',
- reg_err_disabled_title: 'Registration disabled',
- reg_err_disabled_body: 'The administrator has disabled the registration of new accounts on this site.',
- reg_err_disabled_body_adminblurb: 'Oops...it seems that you are the administrator...hehe...you can also force account registration to work.',
- reg_err_username_invalid: 'Your username must be at least two characters in length and may not contain any of the following characters: < > _ & ? \' " % / \\.',
- // Not exactly an error
- reg_err_password_good: 'The password you entered is valid.',
- reg_err_alert_password_tooshort: 'Your password must be 6 characters or greater in length.',
- reg_err_alert_password_nomatch: 'The passwords you entered do not match.',
- reg_err_missing_key: 'Couldn\'t look up public encryption key',
- reg_err_accept_tou: 'Please read and accept the Terms of Use before creating your account.',
- reg_err_username_banned_chars: 'The username you chose contains invalid characters.',
- reg_err_dupe_username: 'The username you selected is already in use by another user.',
- reg_err_dupe_username_email: 'The username and e-mail address you selected are already in use by another user.',
- reg_err_dupe_username_email_realname: 'The username, e-mail address, and real name you selected are already in use by another user.',
- reg_err_dupe_email: 'The e-mail address you selected is already in use by another user.',
- reg_err_dupe_email_realname: 'The e-mail address and real name you selected are already in use by another user.',
- reg_err_dupe_realname: 'The real name you selected is already in use by another user.',
- reg_err_password_too_weak: 'The password you entered did not meet the complexity requirements for this site. Please choose a stronger password.',
- 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.',
-
- reg_msg_greatercontrol: 'A user account enables you to have greater control over your browsing experience.',
- reg_msg_table_title: 'Create a user account',
- reg_msg_table_subtitle: 'Please tell us a little bit about yourself.',
- reg_msg_username_checking: 'Checking availability...',
- reg_msg_username_available: 'This username is available.',
- reg_msg_username_unavailable: 'This username is already taken.',
- reg_msg_password_length: 'Your password must be at least six characters in length.',
- reg_msg_password_score: 'It needs to score at least %config.pw_strength_minimum% for your registration to be accepted.',
- reg_msg_password_needmatch: 'The passwords you entered do not match.',
- reg_msg_email_activuser: 'An e-mail with an account activation key will be sent to this address, so please ensure that it is correct.',
- reg_msg_realname_optional: 'Giving your real name is totally optional. If you choose to provide your real name, it will be used to provide attribution for any edits or contributions you may make to this site.',
- reg_msg_captcha_pleaseenter: 'Please enter the code shown in the image to the right into the text box. The code is case-insensitive and the numeral zero is never used. This process helps to ensure that this registration is not being performed by an automated bot. If the image to the right is illegible, you can generate a new image.',
- reg_msg_captcha_blind: 'If you are visually impaired or otherwise cannot read the text shown to the right, please contact the site management and they will create an account for you.',
- reg_msg_please_read_tou:'Please read and agree to the following terms before registering. By continuing to create an account you agree to be legally bound by the terms below.',
- reg_msg_success_title: 'Registration successful',
- reg_msg_success_body: 'Thank you for registering, your user account has been created.',
- reg_msg_success_activ_none: 'You may now log in with the username and password that you created.',
- reg_msg_success_activ_user: 'Because this site requires account activation, you have been sent an e-mail with further instructions. Please follow the instructions in that e-mail to continue your registration.',
- reg_msg_success_activ_admin: 'Because this site requires administrative account activation, you cannot use your account at the moment. A notice has been sent to the site administration team that will alert them that your account has been created.',
- reg_msg_success_activ_coppa: 'However, in compliance with the Childrens\' Online Privacy Protection Act, you must have your parent or legal guardian activate your account. Please ask them to check their e-mail for further information.',
-
- reg_lbl_field_username: 'Preferred username:',
- reg_lbl_field_password: 'Password:',
- reg_lbl_field_password_confirm: 'Enter your password again to confirm.',
- reg_lbl_field_email: 'E-mail address:',
- reg_lbl_field_email_coppa: 'Your parent or guardian\'s e-mail address:',
- reg_lbl_field_realname: 'Real name:',
- reg_lbl_field_captcha: 'Visual confirmation',
- reg_lbl_field_captcha_code: 'Code:',
- reg_lbl_field_tou: 'I agree to abide by the terms and conditions stated above',
-
- reg_btn_create_account: 'Create my account',
-
- reg_coppa_title: 'Before you can register, please tell us your age.',
- reg_coppa_link_atleast13: 'I was born on or before %yo13_date% and am at least 13 years of age',
- reg_coppa_link_not13: 'I was born after %yo13_date% and am less than 13 years of age',
-
- reg_activation_email_subject: '%config.site_name% website account activation',
- reg_activation_email: 'Dear %username%,
+ categories: [
+ 'meta', 'user', 'usercp', 'groupcp', 'privmsgs', 'userfuncs', 'userpage',
+ ],
+ strings: {
+ meta: {
+ user: 'Login, logout, and authentication',
+ usercp: 'User control panel',
+ groupcp: 'Group control panel',
+ privmsgs: 'Private message and buddy list CP',
+ userfuncs: 'User management pages',
+ userpage: 'User pages',
+ },
+ user: {
+ login_message_short: 'Please enter your username and password to log in.',
+ login_message_short_elev: 'Please re-enter your login details',
+ login_body: 'Logging in enables you to use your preferences and access member information. If you don\'t have a username and password here, you can create an account.',
+ login_body_elev: 'You are requesting that a sensitive operation be performed. To continue, please re-enter your password to confirm your identity.',
+ login_field_username: 'Username',
+ login_field_password: 'Password',
+ login_field_remember: 'Remember session:',
+ login_forgotpass_blurb: 'Forgot your password? No problem.',
+ login_createaccount_blurb: 'Maybe you need to create an account.',
+ login_field_captcha: 'Code in image',
+ login_nocrypt_title: 'Important note regarding cryptography:',
+ login_nocrypt_body: 'Some countries do not allow the import or use of cryptographic technology. If you live in one of the countries listed below, you should log in without using encryption.',
+ login_nocrypt_countrylist: 'This restriction applies to the following countries: Belarus, China, India, Israel, Kazakhstan, Mongolia, Pakistan, Russia, Saudi Arabia, Singapore, Tunisia, Venezuela, and Vietnam.',
+ login_dh_notice: 'If your browser supports it, strong encryption will be used to protect your password as it it sent over the Internet. The encryption process takes from about 1 to 7 seconds, depending on the speed of your computer, while a key is being generated. Even if your browser prompts you about an unresponsive script, please allow the script to continue or your login may fail.',
+ login_usecrypt_title: 'Encryption is currently turned off.',
+ login_usecrypt_body: 'If you are not in one of the countries listed below, you should enable encryption to secure the logon process.',
+ login_usecrypt_countrylist: 'The cryptography restriction applies to the following countries: Belarus, China, India, Israel, Kazakhstan, Mongolia, Pakistan, Russia, Saudi Arabia, Singapore, Tunisia, Venezuela, and Vietnam.',
+ login_success_title: 'Login successful',
+ login_success_body: 'You have successfully logged into the %config.site_name% site as "%username%". Redirecting to %redir_target%...',
+ login_success_body_mainpage: 'the main page',
+ login_success_short: 'Success.',
+ login_check_remember: 'Keep me logged in on this computer for %session_length% %length_units% unless I log out',
+ login_check_remember_infinite: 'Keep me logged in on this computer until I log out',
+ login_btn_log_in: 'Log in',
+
+ login_noact_title: 'Account error',
+ login_noact_msg_intro: 'It appears that your user account has not yet been activated.',
+ login_noact_solution_none: 'Your account was most likely deactivated by an administrator. Please contact the site administration for further assistance.',
+ login_noact_solution_user: 'Please check your e-mail; you should have been sent a message with instructions on how to activate your account. If you do not receive an e-mail from this site within 24 hours, please contact the site administration for further assistance.',
+ login_noact_solution_admin: 'This website has been configured so that all user accounts must be activated by the administrator before they can be used, so your account will most likely be activated the next time an administrator visits the site.',
+ login_noact_msg_logout_success_title: 'Logged out',
+ login_noact_msg_logout_success_body: 'You have successfully been logged out. All cookies cleared.',
+ login_noact_msg_ask_admins: 'If you are having trouble or did not receive the e-mail, you can request account activation from the administrators of this site.',
+ login_noact_msg_admins_just_asked: 'A request has just been sent to the administrators of this site. They will be able to activate your account or send you another activation e-mail if needed.',
+ login_noact_msg_admins_asked: 'There is an active request in the administrators\' control panel for your account to be activated.',
+ login_noact_btn_request_activation: 'Request account activation',
+ login_noact_btn_log_out: 'Log out',
+
+ login_ajax_fetching_key: 'Fetching an encryption key...',
+ login_ajax_generating_key: 'Performing Diffie-Hellman key generation...',
+ login_ajax_prompt_title: 'Please enter your username and password to continue.',
+ login_ajax_prompt_title_elev: 'You are requesting a sensitive operation.',
+ login_ajax_prompt_body_elev: 'Please re-enter your login details to verify your identity.',
+ login_ajax_link_fullform: 'HTML login',
+ login_ajax_link_fullform_dh: 'Don\'t stop this process even if your browser asks you to. If this takes more than 10 seconds, you might want to try the full login form.',
+ login_ajax_link_forgotpass: 'Forgot password',
+ login_ajax_createaccount_blurb: 'Register',
+ login_ajax_loggingin: 'Logging in...',
+ login_ajax_msg_used_temp_pass: 'You have logged in using a temporary password. Before you can log in, you must finish resetting your password. Do you want to reset your real password now?',
+ login_ajax_check_remember: 'Stay logged in (%session_length% %length_units%)',
+ login_ajax_check_remember_infinite: 'Stay logged in',
+ login_ajax_check_dh: 'Encrypt my details (What?)',
+ login_ajax_check_dh_ie: 'Browser doesn\'t support encryption (What?)',
+ login_ajax_err_crypto: 'Encryption failed.',
+ login_ajax_err_crypto_details: 'If you have a Javascript debugger, details are available on the console.',
+ login_ajax_err_crypto_link: 'Use HTML login interface',
+
+ err_login_generic_title: 'There was an error in the login process',
+ err_key_not_found: 'Enano couldn\'t look up the encryption key used to encrypt your password. This most often happens if a cache rotation occurred during your login attempt, or if you refreshed the login page.',
+ err_key_not_found_cleared: 'It seems that the list of encryption keys used for login information has reached its maximum length, thus preventing new keys from being inserted. The list has been automatically cleared. Please try logging in again; if you are still unable to log in, please contact the site administration.',
+ err_dh_key_not_found: 'Enano couldn\'t retrieve the private key used for the high-strength encrypted logon. It is possible that the list of keys was cleared during your logon process as this happens approximately once every 72 hours. Please try logging in again; if you are still unable to log in, please contact the site administration.',
+ err_dh_key_not_numeric: 'The Diffie-Hellman public key you sent through was not an arbitrary-precision decimal integer.',
+ err_dh_hash_no_match: 'The Diffie-Hellman key was not calculated correctly by one of the parties (I got a different shared secret than you did).',
+ err_userinfo_decode_failed: 'An internal error occurred while decrypting the encrypted information packet.',
+ err_key_wrong_length: 'The encryption key was the wrong length.',
+ err_too_big_for_britches: 'You are trying to authenticate at a level that your user account does not permit.',
+ err_invalid_credentials: 'You have entered an invalid username or password. Please enter your login details again.',
+ err_invalid_credentials_lockout: ' You have used up %fails% out of %threshold% login attempts. After you have used up all %threshold% login attempts, you will be locked out from logging in for %duration% minutes.',
+ err_invalid_credentials_captcha: ' You have used up %fails% out of %threshold% login attempts. After you have used up all %threshold% login attempts, you will have to enter a visual confirmation code while logging in, effective for %duration% minutes.',
+ err_backend_fail: 'You entered the right credentials and everything was validated, but for some reason Enano couldn\'t register your session. This is an internal problem with the site and you are encouraged to contact site administration.',
+ err_locked_out_initial_lockout: 'Your computer is locked out from logging in because you entered invalid credentials too many times. This restriction will expire in %time_rem% minute%plural%.',
+ err_locked_out_initial_captcha: 'Please enter the correct visual confirmation code to log in. This restriction will expire in %time_rem% minute%plural%.',
+ err_lockout_bad_captcha: 'The confirmation code you entered was incorrect.',
+ err_admin_session_timed_out: 'Your session has timed out; please log in again using the form above.',
+ err_email_not_valid: 'The e-mail address you entered is invalid.',
+
+ logout_success_title: 'Logged out',
+ logout_success_body: 'You have been successfully logged out, and all cookies have been cleared. You will now be transferred to the main page.',
+ logout_confirm_title: 'Log out of this website?',
+ logout_confirm_body_normal: 'Logging out will keep you from accessing your preferences and any special privileges your account might have until you log in again.',
+ logout_confirm_body_nelev: '%this.user_logout_confirm_body_normal%\n\nYou may also choose to discard your elevated authorization (gained when you re-entered your password). You will be asked for your password if you try to use any privileged functions.',
+ logout_confirm_btn_logout: 'Log out',
+ logout_confirm_btn_deauth: 'Forget authorization',
+ logout_confirm_title_elev: 'Are you sure you want to de-authenticate?',
+ logout_confirm_body_elev: 'If you de-authenticate, you will no longer be able to use the administration panel until you re-authenticate again. You may do so at any time using the Administration button on the sidebar.',
+ logout_confirm_btn_logout: 'Log Out',
+ logout_err_title: 'An error occurred during the logout process.',
+ // Unused at this point
+ logout_err_not_loggedin: 'You don\'t seem to be logged in.',
+
+ // User levels
+ level_short_guest: 'Guest',
+ level_short_member: 'Member',
+ level_short_chpref: 'Sensitive preferences changeable',
+ level_short_mod: 'Moderator',
+ level_short_admin: 'Administrative',
+ level_short_unknown: 'Unknown (level %user_level%)',
+ level_long_guest: 'Low - guest privileges',
+ level_long_member: 'Standard - normal member level',
+ level_long_chpref: 'Medium - user can change his/her own e-mail address and password',
+ level_long_mod: 'High - moderator privileges',
+ level_long_admin: 'Highest - administrative privileges',
+ level_long_unknown: 'Unknown privileges (level %user_level%)',
+
+ ban_msg_title: 'Ban notice',
+ ban_msg_body: 'You have been banned from this website. Please contact the site administrator for more information.',
+ ban_lbl_reason: 'Reason:',
+
+ keepalive_info_title: 'About the keep-alive feature',
+ keepalive_info_body: 'Keep-alive is a new Enano feature that keeps your administrative session from timing out while you are using the administration panel. This feature can be useful if you are editing a large page or doing something in the administration interface that will take longer than 15 minutes.
For security reasons, Enano mandates that high-privilege logins last only 15 minutes, with the time being reset each time a page is loaded (or, more specifically, each time the session API is started). The consequence of this is that if you are performing an action in the administration panel that takes more than 15 minutes, your session may be terminated. The keep-alive feature attempts to relieve this by sending a "ping" to the server every 10 minutes.
Please note that keep-alive state is determined by a cookie. Thus, if you log out and then back in as a different administrator, keep-alive will use the same setting that was used when you were logged in as the first administrative user. In the same way, if you log into the administration panel under your account from another computer, keep-alive will be set to "off".
For more information:
Overview of Enano\'s security model',
+
+ type_guest: 'Guest',
+ type_member: 'Member',
+ type_mod: 'Moderator',
+ type_admin: 'Administrator',
+
+ rank_member: '%this.user_type_member%',
+ rank_mod: '%this.user_type_mod%',
+ rank_admin: '%this.user_type_admin%',
+ rank_guest: '%this.user_type_guest%',
+
+ msg_elev_timed_out: 'Your administrative session has timed out. Log in again',
+
+ reg_err_locked_out: 'Registration is disabled because you are currently locked out from logging in. Please wait %time% minutes before attempting to register again.',
+ reg_err_captcha: 'The confirmation code you entered was incorrect.',
+ reg_err_disabled_title: 'Registration disabled',
+ reg_err_disabled_body: 'The administrator has disabled the registration of new accounts on this site.',
+ reg_err_disabled_body_adminblurb: 'Oops...it seems that you are the administrator...hehe...you can also force account registration to work.',
+ reg_err_username_invalid: 'Your username must be at least two characters in length and may not contain any of the following characters: < > _ & ? \' " % / \\.',
+ // Not exactly an error
+ reg_err_password_good: 'The password you entered is valid.',
+ reg_err_alert_password_tooshort: 'Your password must be 6 characters or greater in length.',
+ reg_err_alert_password_nomatch: 'The passwords you entered do not match.',
+ reg_err_missing_key: 'Couldn\'t look up public encryption key',
+ reg_err_accept_tou: 'Please read and accept the Terms of Use before creating your account.',
+ reg_err_username_banned_chars: 'The username you chose contains invalid characters.',
+ reg_err_dupe_username: 'The username you selected is already in use by another user.',
+ reg_err_dupe_username_email: 'The username and e-mail address you selected are already in use by another user.',
+ reg_err_dupe_username_email_realname: 'The username, e-mail address, and real name you selected are already in use by another user.',
+ reg_err_dupe_email: 'The e-mail address you selected is already in use by another user.',
+ reg_err_dupe_email_realname: 'The e-mail address and real name you selected are already in use by another user.',
+ reg_err_dupe_realname: 'The real name you selected is already in use by another user.',
+ reg_err_password_too_weak: 'The password you entered did not meet the complexity requirements for this site. Please choose a stronger password.',
+ 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.',
+
+ reg_msg_greatercontrol: 'A user account enables you to have greater control over your browsing experience.',
+ reg_msg_table_title: 'Create a user account',
+ reg_msg_table_subtitle: 'Please tell us a little bit about yourself.',
+ reg_msg_username_checking: 'Checking availability...',
+ reg_msg_username_available: 'This username is available.',
+ reg_msg_username_unavailable: 'This username is already taken.',
+ reg_msg_password_length: 'Your password must be at least six characters in length.',
+ reg_msg_password_score: 'It needs to score at least %config.pw_strength_minimum% for your registration to be accepted.',
+ reg_msg_password_needmatch: 'The passwords you entered do not match.',
+ reg_msg_email_activuser: 'An e-mail with an account activation key will be sent to this address, so please ensure that it is correct.',
+ reg_msg_realname_optional: 'Giving your real name is totally optional. If you choose to provide your real name, it will be used to provide attribution for any edits or contributions you may make to this site.',
+ reg_msg_captcha_pleaseenter: 'Please enter the code shown in the image to the right into the text box. The code is case-insensitive and the numeral zero is never used. This process helps to ensure that this registration is not being performed by an automated bot. If the image to the right is illegible, you can generate a new image.',
+ reg_msg_captcha_blind: 'If you are visually impaired or otherwise cannot read the text shown to the right, please contact the site management and they will create an account for you.',
+ reg_msg_please_read_tou:'Please read and agree to the following terms before registering. By continuing to create an account you agree to be legally bound by the terms below.',
+ reg_msg_success_title: 'Registration successful',
+ reg_msg_success_body: 'Thank you for registering, your user account has been created.',
+ reg_msg_success_activ_none: 'You may now log in with the username and password that you created.',
+ reg_msg_success_activ_user: 'Because this site requires account activation, you have been sent an e-mail with further instructions. Please follow the instructions in that e-mail to continue your registration.',
+ reg_msg_success_activ_admin: 'Because this site requires administrative account activation, you cannot use your account at the moment. A notice has been sent to the site administration team that will alert them that your account has been created.',
+ reg_msg_success_activ_coppa: 'However, in compliance with the Childrens\' Online Privacy Protection Act, you must have your parent or legal guardian activate your account. Please ask them to check their e-mail for further information.',
+
+ reg_lbl_field_username: 'Preferred username:',
+ reg_lbl_field_password: 'Password:',
+ reg_lbl_field_password_confirm: 'Enter your password again to confirm.',
+ reg_lbl_field_email: 'E-mail address:',
+ reg_lbl_field_email_coppa: 'Your parent or guardian\'s e-mail address:',
+ reg_lbl_field_realname: 'Real name:',
+ reg_lbl_field_captcha: 'Visual confirmation',
+ reg_lbl_field_captcha_code: 'Code:',
+ reg_lbl_field_tou: 'I agree to abide by the terms and conditions stated above',
+
+ reg_btn_create_account: 'Create my account',
+
+ reg_coppa_title: 'Before you can register, please tell us your age.',
+ reg_coppa_link_atleast13: 'I was born on or before %yo13_date% and am at least 13 years of age',
+ reg_coppa_link_not13: 'I was born after %yo13_date% and am less than 13 years of age',
+
+ reg_activation_email_subject: '%config.site_name% website account activation',
+ reg_activation_email: 'Dear %username%,
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:
- %activation_link%
-
+ %activation_link%
+
Sincerely yours,
The %config.site_name% administration team',
- reg_activation_email_coppa: 'Dear parent or legal guardian,
+ reg_activation_email_coppa: 'Dear parent or legal guardian,
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.
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:
@@ -244,351 +244,351 @@
Sincerely yours,
%admin_user% and the %config.site_name% administration team',
-
- autofill_heading_suggestions: 'Username suggestions',
- autofill_msg_no_suggestions: 'No suggestions',
-
- // CSRF confirmation form
- csrf_confirm_title: 'Invalid form confirmation key',
- csrf_confirm_body: 'Your browser sent an invalid confirmation key for a form. Your session may have expired, or you may have been redirected here from a remote site in an attack known as Cross-Site Request Forgery (CSRF). If you are sure you want to continue with this action, you may click the button below. Otherwise, return to the main page and do not proceed.',
- csrf_confirm_btn_viewrequest: 'View request and form data',
- csrf_confirm_btn_continue: 'Continue',
- },
- usercp: {
- // Meta
- sec_profile: 'Profile/membership',
- sec_pm: 'Private messages',
-
- sec_profile_emailpassword: 'Edit e-mail address and password',
- sec_profile_signature: 'Edit signature',
- sec_profile_publicinfo: 'Edit public profile',
- sec_profile_usergroups: 'Group memberships',
- sec_profile_avatar: 'Avatar settings',
-
- sec_pm_inbox: 'Inbox',
- sec_pm_outbox: 'Outbox',
- sec_pm_sent: 'Sent items',
- sec_pm_drafts: 'Drafts',
- sec_pm_archive: 'Archive',
-
- btn_memberlist: 'list of registered members',
-
- // CP home
- intro_heading_main: '%username%, welcome to your control panel',
- intro: '
Your User Control Panel lets you change settings on the site.
If you haven\'t created a user page yet, consider doing so - it\'s your free writing space. It\'s also where information you put on this page can be viewed by others. People can also leave comments on your user page.
', - - // E-mail / password change form - emailpassword_title: 'Change E-mail Address or Password', - emailpassword_err_email_no_match: 'The e-mail addresses you entered did not match.', - emailpassword_err_list: 'The following errors were encountered while saving your e-mail address:', - emailpassword_err_title: 'Error updating e-mail address', - emailpassword_err_demo: 'You can\'t change your password in demo mode.', - emailpassword_err_password_too_short: 'The new password must be 6 characters or greater in length.', - emailpassword_err_password_too_weak: 'Your password did not meet the complexity score requirement for this site. Your password scored %score%, while a score of at least %config.pw_strength_minimum% is needed.', - emailpassword_msg_change_disabled: 'You cannot change your password here because either a single sign-on is being used and your password is stored in a different location, or password authentication is disabled for this site.', - emailpassword_msg_change_disabled_url: 'To manage or change your login details, use the following link:', - emailpassword_msg_profile_success: 'Profile changed', - emailpassword_msg_pass_success: 'Password changed', - emailpassword_msg_email_success: 'E-mail address changed', - emailpassword_msg_need_activ_user: 'Your profile has been changed. Since e-mail activation is required on this site, you will need to re-activate your account to continue. An e-mail has been sent to the new e-mail address with an activation link. You must click that link in order to log in again.', - emailpassword_msg_need_activ_admin: 'Your profile has been changed. Since account activation is required on this site, you will need to re-activate your account to continue. An e-mail has been sent to the new e-mail address with an activation link. You must click that link in order to log in again.', - emailpassword_msg_password_changed: 'Your profile has been changed successfully. You will now be redirected back to the user control panel.', - emailpassword_err_password_no_match: 'The passwords you entered do not match.', - emailpassword_grp_chpasswd: 'Change password', - emailpassword_field_newpass: 'Type a new password:', - emailpassword_field_newpass_confirm: 'Type the password again to confirm:', - emailpassword_msg_password_min_score: 'Your password needs to score at least %config.pw_strength_minimum% in order to be accepted.', - // The following is NOT an in-joke. ;-) - emailpassword_grp_chemail: 'Change e-mail address', - emailpassword_field_newemail: 'New e-mail address:', - emailpassword_field_newemail_confirm: 'Confirm e-mail address:', - - // Signature editor - signature_title: 'Editing signature', - signature_msg_saved: 'Your signature has been saved.', - signature_btn_save: 'Save signature', - - // Additional profile info - publicinfo_title: 'Editing public profile', - publicinfo_msg_save_success: 'Your profile has been updated.', - publicinfo_heading_main: 'Your public profile', - publicinfo_note_optional: 'Please note that all of the information you enter here will be publicly viewable. All of the fields on this page are optional and may be left blank if you so desire.', - publicinfo_field_realname: 'Real name:', - publicinfo_field_language: 'Preferred language:', - publicinfo_field_language_hint: 'Select the language special pages and page controls should appear in.', - publicinfo_field_changetheme_title: 'Change theme:', - publicinfo_field_changetheme_hint: 'If you don\'t like the look of the site, need a visual break, or are just curious, we might have some different themes for you to try out!', - publicinfo_field_changetheme: 'Change my theme...', - publicinfo_field_dateformat: 'Date format:', - publicinfo_field_timeformat: 'Time format:', - publicinfo_field_timezone: 'Time zone:', - publicinfo_field_timezone_hint: 'Select the time zone you live in and when Daylight Savings Time occurs, if at all.', - publicinfo_field_dst: 'Daylight saving time:', - publicinfo_field_usertitle_title: 'User title:', - publicinfo_field_usertitle_hint: 'This can be some text that will be displayed underneath your username.', - publicinfo_field_rank_title: 'Display rank:', - publicinfo_field_rank_hint: 'Select the rank you want to be shown with your username.', - publicinfo_th_im: 'Instant messenger contact information', - publicinfo_field_aim: 'AIM handle:', - publicinfo_field_wlm: 'WLM handle:Your User Control Panel lets you change settings on the site.
If you haven\'t created a user page yet, consider doing so - it\'s your free writing space. It\'s also where information you put on this page can be viewed by others. People can also leave comments on your user page.
', + + // E-mail / password change form + emailpassword_title: 'Change E-mail Address or Password', + emailpassword_err_email_no_match: 'The e-mail addresses you entered did not match.', + emailpassword_err_list: 'The following errors were encountered while saving your e-mail address:', + emailpassword_err_title: 'Error updating e-mail address', + emailpassword_err_demo: 'You can\'t change your password in demo mode.', + emailpassword_err_password_too_short: 'The new password must be 6 characters or greater in length.', + emailpassword_err_password_too_weak: 'Your password did not meet the complexity score requirement for this site. Your password scored %score%, while a score of at least %config.pw_strength_minimum% is needed.', + emailpassword_msg_change_disabled: 'You cannot change your password here because either a single sign-on is being used and your password is stored in a different location, or password authentication is disabled for this site.', + emailpassword_msg_change_disabled_url: 'To manage or change your login details, use the following link:', + emailpassword_msg_profile_success: 'Profile changed', + emailpassword_msg_pass_success: 'Password changed', + emailpassword_msg_email_success: 'E-mail address changed', + emailpassword_msg_need_activ_user: 'Your profile has been changed. Since e-mail activation is required on this site, you will need to re-activate your account to continue. An e-mail has been sent to the new e-mail address with an activation link. You must click that link in order to log in again.', + emailpassword_msg_need_activ_admin: 'Your profile has been changed. Since account activation is required on this site, you will need to re-activate your account to continue. An e-mail has been sent to the new e-mail address with an activation link. You must click that link in order to log in again.', + emailpassword_msg_password_changed: 'Your profile has been changed successfully. You will now be redirected back to the user control panel.', + emailpassword_err_password_no_match: 'The passwords you entered do not match.', + emailpassword_grp_chpasswd: 'Change password', + emailpassword_field_newpass: 'Type a new password:', + emailpassword_field_newpass_confirm: 'Type the password again to confirm:', + emailpassword_msg_password_min_score: 'Your password needs to score at least %config.pw_strength_minimum% in order to be accepted.', + // The following is NOT an in-joke. ;-) + emailpassword_grp_chemail: 'Change e-mail address', + emailpassword_field_newemail: 'New e-mail address:', + emailpassword_field_newemail_confirm: 'Confirm e-mail address:', + + // Signature editor + signature_title: 'Editing signature', + signature_msg_saved: 'Your signature has been saved.', + signature_btn_save: 'Save signature', + + // Additional profile info + publicinfo_title: 'Editing public profile', + publicinfo_msg_save_success: 'Your profile has been updated.', + publicinfo_heading_main: 'Your public profile', + publicinfo_note_optional: 'Please note that all of the information you enter here will be publicly viewable. All of the fields on this page are optional and may be left blank if you so desire.', + publicinfo_field_realname: 'Real name:', + publicinfo_field_language: 'Preferred language:', + publicinfo_field_language_hint: 'Select the language special pages and page controls should appear in.', + publicinfo_field_changetheme_title: 'Change theme:', + publicinfo_field_changetheme_hint: 'If you don\'t like the look of the site, need a visual break, or are just curious, we might have some different themes for you to try out!', + publicinfo_field_changetheme: 'Change my theme...', + publicinfo_field_dateformat: 'Date format:', + publicinfo_field_timeformat: 'Time format:', + publicinfo_field_timezone: 'Time zone:', + publicinfo_field_timezone_hint: 'Select the time zone you live in and when Daylight Savings Time occurs, if at all.', + publicinfo_field_dst: 'Daylight saving time:', + publicinfo_field_usertitle_title: 'User title:', + publicinfo_field_usertitle_hint: 'This can be some text that will be displayed underneath your username.', + publicinfo_field_rank_title: 'Display rank:', + publicinfo_field_rank_hint: 'Select the rank you want to be shown with your username.', + publicinfo_th_im: 'Instant messenger contact information', + publicinfo_field_aim: 'AIM handle:', + publicinfo_field_wlm: 'WLM handle: