diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-27 16:37:31 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-27 16:37:31 +0000 |
| commit | 789675c740b0870819d0823103fedba54b6b188d (patch) | |
| tree | da2abb65c60606e3597b657cc4393e0a5529763c /phpBB/language | |
| parent | dd700e50647ca9d11c65f9a248b084a0d9882d46 (diff) | |
| download | forums-789675c740b0870819d0823103fedba54b6b188d.tar forums-789675c740b0870819d0823103fedba54b6b188d.tar.gz forums-789675c740b0870819d0823103fedba54b6b188d.tar.bz2 forums-789675c740b0870819d0823103fedba54b6b188d.tar.xz forums-789675c740b0870819d0823103fedba54b6b188d.zip | |
Updated user search system ... this _really_ needs to be integrated with memberslist or something ... but it'll do here for now
git-svn-id: file:///svn/phpbb/trunk@2760 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/lang_english/lang_main.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index 0a98d6dc6a..29a0577888 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -760,6 +760,8 @@ $lang['Search_keywords'] = 'Search for Keywords'; $lang['Search_keywords_explain'] = 'You can use <u>AND</u> to define words which must be in the results, <u>OR</u> to define words which may be in the result and <u>NOT</u> to define words which should not be in the result. Use * as a wildcard for partial matches'; $lang['Search_author'] = 'Search for Author'; $lang['Search_author_explain'] = 'Use * as a wildcard for partial matches'; +$lang['Find_username_explain'] = 'Use this form to search for specific usernames. You do not need to fill out all fields, to partialy match data use * as a wildcard. When entering dates use the format yyyy-mm-dd, e.g. 2002-01-01.'; +$lang['Last_active'] = 'Last active'; $lang['Search_for_any'] = 'Search for any terms or use query as entered'; $lang['Search_for_all'] = 'Search for all terms'; @@ -777,6 +779,17 @@ $lang['Sort_Post_Subject'] = 'Post Subject'; $lang['Sort_Topic_Title'] = 'Topic Title'; $lang['Sort_Author'] = 'Author'; $lang['Sort_Forum'] = 'Forum'; +$lang['Sort_Post_count'] = 'Post count'; +$lang['Sort_Last_active'] = 'Last active'; + +$lang['Less_than'] = 'Less than'; +$lang['Equal_to'] = 'Equal to'; +$lang['More_than'] = 'More than'; + +$lang['Before'] = 'Before'; +$lang['After'] = 'After'; + +$lang['Never'] = 'Never'; $lang['Display_results'] = 'Display results as'; $lang['All_available'] = 'All available'; |
