68 login_ajax_loggingin: 'Logging in...', |
68 login_ajax_loggingin: 'Logging in...', |
69 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?', |
69 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?', |
70 login_ajax_check_dh: 'Enable strong encryption during logon? <a href="http://docs.enanocms.org/Help:Appendix_B#dh" onclick="window.open(this.href); return false;">Learn more</a>', |
70 login_ajax_check_dh: 'Enable strong encryption during logon? <a href="http://docs.enanocms.org/Help:Appendix_B#dh" onclick="window.open(this.href); return false;">Learn more</a>', |
71 login_ajax_check_dh_ie: 'Use a standards-compliant browser to help protect your password. <a href="http://docs.enanocms.org/Help:Appendix_B#dh" onclick="window.open(this.href); return false;">Learn more</a>', |
71 login_ajax_check_dh_ie: 'Use a standards-compliant browser to help protect your password. <a href="http://docs.enanocms.org/Help:Appendix_B#dh" onclick="window.open(this.href); return false;">Learn more</a>', |
72 |
72 |
|
73 err_login_generic_title: 'There was an error in the login process', |
73 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.', |
74 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.', |
74 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.', |
75 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.', |
|
76 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.', |
|
77 err_dh_key_not_numeric: 'The Diffie-Hellman public key you sent through was not an arbitrary-precision decimal integer.', |
75 err_key_wrong_length: 'The encryption key was the wrong length.', |
78 err_key_wrong_length: 'The encryption key was the wrong length.', |
76 err_too_big_for_britches: 'You are trying to authenticate at a level that your user account does not permit.', |
79 err_too_big_for_britches: 'You are trying to authenticate at a level that your user account does not permit.', |
77 err_invalid_credentials: 'You have entered an invalid username or password. Please enter your login details again.', |
80 err_invalid_credentials: 'You have entered an invalid username or password. Please enter your login details again.', |
78 err_invalid_credentials_lockout: ' You have used up %fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will be locked out from logging in for %config.lockout_duration% minutes.', |
81 err_invalid_credentials_lockout: ' You have used up %fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will be locked out from logging in for %config.lockout_duration% minutes.', |
79 err_invalid_credentials_lockout_captcha: ' You have used up %fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will have to enter a visual confirmation code while logging in, effective for %config.lockout_duration% minutes.', |
82 err_invalid_credentials_lockout_captcha: ' You have used up %fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will have to enter a visual confirmation code while logging in, effective for %config.lockout_duration% minutes.', |
95 level_short_guest: 'Guest', |
98 level_short_guest: 'Guest', |
96 level_short_member: 'Member', |
99 level_short_member: 'Member', |
97 level_short_chpref: 'Sensitive preferences changeable', |
100 level_short_chpref: 'Sensitive preferences changeable', |
98 level_short_mod: 'Moderator', |
101 level_short_mod: 'Moderator', |
99 level_short_admin: 'Administrative', |
102 level_short_admin: 'Administrative', |
|
103 level_short_unknown: 'Unknown (level %user_level%)', |
100 level_long_guest: 'Low - guest privileges', |
104 level_long_guest: 'Low - guest privileges', |
101 level_long_member: 'Standard - normal member level', |
105 level_long_member: 'Standard - normal member level', |
102 level_long_chpref: 'Medium - user can change his/her own e-mail address and password', |
106 level_long_chpref: 'Medium - user can change his/her own e-mail address and password', |
103 level_long_mod: 'High - moderator privileges', |
107 level_long_mod: 'High - moderator privileges', |
104 level_long_admin: 'Highest - administrative privileges', |
108 level_long_admin: 'Highest - administrative privileges', |
|
109 level_long_unknown: 'Unknown privileges (level %user_level%)', |
105 |
110 |
106 ban_msg_title: 'Ban notice', |
111 ban_msg_title: 'Ban notice', |
107 ban_msg_body: 'You have been banned from this website. Please contact the site administrator for more information.', |
112 ban_msg_body: 'You have been banned from this website. Please contact the site administrator for more information.', |
108 ban_lbl_reason: 'Reason:', |
113 ban_lbl_reason: 'Reason:', |
109 |
114 |