aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/search.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-10-08 11:25:20 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-10-08 11:25:20 +0000
commit9cfa28b5020afb7447105f85d03d1db01ac11aab (patch)
tree851ea51db405da0ad658deda74ed3831ee8d224c /phpBB/language/en/search.php
parent9a73fb26b29bc79281c12192ae0f303ed40ad1d0 (diff)
downloadforums-9cfa28b5020afb7447105f85d03d1db01ac11aab.tar
forums-9cfa28b5020afb7447105f85d03d1db01ac11aab.tar.gz
forums-9cfa28b5020afb7447105f85d03d1db01ac11aab.tar.bz2
forums-9cfa28b5020afb7447105f85d03d1db01ac11aab.tar.xz
forums-9cfa28b5020afb7447105f85d03d1db01ac11aab.zip
remove useless information from tz array
git-svn-id: file:///svn/phpbb/trunk@6467 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/search.php')
-rw-r--r--phpBB/language/en/search.php50
1 files changed, 25 insertions, 25 deletions
diff --git a/phpBB/language/en/search.php b/phpBB/language/en/search.php
index 361b336b83..db922f340b 100644
--- a/phpBB/language/en/search.php
+++ b/phpBB/language/en/search.php
@@ -36,8 +36,8 @@ $lang = array_merge($lang, array(
'DISPLAY_RESULTS' => 'Display results as',
- 'FOUND_SEARCH_MATCH' => 'Search found %d match',
- 'FOUND_SEARCH_MATCHES' => 'Search found %d matches',
+ 'FOUND_SEARCH_MATCH' => 'Search found %d match',
+ 'FOUND_SEARCH_MATCHES' => 'Search found %d matches',
'FOUND_MORE_SEARCH_MATCHES' => 'Search found more than %d matches',
'GLOBAL' => 'Global announcement',
@@ -60,30 +60,30 @@ $lang = array_merge($lang, array(
'RESULT_SORT' => 'Sort results by',
'RETURN_FIRST' => 'Return first',
- 'SEARCHED_FOR' => 'Search term used',
- 'SEARCHED_TOPIC' => 'Searched topic',
- 'SEARCH_ALL_TERMS' => 'Search for all terms or use query as entered',
- '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',
+ 'SEARCHED_FOR' => 'Search term used',
+ 'SEARCHED_TOPIC' => 'Searched topic',
+ 'SEARCH_ALL_TERMS' => 'Search for all terms or use query as entered',
+ '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_EXPLAIN' => 'Place <strong>+</strong> in front of a word which must be found and <strong>-</strong> in front of a word which must not be found. Put a list of words seperated by <strong>|</strong> into brackets if only one of the words must be found. 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' => 'Post subjects and message text',
- 'SEARCH_TITLE_ONLY' => 'Topic titles only',
- 'SEARCH_WITHIN' => 'Search within',
- 'SORT_ASCENDING' => 'Ascending',
- 'SORT_AUTHOR' => 'Author',
- 'SORT_DESCENDING' => 'Descending',
- 'SORT_FORUM' => 'Forum',
- 'SORT_POST_SUBJECT' => 'Post subject',
- 'SORT_TIME' => 'Post time',
+ 'SEARCH_MSG_ONLY' => 'Message text only',
+ 'SEARCH_OPTIONS' => 'Search Options',
+ 'SEARCH_QUERY' => 'Search Query',
+ 'SEARCH_SUBFORUMS' => 'Search subforums',
+ 'SEARCH_TITLE_MSG' => 'Post subjects and message text',
+ 'SEARCH_TITLE_ONLY' => 'Topic titles only',
+ 'SEARCH_WITHIN' => 'Search within',
+ 'SORT_ASCENDING' => 'Ascending',
+ 'SORT_AUTHOR' => 'Author',
+ 'SORT_DESCENDING' => 'Descending',
+ '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.',
));