[R45phpbbmods-checkins] user_search/language/lang_english lang_user_search.php,1.7,1.8
Brought to you by:
rasadam
|
From: Adam A. <ra...@us...> - 2004-05-19 21:44:50
|
Update of /cvsroot/r45phpbbmods/user_search/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10114/language/lang_english Modified Files: lang_user_search.php Log Message: Preparing for RC2 Index: lang_user_search.php =================================================================== RCS file: /cvsroot/r45phpbbmods/user_search/language/lang_english/lang_user_search.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** lang_user_search.php 3 May 2004 06:36:24 -0000 1.7 --- lang_user_search.php 19 May 2004 21:44:41 -0000 1.8 *************** *** 27,34 **** --- 27,40 ---- $lang['Search_invalid_date'] = 'Invalid Date entered to Search'; $lang['Search_invalid_postcount'] = 'Invalid Post Count entered to Search'; + $lang['Search_invalid_userfield'] = 'Invalid Userfield data entered'; + $lang['Search_invalid_language'] = 'Invalid Language Selected'; + $lang['Search_invalid_style'] = 'Invalid Style Selected'; + $lang['Search_invalid_timezone'] = 'Invalid Timezone Selected'; + $lang['Search_invalid_moderators'] = 'Invalid Forum Selected'; $lang['Search_invalid'] = 'Invalid Search'; $lang['Search_invalid_day'] = 'The day you entered was invalid'; $lang['Search_invalid_month'] = 'The day you entered was invalid'; $lang['Search_invalid_year'] = 'The day you entered was invalid'; + $lang['Search_no_regexp'] = 'Your database does not support Regular Expression searching.'; $lang['Search_for_username'] = 'Searching usernames matching %s'; $lang['Search_for_email'] = 'Searching email addresses matching %s'; *************** *** 41,63 **** $lang['Search_for_disabled'] = 'Searching for disabled users'; $lang['Search_for_disabled_pms'] = 'Searching for users with disabled Private Messages'; ! $lang['Search_by_postcount_greater'] = 'Searching for users with a post count greater than %d'; ! $lang['Search_by_postcount_lesser'] = 'Searching for users with a post count less than %d'; ! $lang['Search_by_postcount_range'] = 'Searching for users with a post count between %d and %d'; ! $lang['Search_by_postcount_equals'] = 'Searching for users with a post count value of %d'; ! $lang['Search_by_userfield_yahoo'] = 'Searching for users with a Yahoo IM address matching %s'; ! $lang['Search_by_userfield_aim'] = 'Searching for users with an AIM address matching %s'; ! $lang['Search_by_userfield_msn'] = 'Searching for users with a MSN Messenger address matching %s'; ! $lang['Search_by_userfield_website'] = 'Searching for users with an Website matching %s'; ! $lang['Search_by_userfield_location'] = 'Searching for users with a Location matching %s'; ! $lang['Search_by_userfield_interests'] = 'Searching for users with their Interests field matching %s'; ! $lang['Search_by_userfield_occupation'] = 'Searching for users with their Occupation field matching %s'; ! $lang['Search_by_language'] = 'Searching for users who have set %s as their language'; ! $lang['Search_by_timezone'] = 'Searching for users who have set %s as their timezone'; ! $lang['Search_by_style'] = 'Searching for users who have set %s as their style'; ! $lang['Search_by_moderators'] = 'Search for moderators of the Forum -> %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.'; ! $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.'; $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'; --- 47,70 ---- $lang['Search_for_disabled'] = 'Searching for disabled users'; $lang['Search_for_disabled_pms'] = 'Searching for users with disabled Private Messages'; ! $lang['Search_for_postcount_greater'] = 'Searching for users with a post count greater than %d'; ! $lang['Search_for_postcount_lesser'] = 'Searching for users with a post count less than %d'; ! $lang['Search_for_postcount_range'] = 'Searching for users with a post count between %d and %d'; ! $lang['Search_for_postcount_equals'] = 'Searching for users with a post count value of %d'; ! $lang['Search_for_userfield_icq'] = 'Searching for users with a ICQ address matching %s'; ! $lang['Search_for_userfield_yahoo'] = 'Searching for users with a Yahoo IM address matching %s'; ! $lang['Search_for_userfield_aim'] = 'Searching for users with an AIM address matching %s'; ! $lang['Search_for_userfield_msn'] = 'Searching for users with a MSN Messenger address matching %s'; ! $lang['Search_for_userfield_website'] = 'Searching for users with an Website matching %s'; ! $lang['Search_for_userfield_location'] = 'Searching for users with a Location matching %s'; ! $lang['Search_for_userfield_interests'] = 'Searching for users with their Interests field matching %s'; ! $lang['Search_for_userfield_occupation'] = 'Searching for users with their Occupation field matching %s'; ! $lang['Search_for_language'] = 'Searching for users who have set %s as their language'; ! $lang['Search_for_timezone'] = 'Searching for users who have set GMT %s as their timezone'; ! $lang['Search_for_style'] = 'Searching for users who have set %s as their style'; ! $lang['Search_for_moderators'] = 'Search for moderators of the Forum -> %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. <strong>Note:</strong> 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. <strong>Note:</strong> 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'; *************** *** 77,81 **** $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 (*).'; $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'; --- 84,88 ---- $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. <strong>Note:</strong> Regular Expressions will only work in MySQL, PostgreSQL and Oracle 10g+.'; $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'; *************** *** 83,87 **** $lang['Moderators_of'] = 'Moderators of'; $lang['Search_users_moderators_explain'] = 'Search for users with Moderating permissions to a specific forum. Moderating permission either by User Permissions or by being in a Group with the right Group Permssions.'; ! $lang['Manage'] = 'Manage'; --- 90,94 ---- $lang['Moderators_of'] = 'Moderators of'; $lang['Search_users_moderators_explain'] = 'Search for users with Moderating permissions to a specific forum. Moderating permission either by User Permissions or by being in a Group with the right Group Permssions.'; ! $lang['Regular_expression'] = 'Regular Expression?'; $lang['Manage'] = 'Manage'; |