language/english/user.json
changeset 1132 05fe0039d952
parent 1086 6a59951b70e4
child 1227 bdac73ed481e
equal deleted inserted replaced
1131:adfbe522c95f 1132:05fe0039d952
    45       login_success_body: 'You have successfully logged into the %config.site_name% site as "%username%". Redirecting to %redir_target%...',
    45       login_success_body: 'You have successfully logged into the %config.site_name% site as "%username%". Redirecting to %redir_target%...',
    46       login_success_body_mainpage: 'the main page',
    46       login_success_body_mainpage: 'the main page',
    47       login_success_short: 'Success.',
    47       login_success_short: 'Success.',
    48       login_check_remember: 'Keep me logged in on this computer for %session_length% %length_units% unless I log out',
    48       login_check_remember: 'Keep me logged in on this computer for %session_length% %length_units% unless I log out',
    49       login_check_remember_infinite: 'Keep me logged in on this computer until I log out',
    49       login_check_remember_infinite: 'Keep me logged in on this computer until I log out',
       
    50       login_btn_log_in: 'Log in',
    50       
    51       
    51       login_noact_title: 'Account error',
    52       login_noact_title: 'Account error',
    52       login_noact_msg_intro: 'It appears that your user account has not yet been activated.',
    53       login_noact_msg_intro: 'It appears that your user account has not yet been activated.',
    53       login_noact_solution_none: 'Your account was most likely deactivated by an administrator. Please contact the site administration for further assistance.',
    54       login_noact_solution_none: 'Your account was most likely deactivated by an administrator. Please contact the site administration for further assistance.',
    54       login_noact_solution_user: 'Please check your e-mail; you should have been sent a message with instructions on how to activate your account. If you do not receive an e-mail from this site within 24 hours, please contact the site administration for further assistance.',
    55       login_noact_solution_user: 'Please check your e-mail; you should have been sent a message with instructions on how to activate your account. If you do not receive an e-mail from this site within 24 hours, please contact the site administration for further assistance.',
    88       err_dh_hash_no_match: 'The Diffie-Hellman key was not calculated correctly by one of the parties (I got a different shared secret than you did).',
    89       err_dh_hash_no_match: 'The Diffie-Hellman key was not calculated correctly by one of the parties (I got a different shared secret than you did).',
    89       err_userinfo_decode_failed: 'An internal error occurred while decrypting the encrypted information packet.',
    90       err_userinfo_decode_failed: 'An internal error occurred while decrypting the encrypted information packet.',
    90       err_key_wrong_length: 'The encryption key was the wrong length.',
    91       err_key_wrong_length: 'The encryption key was the wrong length.',
    91       err_too_big_for_britches: 'You are trying to authenticate at a level that your user account does not permit.',
    92       err_too_big_for_britches: 'You are trying to authenticate at a level that your user account does not permit.',
    92       err_invalid_credentials: 'You have entered an invalid username or password. Please enter your login details again.',
    93       err_invalid_credentials: 'You have entered an invalid username or password. Please enter your login details again.',
    93       err_invalid_credentials_lockout: ' 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 be locked out from logging in for %config.lockout_duration% minutes.',
    94       err_invalid_credentials_lockout: ' You have used up %fails% out of %threshold% login attempts. After you have used up all %threshold% login attempts, you will be locked out from logging in for %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_invalid_credentials_captcha: ' You have used up %fails% out of %threshold% login attempts. After you have used up all %threshold% login attempts, you will have to enter a visual confirmation code while logging in, effective for %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.',
    96       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%.',
    97       err_locked_out_initial_lockout: 'Your computer is locked out from logging in because you entered invalid credentials too many times. This restriction will expire in %time_rem% minute%plural%.',
    97       err_locked_out_captcha_blurb: ', or enter the visual confirmation code shown above in the appropriate box',
    98       err_locked_out_initial_captcha: 'Please enter the correct visual confirmation code to log in. This restriction will expire in %time_rem% minute%plural%.',
       
    99       err_lockout_bad_captcha: 'The confirmation code you entered was incorrect.',
    98       err_admin_session_timed_out: 'Your session has timed out; please log in again using the form above.',
   100       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.',
   101       err_email_not_valid: 'The e-mail address you entered is invalid.',
   100       
   102       
   101       logout_success_title: 'Logged out',
   103       logout_success_title: 'Logged out',
   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.',
   104       logout_success_body: 'You have been successfully logged out, and all cookies have been cleared. You will now be transferred to the main page.',