aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/lang_english.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-09-17 00:42:17 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-09-17 00:42:17 +0000
commit2d9d67fea803de48ddc5ee9b92c13a1cf4ad2a39 (patch)
tree2ff2654d0bd0204e432af94312430bf84fea0465 /phpBB/language/lang_english.php
parent83eb43ec3647bb607f06b08679e158b6e9a19d84 (diff)
downloadforums-2d9d67fea803de48ddc5ee9b92c13a1cf4ad2a39.tar
forums-2d9d67fea803de48ddc5ee9b92c13a1cf4ad2a39.tar.gz
forums-2d9d67fea803de48ddc5ee9b92c13a1cf4ad2a39.tar.bz2
forums-2d9d67fea803de48ddc5ee9b92c13a1cf4ad2a39.tar.xz
forums-2d9d67fea803de48ddc5ee9b92c13a1cf4ad2a39.zip
New search 'stuff' ... not complete
git-svn-id: file:///svn/phpbb/trunk@1051 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/lang_english.php')
-rwxr-xr-xphpBB/language/lang_english.php16
1 files changed, 14 insertions, 2 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php
index 1ac21588f6..ea18d29ffc 100755
--- a/phpBB/language/lang_english.php
+++ b/phpBB/language/lang_english.php
@@ -39,6 +39,8 @@
//
$lang['Forum'] = "Forum";
$lang['Forums'] = "Forums";
+$lang['Category'] = "Category";
+$lang['Categories'] = "Categories";
$lang['Topic'] = "Topic";
$lang['Topics'] = "Topics";
$lang['Reply'] = "Reply";
@@ -527,15 +529,25 @@ $lang['View_Information'] = "View Information";
//
// Search
//
+$lang['Search_query'] = "Search Query";
+$lang['Search_options'] = "Search Options";
+$lang['Search_keywords'] = "Search for Keywords";
+$lang['Search_keywords_explain'] = "You can use <u>AND</u> to define words which must be in the results, <u>OR</u> to define words which may be in the result and <u>NOT</u> to define words which should not be in the result. Use * as a wildcard for partial matches. To define a phrase enclose it within &quot;&quot;";
+$lang['Search_author'] = "Search for Author";
+$lang['Search_author_explain'] = "Use * as a wildcard for partial matches";
$lang['Search_for_any'] = "Search for any terms or use query as entered";
$lang['Search_for_all'] = "Search for all terms";
$lang['Search_author'] = "Search for Author";
-$lang['Limit_chars'] = "Limit charaters returned to";
+$lang['Return_first'] = "Return first"; // followed by xxx characters
+$lang['characters'] = "characters";
+$lang['Search_previous'] = "Search previous"; // followed by days, weeks, months, year, all
$lang['Sort_by'] = "Sort by";
$lang['Sort_Ascending'] = "Sort Ascending";
$lang['Sort_Decending'] = "Sort Descending";
+$lang['Display_results'] = "Display results as";
$lang['All'] = "All";
-
+$lang['No_search_match'] = "No topics or posts met your search criteria";
+$lang['Search_new'] = "View posts since last visit";
//
// Topic Admin <= Should be blank for now
//