From 9cfa28b5020afb7447105f85d03d1db01ac11aab Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 8 Oct 2006 11:25:20 +0000 Subject: remove useless information from tz array git-svn-id: file:///svn/phpbb/trunk@6467 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/search.php | 50 ++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'phpBB/language/en/search.php') 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 + in front of a word which must be found and - in front of a word which must not be found. Put a list of words seperated by | 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.', )); -- cgit v1.2.1