aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/lang_main.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-09-15 16:33:12 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-09-15 16:33:12 +0000
commit6bc091f37319dc5590cf1f90d3e18570e0413344 (patch)
tree663555879a122133fadc7c514a2b5007c5de3a67 /phpBB/language/en/lang_main.php
parenta4a989dbfeabbae4b36051c4b5592f15989d78eb (diff)
downloadforums-6bc091f37319dc5590cf1f90d3e18570e0413344.tar
forums-6bc091f37319dc5590cf1f90d3e18570e0413344.tar.gz
forums-6bc091f37319dc5590cf1f90d3e18570e0413344.tar.bz2
forums-6bc091f37319dc5590cf1f90d3e18570e0413344.tar.xz
forums-6bc091f37319dc5590cf1f90d3e18570e0413344.zip
ah, what the heck ... let's throw this in CVS
git-svn-id: file:///svn/phpbb/trunk@4500 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_main.php')
-rw-r--r--phpBB/language/en/lang_main.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php
index 749a83e08a..d736950957 100644
--- a/phpBB/language/en/lang_main.php
+++ b/phpBB/language/en/lang_main.php
@@ -1120,6 +1120,7 @@ $lang += array(
'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_ALL_TERMS' => 'Search for all terms or use query as entered',
'SEARCH_ANY_TERMS' => 'Search for any terms',
+ 'SEARCH_SUBFORUMS' => 'Search subforums',
'SEARCH_WITHIN' => 'Search within',
'SEARCH_TITLE_MSG' => 'Topic titles and message text',
'SEARCH_MSG_ONLY' => 'Message text only',
@@ -1144,10 +1145,13 @@ $lang += array(
'ALL_AVAILABLE' => 'All available',
'ALL_RESULTS' => 'All results',
- 'NO_SEARCHABLE_FORUMS' => 'You do not have permissions to search any forum on this site',
- 'NO_SEARCH_MATCH' => 'No topics or posts met your search criteria',
+ 'NO_SEARCH' => 'Sorry but you are not permitted to use the search system.',
+ 'NO_SEARCH_RESULTS' => 'No suitable matches were found.',
'FOUND_SEARCH_MATCH' => 'Search found %d match',
'FOUND_SEARCH_MATCHES' => 'Search found %d matches',
+ 'SEARCHED_FOR' => 'Search term used',
+ 'IGNORED_TERMS' => 'ignored',
+ 'SEARCH_IN_RESULTS' => 'Search these results',
'NOT_AUTHORISED' => 'Not Authorised',
);