language/english/user.json
changeset 1075 f4b89aa4226d
parent 1064 5a34101dfcf9
child 1079 fcc42560afe6
equal deleted inserted replaced
1074:1a4f13626f76 1075:f4b89aa4226d
    64       login_ajax_fetching_key: 'Fetching an encryption key...',
    64       login_ajax_fetching_key: 'Fetching an encryption key...',
    65       login_ajax_generating_key: 'Performing Diffie-Hellman key generation...',
    65       login_ajax_generating_key: 'Performing Diffie-Hellman key generation...',
    66       login_ajax_prompt_title: 'Please enter your username and password to continue.',
    66       login_ajax_prompt_title: 'Please enter your username and password to continue.',
    67       login_ajax_prompt_title_elev: 'You are requesting a sensitive operation.',
    67       login_ajax_prompt_title_elev: 'You are requesting a sensitive operation.',
    68       login_ajax_prompt_body_elev: 'Please re-enter your login details to verify your identity.',
    68       login_ajax_prompt_body_elev: 'Please re-enter your login details to verify your identity.',
    69       login_ajax_link_fullform: 'Trouble logging in? Try the <a href="%link_full_form%">full login form</a>.',
    69       login_ajax_link_fullform: '<a href="%link_full_form%">HTML login</a>',
    70       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 <a href="%link_full_form%">full login form</a>.',
    70       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 <a href="%link_full_form%">full login form</a>.',
    71       login_ajax_link_forgotpass: 'Did you <a href="%forgotpass_link%">forget your password</a>?',
    71       login_ajax_link_forgotpass: '<a href="%forgotpass_link%">Forgot password</a>',
       
    72       login_ajax_createaccount_blurb: '<a href="%reg_link%">Register</a>',
    72       login_ajax_loggingin: 'Logging in...',
    73       login_ajax_loggingin: 'Logging in...',
    73       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?',
    74       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?',
    74       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>',
    75       login_ajax_check_remember: 'Stay logged in (%session_length% %length_units%)',
    75       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>',
    76       login_ajax_check_remember_infinite: 'Stay logged in',
    76       login_ajax_check_remember: 'Keep me logged in on this computer for %session_length% %length_units% unless I log out',
    77       login_ajax_check_dh: 'Encrypt my details (<a class="no_external" href="http://docs.enanocms.org/Help:Appendix_B#dh" onclick="window.open(this.href); return false;">What?</a>)',
    77       login_ajax_check_remember_infinite: 'Keep me logged in on this computer until I log out',
    78       login_ajax_check_dh_ie: 'Browser doesn\'t support encryption (<a class="no_external" href="http://docs.enanocms.org/Help:Appendix_B#dh" onclick="window.open(this.href); return false;">What?</a>)',
    78       login_ajax_err_crypto: 'Encryption failed.',
    79       login_ajax_err_crypto: 'Encryption failed.',
    79       login_ajax_err_crypto_details: 'Details available on console.',
    80       login_ajax_err_crypto_details: 'If you have a Javascript debugger, details are available on the console.',
    80       login_ajax_err_crypto_link: 'Use full login form',
    81       login_ajax_err_crypto_link: 'Use HTML login interface',
    81       
    82       
    82       err_login_generic_title: 'There was an error in the login process',
    83       err_login_generic_title: 'There was an error in the login process',
    83       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.',
    84       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.',
    84       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.',
    85       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.',
    85       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.',
    86       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.',