aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/search.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-05-30 16:50:06 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-05-30 16:50:06 +0000
commit99a6e79d9b4bb54775755791c2e508150cc2cc09 (patch)
treea357e8d2bde6a74e4d8dc3b3a7639de83f937b95 /phpBB/language/en/search.php
parenteaeaf5bfb60e4751b72a41d5ee94e59981ccce9f (diff)
downloadforums-99a6e79d9b4bb54775755791c2e508150cc2cc09.tar
forums-99a6e79d9b4bb54775755791c2e508150cc2cc09.tar.gz
forums-99a6e79d9b4bb54775755791c2e508150cc2cc09.tar.bz2
forums-99a6e79d9b4bb54775755791c2e508150cc2cc09.tar.xz
forums-99a6e79d9b4bb54775755791c2e508150cc2cc09.zip
language changes by SHS` [en-GB (OED)] - our thanks to him!
git-svn-id: file:///svn/phpbb/trunk@5988 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/search.php')
-rw-r--r--phpBB/language/en/search.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/language/en/search.php b/phpBB/language/en/search.php
index a1d7b77d29..ac87ec8672 100644
--- a/phpBB/language/en/search.php
+++ b/phpBB/language/en/search.php
@@ -66,7 +66,7 @@ $lang = array_merge($lang, array(
'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 <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_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. If you place <strong>|</strong> 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',
@@ -78,8 +78,8 @@ $lang = array_merge($lang, array(
'SORT_AUTHOR' => 'Author',
'SORT_DESCENDING' => 'Descending',
'SORT_FORUM' => 'Forum',
- 'SORT_POST_SUBJECT' => 'Post Subject',
- 'SORT_TIME' => 'Post Time',
+ 'SORT_POST_SUBJECT' => 'Post subject',
+ 'SORT_TIME' => 'Post time',
'TOO_FEW_AUTHOR_CHARS' => 'You must specify at least %d characters of the authors name.',
));