language/english/user.json
changeset 342 ac34de920762
parent 335 67bd3121a12e
child 345 4ccdfeee9a11
equal deleted inserted replaced
340:993fb077944f 342:ac34de920762
   363       passreset_err_no_match: 'The passwords you entered do not match.',
   363       passreset_err_no_match: 'The passwords you entered do not match.',
   364       passreset_err_too_short: 'The new password must be 6 characters or greater in length.',
   364       passreset_err_too_short: 'The new password must be 6 characters or greater in length.',
   365       passreset_err_failed_score: 'ERROR: Your password did not pass the complexity score requirement. You need %config.pw_strength_minimum% points to pass; your password received a score of %inp_score%. <a href="%url%">Go back</a>',
   365       passreset_err_failed_score: 'ERROR: Your password did not pass the complexity score requirement. You need %config.pw_strength_minimum% points to pass; your password received a score of %inp_score%. <a href="%url%">Go back</a>',
   366       passreset_err_pass_expired: 'Your temporary password has expired. Please <a href="%reset_url%">request another one</a>.',
   366       passreset_err_pass_expired: 'Your temporary password has expired. Please <a href="%reset_url%">request another one</a>.',
   367       
   367       
       
   368       // Special:Memberlist
       
   369       ml_column_username: 'Username',
       
   370       ml_column_userlevel: 'Title',
       
   371       ml_column_email: 'E-mail',
       
   372       ml_column_regtime: 'Registered',
       
   373       ml_level_guest: 'Guest',
       
   374       ml_level_member: 'Member',
       
   375       ml_level_mod: 'Moderator',
       
   376       ml_level_admin: 'Site administrator',
       
   377       ml_level_unknown: 'Unknown (level %level%)',
       
   378       ml_email_nonpublic: 'Non-public',
       
   379       ml_date_daysago: '%days_ago% days ago',
       
   380       ml_date_today: 'Today',
       
   381       ml_date_yesterday: 'Yesterday',
       
   382       ml_btn_adminuser: 'Administer user',
       
   383       ml_tip_userpage: 'Click to view this user\'s userpage',
       
   384       ml_tip_nouserpage: 'This user hasn\'t created a userpage yet, but you can still view profile details by clicking this link.',
       
   385       ml_lbl_finduser: 'Find a member:',
       
   386       ml_btn_go: 'Go',
       
   387       ml_tip_wildcard: 'You may use the following wildcards: * to match multiple characters, ? to match a single character.',
       
   388       ml_err_nousers_find: 'Sorry - no users that matched your query could be found. Please try some different search terms.',
       
   389       ml_err_nousers: 'Sorry - no users with usernames that start with that letter could be found.',
       
   390       ml_msg_matches_zero: 'Search returned no matches',
       
   391       ml_msg_matches_one: 'Search returned 1 match',
       
   392       ml_msg_matches: 'Search returned %matches% matches',
   368     }
   393     }
   369   }
   394   }
   370 };
   395 };
   371 
   396 
   372 // All done! :-)
   397 // All done! :-)