mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- search deals with global topics
- fixed some other search related bugs git-svn-id: file:///svn/phpbb/trunk@5482 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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.',
|
||||
));
|
||||
|
||||
?>
|
Reference in New Issue
Block a user