language/english/user.json
changeset 1075 f4b89aa4226d
parent 1064 5a34101dfcf9
child 1079 fcc42560afe6
--- a/language/english/user.json	Tue Aug 04 15:06:50 2009 -0400
+++ b/language/english/user.json	Tue Aug 04 17:32:09 2009 -0400
@@ -66,18 +66,19 @@
       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: 'Trouble logging in? Try the <a href="%link_full_form%">full login form</a>.',
+      login_ajax_link_fullform: '<a href="%link_full_form%">HTML login</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_link_forgotpass: '<a href="%forgotpass_link%">Forgot password</a>',
+      login_ajax_createaccount_blurb: '<a href="%reg_link%">Register</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>',
-      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>',
-      login_ajax_check_remember: 'Keep me logged in on this computer for %session_length% %length_units% unless I log out',
-      login_ajax_check_remember_infinite: 'Keep me logged in on this computer until I log out',
+      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 (<a class="no_external" href="http://docs.enanocms.org/Help:Appendix_B#dh" onclick="window.open(this.href); return false;">What?</a>)',
+      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>)',
       login_ajax_err_crypto: 'Encryption failed.',
-      login_ajax_err_crypto_details: 'Details available on console.',
-      login_ajax_err_crypto_link: 'Use full login form',
+      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.',