language/english/user.json
changeset 1079 fcc42560afe6
parent 1075 f4b89aa4226d
child 1081 745200a9cc2a
equal deleted inserted replaced
1078:67a4c839c7e1 1079:fcc42560afe6
    94       err_invalid_credentials_lockout_captcha: ' You have used up %fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will have to enter a visual confirmation code while logging in, effective for %config.lockout_duration% minutes.',
    94       err_invalid_credentials_lockout_captcha: ' You have used up %fails% out of %config.lockout_threshold% login attempts. After you have used up all %config.lockout_threshold% login attempts, you will have to enter a visual confirmation code while logging in, effective for %config.lockout_duration% minutes.',
    95       err_backend_fail: 'You entered the right credentials and everything was validated, but for some reason Enano couldn\'t register your session. This is an internal problem with the site and you are encouraged to contact site administration.',
    95       err_backend_fail: 'You entered the right credentials and everything was validated, but for some reason Enano couldn\'t register your session. This is an internal problem with the site and you are encouraged to contact site administration.',
    96       err_locked_out: 'You have used up all %config.lockout_threshold% allowed login attempts. Please wait %time_rem% minute%plural% before attempting to log in again%captcha_blurb%.',
    96       err_locked_out: 'You have used up all %config.lockout_threshold% allowed login attempts. Please wait %time_rem% minute%plural% before attempting to log in again%captcha_blurb%.',
    97       err_locked_out_captcha_blurb: ', or enter the visual confirmation code shown above in the appropriate box',
    97       err_locked_out_captcha_blurb: ', or enter the visual confirmation code shown above in the appropriate box',
    98       err_admin_session_timed_out: 'Your session has timed out; please log in again using the form above.',
    98       err_admin_session_timed_out: 'Your session has timed out; please log in again using the form above.',
       
    99       err_email_not_valid: 'The e-mail address you entered is invalid.',
    99       
   100       
   100       logout_success_title: 'Logged out',
   101       logout_success_title: 'Logged out',
   101       logout_success_body: 'You have been successfully logged out, and all cookies have been cleared. You will now be transferred to the main page.',
   102       logout_success_body: 'You have been successfully logged out, and all cookies have been cleared. You will now be transferred to the main page.',
   102       logout_confirm_title: 'Log out of this website?',
   103       logout_confirm_title: 'Log out of this website?',
   103       logout_confirm_body_normal: 'Logging out will keep you from accessing your preferences and any special privileges your account might have until you log in again.',
   104       logout_confirm_body_normal: 'Logging out will keep you from accessing your preferences and any special privileges your account might have until you log in again.',
   280       emailpassword_err_list: 'The following errors were encountered while saving your e-mail address:',
   281       emailpassword_err_list: 'The following errors were encountered while saving your e-mail address:',
   281       emailpassword_err_title: 'Error updating e-mail address',
   282       emailpassword_err_title: 'Error updating e-mail address',
   282       emailpassword_err_demo: 'You can\'t change your password in demo mode.',
   283       emailpassword_err_demo: 'You can\'t change your password in demo mode.',
   283       emailpassword_err_password_too_short: 'The new password must be 6 characters or greater in length.',
   284       emailpassword_err_password_too_short: 'The new password must be 6 characters or greater in length.',
   284       emailpassword_err_password_too_weak: 'Your password did not meet the complexity score requirement for this site. Your password scored %score%, while a score of at least %config.pw_strength_minimum% is needed.',
   285       emailpassword_err_password_too_weak: 'Your password did not meet the complexity score requirement for this site. Your password scored %score%, while a score of at least %config.pw_strength_minimum% is needed.',
       
   286       emailpassword_msg_change_disabled: 'You cannot change your password here because either a single sign-on is being used and your password is stored in a different location, or password authentication is disabled for this site.',
       
   287       emailpassword_msg_change_disabled_url: 'To manage or change your login details, use the following link:',
   285       emailpassword_msg_profile_success: 'Profile changed',
   288       emailpassword_msg_profile_success: 'Profile changed',
   286       emailpassword_msg_pass_success: 'Password changed',
   289       emailpassword_msg_pass_success: 'Password changed',
   287       emailpassword_msg_need_activ_user: 'Your password and e-mail address have been changed. Since e-mail activation is required on this site, you will need to re-activate your account to continue. An e-mail has been sent to the new e-mail address with an activation link. You must click that link in order to log in again.',
   290       emailpassword_msg_email_success: 'E-mail address changed',
   288       emailpassword_msg_need_activ_admin: 'Your password and e-mail address have been changed. Since administrative activation is required on this site, a request has been sent to the administrators to activate your account for you. You will not be able to use your account until it is activated by an administrator.',
   291       emailpassword_msg_need_activ_user: 'Your profile has been changed. Since e-mail activation is required on this site, you will need to re-activate your account to continue. An e-mail has been sent to the new e-mail address with an activation link. You must click that link in order to log in again.',
   289       emailpassword_msg_password_changed: 'Your password has been changed, and you will now be redirected back to the user control panel.',
   292       emailpassword_msg_need_activ_admin: 'Your profile has been changed. Since account activation is required on this site, you will need to re-activate your account to continue. An e-mail has been sent to the new e-mail address with an activation link. You must click that link in order to log in again.',
       
   293       emailpassword_msg_password_changed: 'Your profile has been changed successfully. You will now be redirected back to the user control panel.',
   290       emailpassword_err_password_no_match: 'The passwords you entered do not match.',
   294       emailpassword_err_password_no_match: 'The passwords you entered do not match.',
   291       emailpassword_grp_chpasswd: 'Change password',
   295       emailpassword_grp_chpasswd: 'Change password',
   292       emailpassword_field_newpass: 'Type a new password:',
   296       emailpassword_field_newpass: 'Type a new password:',
   293       emailpassword_field_newpass_confirm: 'Type the password again to confirm:',
   297       emailpassword_field_newpass_confirm: 'Type the password again to confirm:',
   294       emailpassword_msg_password_min_score: 'Your password needs to score at least <b>%config.pw_strength_minimum%</b> in order to be accepted.',
   298       emailpassword_msg_password_min_score: 'Your password needs to score at least <b>%config.pw_strength_minimum%</b> in order to be accepted.',