summaryrefslogtreecommitdiff
path: root/lang/English/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'lang/English/search.php')
-rw-r--r--lang/English/search.php64
1 files changed, 64 insertions, 0 deletions
diff --git a/lang/English/search.php b/lang/English/search.php
new file mode 100644
index 0000000..5c995a5
--- /dev/null
+++ b/lang/English/search.php
@@ -0,0 +1,64 @@
+<?php
+
+// Language definitions used in search.php
+$lang_search = array(
+
+// The search form
+'User search' => 'User search',
+'No search permission' => 'You do not have permission to use the search feature.',
+'Search flood' => 'At least %s seconds have to pass between searches. Please wait %s seconds and try searching again.',
+'Search' => 'Search',
+'Search criteria legend' => 'Enter your search criteria',
+'Search info' => 'To search by keyword, enter a term or terms to search for. Separate terms with spaces. Use AND, OR and NOT to refine your search. To search by author enter the username of the author whose posts you wish to search for. Use wildcard character * for partial matches.',
+'Keyword search' => 'Keyword search',
+'Author search' => 'Author search',
+'Search in legend' => 'Select where to search',
+'Search in info' => 'Choose in which forum you would like to search and if you want to search in topic subjects, message text or both.',
+'Search multiple forums info' => 'If no forums are selected, all forums will be searched.',
+'Forum search' => 'Forum',
+'Search in' => 'Search in',
+'Message and subject' => 'Message text and topic subject',
+'Message only' => 'Message text only',
+'Topic only' => 'Topic subject only',
+'Sort by' => 'Sort by',
+'Sort order' => 'Sort order',
+'Search results legend' => 'Select how to view search results',
+'Search results info' => 'You can choose how you wish to sort and show your results.',
+'Sort by post time' => 'Post time',
+'Sort by author' => 'Author',
+'Sort by subject' => 'Subject',
+'Sort by forum' => 'Forum',
+'Ascending' => 'Ascending',
+'Descending' => 'Descending',
+'Show as' => 'Show results as',
+'Show as topics' => 'Topics',
+'Show as posts' => 'Posts',
+
+// Results
+'Search' => 'Search',
+'Search results' => 'Search results',
+'Quick search show_new' => 'New',
+'Quick search show_recent' => 'Active',
+'Quick search show_unanswered' => 'Unanswered',
+'Quick search show_replies' => 'Posted',
+'Quick search show_user_topics' => 'Topics by %s',
+'Quick search show_user_posts' => 'Posts by %s',
+'Quick search show_subscriptions' => 'Subscribed by %s',
+'By keywords show as topics' => 'Topics with posts containing \'%s\'',
+'By keywords show as posts' => 'Posts containing \'%s\'',
+'By user show as topics' => 'Topics with posts by %s',
+'By user show as posts' => 'Posts by %s',
+'By both show as topics' => 'Topics with posts containing \'%s\', by %s',
+'By both show as posts' => 'Posts containing \'%s\', by %s',
+'No terms' => 'You have to enter at least one keyword and/or an author to search for. Search terms need to be at least three characters long.',
+'No hits' => 'Your search returned no hits.',
+'No user posts' => 'There are no posts by this user in this forum.',
+'No user topics' => 'There are no topics by this user in this forum.',
+'No subscriptions' => 'This user is currently not subscribed to any topics.',
+'No new posts' => 'There are no topics with new posts since your last visit.',
+'No recent posts' => 'No new posts have been made within the last 24 hours.',
+'No unanswered' => 'There are no unanswered posts in this forum.',
+'Go to post' => 'Go to post',
+'Go to topic' => 'Go to topic'
+
+);