aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/common.php1
-rw-r--r--phpBB/language/en/search.php12
2 files changed, 9 insertions, 4 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index c2df001935..4b97375367 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -176,6 +176,7 @@ $lang = array_merge($lang, array(
'ICQ_STATUS' => 'ICQ Status',
'IF' => 'If',
+ 'IN' => 'in',
'INDEX' => 'Index page',
'INFORMATION' => 'Information',
'INTERESTS' => 'Interests',
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