language/english/user.json
changeset 436 242353360e37
parent 406 7468a663315f
child 460 3a1c99845ca8
equal deleted inserted replaced
435:a434d60e525d 436:242353360e37
    56       login_noact_msg_admins_asked: 'There is an active request in the administrators\' control panel for your account to be activated.',
    56       login_noact_msg_admins_asked: 'There is an active request in the administrators\' control panel for your account to be activated.',
    57       login_noact_btn_request_activation: 'Request account activation',
    57       login_noact_btn_request_activation: 'Request account activation',
    58       login_noact_btn_log_out: 'Log out',
    58       login_noact_btn_log_out: 'Log out',
    59       
    59       
    60       login_ajax_fetching_key: 'Fetching an encryption key...',
    60       login_ajax_fetching_key: 'Fetching an encryption key...',
       
    61       login_ajax_generating_key: 'Performing Diffie-Hellman key generation...',
    61       login_ajax_prompt_title: 'Please enter your username and password to continue.',
    62       login_ajax_prompt_title: 'Please enter your username and password to continue.',
    62       login_ajax_prompt_title_elev: 'You are requesting a sensitive operation.',
    63       login_ajax_prompt_title_elev: 'You are requesting a sensitive operation.',
    63       login_ajax_prompt_body_elev: 'Please re-enter your login details, to verify your identity.',
    64       login_ajax_prompt_body_elev: 'Please re-enter your login details to verify your identity.',
    64       login_ajax_link_fullform: 'Trouble logging in? Try the <a href="%link_full_form%">full login form</a>.',
    65       login_ajax_link_fullform: 'Trouble logging in? Try the <a href="%link_full_form%">full login form</a>.',
       
    66       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>.',
    65       login_ajax_link_forgotpass: 'Did you <a href="%forgotpass_link%">forget your password</a>?',
    67       login_ajax_link_forgotpass: 'Did you <a href="%forgotpass_link%">forget your password</a>?',
    66       login_ajax_loggingin: 'Logging in...',
    68       login_ajax_loggingin: 'Logging in...',
    67       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>',
    68       
    71       
    69       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.',
    72       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.',
    70       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.',
    73       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.',
    71       err_key_wrong_length: 'The encryption key was the wrong length.',
    74       err_key_wrong_length: 'The encryption key was the wrong length.',
    72       err_too_big_for_britches: 'You are trying to authenticate at a level that your user account does not permit.',
    75       err_too_big_for_britches: 'You are trying to authenticate at a level that your user account does not permit.',