language/english/user.json
changeset 672 08a7875258b4
parent 621 68f8a9cc0a18
child 684 15dbbe7e7674
equal deleted inserted replaced
671:267c9f93b51f 672:08a7875258b4
   126       rank_admin: '%this.user_type_admin%',
   126       rank_admin: '%this.user_type_admin%',
   127       rank_guest: '%this.user_type_guest%',
   127       rank_guest: '%this.user_type_guest%',
   128       
   128       
   129       msg_elev_timed_out: '<b>Your administrative session has timed out.</b> <a href="%login_link%" onclick="ajaxLogonToElev(); return false;">Log in again</a>',
   129       msg_elev_timed_out: '<b>Your administrative session has timed out.</b> <a href="%login_link%" onclick="ajaxLogonToElev(); return false;">Log in again</a>',
   130       
   130       
       
   131       reg_err_locked_out: 'Registration is disabled because you are currently locked out from logging in. Please wait %time% minutes before attempting to register again.',
   131       reg_err_captcha: 'The confirmation code you entered was incorrect.',
   132       reg_err_captcha: 'The confirmation code you entered was incorrect.',
   132       reg_err_disabled_title: 'Registration disabled',
   133       reg_err_disabled_title: 'Registration disabled',
   133       reg_err_disabled_body: 'The administrator has disabled the registration of new accounts on this site.',
   134       reg_err_disabled_body: 'The administrator has disabled the registration of new accounts on this site.',
   134       reg_err_disabled_body_adminblurb: 'Oops...it seems that you <em>are</em> the administrator...hehe...you can also <a href="%reg_link%">force account registration to work</a>.',
   135       reg_err_disabled_body_adminblurb: 'Oops...it seems that you <em>are</em> the administrator...hehe...you can also <a href="%reg_link%">force account registration to work</a>.',
   135       reg_err_username_invalid: 'Your username must be at least two characters in length and may not contain any of the following characters: &lt; &gt; _ &amp; ? \' " % / \\.',
   136       reg_err_username_invalid: 'Your username must be at least two characters in length and may not contain any of the following characters: &lt; &gt; _ &amp; ? \' " % / \\.',
   618       ml_msg_matches_zero: 'Search returned no matches',
   619       ml_msg_matches_zero: 'Search returned no matches',
   619       ml_msg_matches_one: 'Search returned 1 match',
   620       ml_msg_matches_one: 'Search returned 1 match',
   620       ml_msg_matches: 'Search returned %matches% matches',
   621       ml_msg_matches: 'Search returned %matches% matches',
   621     },
   622     },
   622     userpage: {
   623     userpage: {
   623       page_title: '%username%\'s user page',
   624       page_title: '%username|htmlsafe%\'s user page',
   624       heading_basics: 'All about %username%',
   625       heading_basics: 'All about %username%',
   625       lbl_joined: 'Joined:',
   626       lbl_joined: 'Member since:',
   626       lbl_num_comments: 'Total comments:',
   627       lbl_num_comments: 'Total comments:',
   627       lbl_real_name: 'Real name:',
   628       lbl_real_name: 'Real name:',
   628       btn_administer_user: 'Administer user',
   629       btn_administer_user: 'Administer user',
   629       heading_comments: '%username%\'s latest comments',
   630       heading_comments: '%username%\'s latest comments',
   630       comments_lbl_posted: 'Posted',
   631       comments_lbl_posted: 'Posted',
   641       lbl_location: 'Location:',
   642       lbl_location: 'Location:',
   642       lbl_job: 'Job/occupation:',
   643       lbl_job: 'Job/occupation:',
   643       lbl_hobbies: 'Enjoys:',
   644       lbl_hobbies: 'Enjoys:',
   644       msg_no_contact_info: '%username% hasn\'t posted any real-life contact information.',
   645       msg_no_contact_info: '%username% hasn\'t posted any real-life contact information.',
   645       msg_user_not_exist: 'Additional information: user "%username%" does not exist.',
   646       msg_user_not_exist: 'Additional information: user "%username%" does not exist.',
       
   647       tab_profile: 'Profile',
       
   648       tab_content: 'User page',
   646     }
   649     }
   647   }
   650   }
   648 };
   651 };
   649 
   652 
   650 // All done! :-)
   653 // All done! :-)