aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/search.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-01-21 22:57:42 +0000
committerNils Adermann <naderman@naderman.de>2006-01-21 22:57:42 +0000
commit7de53b46ec192c66192f3ebcd6123c2c3dbecb6f (patch)
treee9bc358c5840c795bb35711182a978c1e9ef82c2 /phpBB/language/en/search.php
parent133ce52d3b7fb4c653ac7195d681e0201c1cf38d (diff)
downloadforums-7de53b46ec192c66192f3ebcd6123c2c3dbecb6f.tar
forums-7de53b46ec192c66192f3ebcd6123c2c3dbecb6f.tar.gz
forums-7de53b46ec192c66192f3ebcd6123c2c3dbecb6f.tar.bz2
forums-7de53b46ec192c66192f3ebcd6123c2c3dbecb6f.tar.xz
forums-7de53b46ec192c66192f3ebcd6123c2c3dbecb6f.zip
- search deals with global topics
- fixed some other search related bugs git-svn-id: file:///svn/phpbb/trunk@5482 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/search.php')
-rw-r--r--phpBB/language/en/search.php12
1 files changed, 8 insertions, 4 deletions
diff --git a/phpBB/language/en/search.php b/phpBB/language/en/search.php
index 1f4b6c2ff0..e5820fd20d 100644
--- a/phpBB/language/en/search.php
+++ b/phpBB/language/en/search.php
@@ -38,14 +38,15 @@ $lang = array_merge($lang, array(
'FOUND_SEARCH_MATCHES' => 'Search found %d matches',
'FOUND_MORE_SEARCH_MATCHES' => 'Search found more than %d matches',
+ 'GLOBAL' => 'Global topic',
+
'IGNORED_TERMS' => 'ignored',
+ 'NO_KEYWORDS' => 'You must specify at least one word to search for. Each word must consist of at least %d characters and must not contain more than %d characters excluding wildcards.',
'NO_RECENT_SEARCHES' => 'No searches have been carried out recently',
'NO_SEARCH' => 'Sorry but you are not permitted to use the search system.',
'NO_SEARCH_RESULTS' => 'No suitable matches were found.',
'NO_SEARCH_TIME' => 'Sorry but you cannot use search at this time. Please try again in a few minutes.',
- 'NO_KEYWORDS' => 'You must specify at least one word to search for. Each word must consist of at least %d characters and must not contain more than %d characters excluding wildcards.',
- 'TOO_FEW_AUTHOR_CHARS' => 'You must specify at least %d characters of the authors name.',
'POST_CHARACTERS' => 'characters of posts',
@@ -60,16 +61,17 @@ $lang = array_merge($lang, array(
'SEARCH_ANY_TERMS' => 'Search for any terms',
'SEARCH_AUTHOR' => 'Search for Author',
'SEARCH_AUTHOR_EXPLAIN' => 'Use * as a wildcard for partial matches',
+ 'SEARCH_FIRST_POST' => 'First post of topics only',
'SEARCH_FORUMS' => 'Search in forums',
'SEARCH_FORUMS_EXPLAIN' => 'Select the forum or forums you wish to search in. For speed all subforums can be searched by selecting the parent and setting enable search subforums below.',
'SEARCH_IN_RESULTS' => 'Search these results',
'SEARCH_KEYWORDS' => 'Search for Keywords',
- 'SEARCH_KEYWORDS_EXPLAIN' => 'Use <b>+</b> for words which must be found, <b>-</b> for words which must not be found and <b>|</b> for words which may or may not be found. Use * as a wildcard for partial matches',
+ 'SEARCH_KEYWORDS_EXPLAIN' => 'Place <b>+</b> in front of a word which must be found and <b>-</b> in front of a word which must not be found. If you place <b>|</b> in front of words, each result has to contain at least one of these words. Use * as a wildcard for partial matches',
'SEARCH_MSG_ONLY' => 'Message text only',
'SEARCH_OPTIONS' => 'Search Options',
'SEARCH_QUERY' => 'Search Query',
'SEARCH_SUBFORUMS' => 'Search subforums',
- 'SEARCH_TITLE_MSG' => 'Topic titles and message text',
+ 'SEARCH_TITLE_MSG' => 'Post subjects and message text',
'SEARCH_TITLE_ONLY' => 'Topic titles only',
'SEARCH_WITHIN' => 'Search within',
'SORT_ASCENDING' => 'Ascending',
@@ -78,6 +80,8 @@ $lang = array_merge($lang, array(
'SORT_FORUM' => 'Forum',
'SORT_POST_SUBJECT' => 'Post Subject',
'SORT_TIME' => 'Post Time',
+
+ 'TOO_FEW_AUTHOR_CHARS' => 'You must specify at least %d characters of the authors name.',
));
?> \ No newline at end of file