language/english/user.json
changeset 436 242353360e37
parent 406 7468a663315f
child 460 3a1c99845ca8
--- a/language/english/user.json	Tue Feb 19 08:32:57 2008 -0500
+++ b/language/english/user.json	Wed Feb 20 14:38:39 2008 -0500
@@ -58,13 +58,16 @@
       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_prompt_body_elev: 'Please re-enter your login details to verify your identity.',
       login_ajax_link_fullform: 'Trouble logging in? Try the <a href="%link_full_form%">full login form</a>.',
+      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>.',
       login_ajax_link_forgotpass: 'Did you <a href="%forgotpass_link%">forget your password</a>?',
       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_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>',
       
       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.',