%s';
$lang['Search_users_advanced'] = 'Advanced User Search';
$lang['Search_users_explain'] = 'This Module allows you to perform advanced searches for users on a wide range of criteria. Please read the descriptions under each field to understand each search option completely.';
$lang['Search_username_explain'] = 'Here you can perform a case insensitive search for usernames. If you would like to match part of the username, use * (an asterix) as a wildcard. Checking the Regular Expressions box will allow you to search based on your regex pattern. Note: Regular Expressions will only work in MySQL, PostgreSQL and Oracle 10g+.';
$lang['Search_email_explain'] = 'Enter an expression to match a user\'s email address. This is case insensitive. If you want to do a partial match, use * (an asterix) as a wildcard. Checking the Regular Expressions box will allow you to search based on your regex pattern. Note: Regular Expressions will only work in MySQL, PostgreSQL and Oracle 10g+.';
$lang['Search_ip_explain'] = 'Search for users who made posts made by a specific ip address (xxx.xxx.xxx.xxx), wildcard (xxx.xxx.xxx.*) or range (xxx.xxx.xxx.xxx-yyy.yyy.yyy.yyy). Note: the last quad .255 is considered the range of all the IPs in that quad. If you enter 10.0.0.255, it is just like entering 10.0.0.* (No IP is assigned .255 for that matter, it is reserved). Where you may encounter this is in ranges, 10.0.0.5-10.0.0.255 is the same as "10.0.0.*" . You should really enter 10.0.0.5-10.0.0.254 .';
$lang['Search_users_joined'] = 'Users that joined';
$lang['Search_users_lastvisited'] = 'Users whom have visited';
$lang['in_the_last'] = 'in the last';
$lang['after_the_last'] = 'after the last';
$lang['Before'] = 'Before';
$lang['After'] = 'After';
$lang['Search_users_joined_explain'] = 'Search for users the join Before or After (and on) a specific date. The date format is YYYY/MM/DD.';
$lang['Search_users_groups_explain'] = 'View all members of the selected group.';
$lang['Administrators'] = 'Administrators';
$lang['Banned_users'] = 'Banned Users';
$lang['Disabled_users'] = 'Disabled Users';
$lang['Users_disabled_pms'] = 'Users with disabled PMs';
$lang['Search_users_misc_explain'] = 'Administrators - All users with Administrator powers; Moderators - All forum moderators; Banned Users - All accounts that have been banned on these forums; Disabled Users - All users with disabled accounts (either manually disabled or never verified their email address); Users with disabled PMs - Selects users who have the Private Messages priviliges removed (Done via User Management)';
$lang['Postcount'] = 'Postcount';
$lang['Equals'] = 'Equals';
$lang['Greater_than'] = 'Greater than';
$lang['Less_than'] = 'Less than';
$lang['Search_users_postcount_explain'] = 'You can search for users based on the Postcount value. You can either search by a specific value, greater than or lesser than a value or between two values. To do the range search, select "Equals" then put the beginning and ending values of the range separated by a dash (-), e.g. 10-15';
$lang['Userfield'] = 'Userfield';
$lang['Search_users_userfield_explain'] = 'Search for users based on various profile fields. Wildcards are supported using an asterix (*). Checking the Regular Expressions box will allow you to search based on your regex pattern. Note: Regular Expressions will only work in MySQL, PostgreSQL and Oracle 10g+.';
$lang['Search_users_lastvisited_explain'] = 'You can search for users based on their last login date using this search option';
$lang['Search_users_language_explain'] = 'This will display users whom have selected a specific language in their Profile';
$lang['Search_users_timezone_explain'] = 'Users who have selected a specific timezone in their profile';
$lang['Search_users_style_explain'] = 'Display users who have selected a specific style.';
$lang['Moderators_of'] = 'Moderators of';
$lang['Search_users_moderators_explain'] = 'Search for users with Moderating permissions to a specific forum. Moderating permissions are recoginised either by User Permissions or by being in a Group with the right Group Permssions.';
$lang['Regular_expression'] = 'Regular Expression?';
$lang['Manage'] = 'Manage';
$lang['Search_users_new'] = '%s yielded %d result(s). Perform another search.';
$lang['Banned'] = 'Banned';
$lang['Not_banned'] = 'Not Banned';
$lang['Search_no_results'] = 'No users match your selected criteria. Please try another search. If you\'re searching the username or email address fields, for partial matches you must use the wildcard * (an asterix).';
$lang['Account_status'] = 'Account Status';
$lang['Sort_options'] = 'Sort options:';
$lang['Last_visit'] = 'Last Visit';
$lang['Day'] = 'Day';
?>