language/english/user.json
changeset 377 bb3e6c3bd4f4
parent 372 5bd429428101
child 388 9829ca63b53a
equal deleted inserted replaced
376:66732bd4532c 377:bb3e6c3bd4f4
    57       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.',
    57       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.',
    58       err_key_wrong_length: 'The encryption key was the wrong length.',
    58       err_key_wrong_length: 'The encryption key was the wrong length.',
    59       err_too_big_for_britches: 'You are trying to authenticate at a level that your user account does not permit.',
    59       err_too_big_for_britches: 'You are trying to authenticate at a level that your user account does not permit.',
    60       err_invalid_credentials: 'You have entered an invalid username or password. Please enter your login details again.',
    60       err_invalid_credentials: 'You have entered an invalid username or password. Please enter your login details again.',
    61       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.',
    61       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.',
    62       err_invalid_credentials_lockout_captcha: ' You have used up %lockout_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.',
    62       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.',
    63       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.',
    63       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.',
    64       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%.',
    64       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%.',
    65       err_locked_out_captcha_blurb: ', or enter the visual confirmation code shown above in the appropriate box',
    65       err_locked_out_captcha_blurb: ', or enter the visual confirmation code shown above in the appropriate box',
    66       
    66       
    67       logout_success_title: 'Logged out',
    67       logout_success_title: 'Logged out',
   526       ml_msg_matches_zero: 'Search returned no matches',
   526       ml_msg_matches_zero: 'Search returned no matches',
   527       ml_msg_matches_one: 'Search returned 1 match',
   527       ml_msg_matches_one: 'Search returned 1 match',
   528       ml_msg_matches: 'Search returned %matches% matches',
   528       ml_msg_matches: 'Search returned %matches% matches',
   529     },
   529     },
   530     userpage: {
   530     userpage: {
       
   531       page_title: '%username%\'s user page',
   531       heading_basics: 'All about %username%',
   532       heading_basics: 'All about %username%',
   532       lbl_joined: 'Joined:',
   533       lbl_joined: 'Joined:',
   533       lbl_num_comments: 'Total comments:',
   534       lbl_num_comments: 'Total comments:',
   534       lbl_real_name: 'Real name:',
   535       lbl_real_name: 'Real name:',
   535       btn_administer_user: 'Administer user',
   536       btn_administer_user: 'Administer user',