diff -r 1a4f13626f76 -r f4b89aa4226d language/english/user.json
--- 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 full login form.',
+ login_ajax_link_fullform: 'HTML login',
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 full login form.',
- login_ajax_link_forgotpass: 'Did you forget your password?',
+ login_ajax_link_forgotpass: 'Forgot password',
+ login_ajax_createaccount_blurb: 'Register',
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? Learn more',
- login_ajax_check_dh_ie: 'Use a standards-compliant browser to help protect your password. Learn more',
- 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 (What?)',
+ login_ajax_check_dh_ie: 'Browser doesn\'t support encryption (What?)',
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.',