aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/search.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-05-12 23:45:27 +0000
committerNils Adermann <naderman@naderman.de>2006-05-12 23:45:27 +0000
commit215693d897a6bc0ccb247da783cd9f8abce9ca94 (patch)
tree398a607bb1bf5d26392ab7ea44e1845c7c1c9a84 /phpBB/language/en/search.php
parent08e708f76b9924133dc196d736adac4b0e992707 (diff)
downloadforums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar
forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.gz
forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.bz2
forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.tar.xz
forums-215693d897a6bc0ccb247da783cd9f8abce9ca94.zip
- adding a file which displays duplicate language keys
- removed a few duplicates with equal contents [Bug #1193] git-svn-id: file:///svn/phpbb/trunk@5904 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/search.php')
-rw-r--r--phpBB/language/en/search.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/language/en/search.php b/phpBB/language/en/search.php
index e5820fd20d..3a80fb5c01 100644
--- a/phpBB/language/en/search.php
+++ b/phpBB/language/en/search.php
@@ -59,13 +59,12 @@ $lang = array_merge($lang, array(
'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' => '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' => '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',