Search.english.php 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <?php
  2. // Version: 2.1 Alpha 1; Search
  3. $txt['set_parameters'] = 'Set Search Parameters';
  4. $txt['choose_board'] = 'Choose a board to search in, or search all';
  5. $txt['all_words'] = 'Match all words';
  6. $txt['any_words'] = 'Match any words';
  7. $txt['by_user'] = 'By user';
  8. $txt['search_post_age'] = 'Message age';
  9. $txt['search_between'] = 'between';
  10. $txt['search_and'] = 'and';
  11. $txt['search_options'] = 'Options';
  12. $txt['search_show_complete_messages'] = 'Show results as messages';
  13. $txt['search_subject_only'] = 'Search in topic subjects only';
  14. $txt['search_relevance'] = 'Relevance';
  15. $txt['search_date_posted'] = 'Date Posted';
  16. $txt['search_order'] = 'Search order';
  17. $txt['search_orderby_relevant_first'] = 'Most relevant results first';
  18. $txt['search_orderby_large_first'] = 'Largest topics first';
  19. $txt['search_orderby_small_first'] = 'Smallest topics first';
  20. $txt['search_orderby_recent_first'] = 'Most recent topics first';
  21. $txt['search_orderby_old_first'] = 'Oldest topics first';
  22. $txt['search_visual_verification_label'] = 'Verification';
  23. $txt['search_visual_verification_desc'] = 'Please enter the code in the image above to use search.';
  24. $txt['search_specific_topic'] = 'Searching only posts in the topic';
  25. $txt['mods_cat_search'] = 'Search';
  26. $txt['groups_search_posts'] = 'Membergroups with access to the search function';
  27. $txt['simpleSearch'] = 'Enable simple search';
  28. $txt['search_dropdown'] = 'Enable the Quick Search dropdown';
  29. $txt['search_results_per_page'] = 'Number of search results per page';
  30. $txt['search_weight_frequency'] = 'Relative search weight for number of matching messages within a topic';
  31. $txt['search_weight_age'] = 'Relative search weight for age of last matching message';
  32. $txt['search_weight_length'] = 'Relative search weight for topic length';
  33. $txt['search_weight_subject'] = 'Relative search weight for a matching subject';
  34. $txt['search_weight_first_message'] = 'Relative search weight for a first message match';
  35. $txt['search_weight_sticky'] = 'Relative search weight for a sticky topic';
  36. $txt['search_settings_desc'] = 'Here you can changes the basic settings of the search function.';
  37. $txt['search_settings_title'] = 'Search Settings';
  38. $txt['search_weights_desc'] = 'Here you can change the individual components of the relevance rating. ';
  39. $txt['search_weights_title'] = 'Search - weights';
  40. $txt['search_weights_total'] = 'Total';
  41. $txt['search_weights_save'] = 'Save';
  42. $txt['search_method_desc'] = 'Here you can set the way search is powered.';
  43. $txt['search_method_title'] = 'Search - method';
  44. $txt['search_method_save'] = 'Save';
  45. $txt['search_method_messages_table_space'] = 'Space used by forum messages in the database';
  46. $txt['search_method_messages_index_space'] = 'Space used to index messages in the database';
  47. $txt['search_method_kilobytes'] = 'KB';
  48. $txt['search_method_fulltext_index'] = 'Fulltext index';
  49. $txt['search_method_no_index_exists'] = 'doesn\'t currently exist';
  50. $txt['search_method_fulltext_create'] = 'create a fulltext index';
  51. $txt['search_method_fulltext_cannot_create'] = 'cannot be created because the max message length is above 65,535 or table type is not MyISAM';
  52. $txt['search_method_index_already_exists'] = 'already created';
  53. $txt['search_method_fulltext_remove'] = 'remove fulltext index';
  54. $txt['search_method_index_partial'] = 'partially created';
  55. $txt['search_index_custom_resume'] = 'resume';
  56. // This string is used in a javascript confirmation popup; don't use entities.
  57. $txt['search_method_fulltext_warning'] = 'In order to be able to use fulltext search, you\\\'ll have to create a fulltext index first.';
  58. $txt['search_index'] = 'Search index';
  59. $txt['search_index_none'] = 'No index';
  60. $txt['search_index_custom'] = 'Custom index';
  61. $txt['search_index_sphinx'] = 'Sphinx';
  62. $txt['search_index_sphinx_desc'] = 'The admin panel only allows to switch between search indexes. To adjust further Sphinx settings, use the sphinx_config.php tool.';
  63. $txt['search_index_label'] = 'Index';
  64. $txt['search_index_size'] = 'Size';
  65. $txt['search_index_create_custom'] = 'create custom index';
  66. $txt['search_index_custom_remove'] = 'remove custom index';
  67. // This string is used in a javascript confirmation popup; don't use entities.
  68. $txt['search_index_custom_warning'] = 'In order to be able to use a custom index search, you\\\'ll have to create a custom index first!';
  69. $txt['search_force_index'] = 'Force the use of a search index';
  70. $txt['search_match_words'] = 'Match whole words only';
  71. $txt['search_max_results'] = 'Maximum results to show';
  72. $txt['search_max_results_disable'] = '(0: no limit)';
  73. $txt['search_floodcontrol_time'] = 'Time required between searches from same user';
  74. $txt['search_floodcontrol_time_desc'] = '(0 for no limit, in seconds)';
  75. $txt['search_create_index'] = 'Create index';
  76. $txt['search_create_index_why'] = 'Why create a search index?';
  77. $txt['search_create_index_start'] = 'Create';
  78. $txt['search_predefined'] = 'Pre-defined profile';
  79. $txt['search_predefined_small'] = 'Small sized index';
  80. $txt['search_predefined_moderate'] = 'Moderate sized index';
  81. $txt['search_predefined_large'] = 'Large sized index';
  82. $txt['search_create_index_continue'] = 'Continue';
  83. $txt['search_create_index_not_ready'] = 'SMF is currently creating a search index of your messages. To avoid overloading your server, the process has been temporarily paused. It should automatically continue in a few seconds. If it doesn\'t, please click continue below.';
  84. $txt['search_create_index_progress'] = 'Progress';
  85. $txt['search_create_index_done'] = 'Custom search index successfully created.';
  86. $txt['search_create_index_done_link'] = 'Continue';
  87. $txt['search_double_index'] = 'You have currently created two indexes on the messages table. For best performance it is advisable to remove one of the two indexes.';
  88. $txt['search_error_indexed_chars'] = 'Invalid number of indexed characters. At least 3 characters are needed for a useful index.';
  89. $txt['search_error_max_percentage'] = 'Invalid percentage of words to be skipped. Use a value of at least 5%.';
  90. $txt['error_string_too_long'] = 'Search string must be less than %1$d characters long.';
  91. $txt['search_adjust_query'] = 'Adjust Search Parameters';
  92. $txt['search_warning_ignored_word'] = 'The following term has been ignored in your search because too short';
  93. $txt['search_warning_ignored_words'] = 'The following terms have been ignored in your search because too short';
  94. $txt['search_adjust_submit'] = 'Revise Search';
  95. $txt['search_did_you_mean'] = 'You may have meant to search for';
  96. $txt['search_example'] = '<em>e.g.</em> Orwell "Animal Farm" -movie';
  97. $txt['search_engines_description'] = 'From this area you can decide in what detail you wish to track search engines as they index your forum as well as review search engine logs.';
  98. $txt['spider_mode'] = 'Search Engine Tracking Level';
  99. $txt['spider_mode_note'] = 'Note higher level tracking increases server resource requirement.';
  100. $txt['spider_mode_off'] = 'Disabled';
  101. $txt['spider_mode_standard'] = 'Standard';
  102. $txt['spider_mode_high'] = 'Moderate';
  103. $txt['spider_mode_vhigh'] = 'Agressive';
  104. $txt['spider_settings_desc'] = 'You can change settings for spider tracking from this page. Note, if you wish to enable automatic pruning of the hit logs you can set this up <a href="%1$s">here</a>';
  105. $txt['spider_group'] = 'Apply restrictive permissions from group';
  106. $txt['spider_group_note'] = 'To enable you to stop spiders indexing some pages.';
  107. $txt['spider_group_none'] = 'Disabled';
  108. $txt['show_spider_online'] = 'Show spiders in the online list';
  109. $txt['show_spider_online_no'] = 'Not at all';
  110. $txt['show_spider_online_summary'] = 'Show spider quantity';
  111. $txt['show_spider_online_detail'] = 'Show spider names';
  112. $txt['show_spider_online_detail_admin'] = 'Show spider names - admin only';
  113. $txt['spider_name'] = 'Spider Name';
  114. $txt['spider_last_seen'] = 'Last Seen';
  115. $txt['spider_last_never'] = 'Never';
  116. $txt['spider_agent'] = 'User Agent';
  117. $txt['spider_ip_info'] = 'IP Addresses';
  118. $txt['spiders_add'] = 'Add New Spider';
  119. $txt['spiders_edit'] = 'Edit Spider';
  120. $txt['spiders_remove_selected'] = 'Remove Selected';
  121. $txt['spider_remove_selected_confirm'] = 'Are you sure you want to remove these spiders?\\n\\nAll associated statistics will also be deleted!';
  122. $txt['spiders_no_entries'] = 'There are currently no spiders configured.';
  123. $txt['add_spider_desc'] = 'From this page you can edit the parameters against which a spider is categorised. If a guest\'s user agent/IP address matches those entered below it will be detected as a search engine spider and tracked as per the forum preferences.';
  124. $txt['spider_name_desc'] = 'Name by which the spider will be referred.';
  125. $txt['spider_agent_desc'] = 'User agent associated with this spider.';
  126. $txt['spider_ip_info_desc'] = 'Comma separated list of IP addresses associated with this spider.';
  127. $txt['spider'] = 'Spider';
  128. $txt['spider_time'] = 'Time';
  129. $txt['spider_viewing'] = 'Viewing';
  130. $txt['spider_logs_empty'] = 'There are currently no spider log entries.';
  131. $txt['spider_logs_info'] = 'Note that logging of every spider action only occurs if tracking is set to either &quot;high&quot; or &quot;very high&quot;. Detail of every spiders action is only logged if tracking is set to &quot;very high&quot;.';
  132. $txt['spider_disabled'] = 'Disabled';
  133. $txt['spider_log_empty_log'] = 'Clear Log';
  134. $txt['spider_log_empty_log_confirm'] = 'Are you sure you want to completely clear the log';
  135. $txt['spider_logs_delete'] = 'Delete Entries';
  136. $txt['spider_logs_delete_older'] = 'Delete all entries older than';
  137. $txt['spider_logs_delete_day'] = 'days.';
  138. $txt['spider_logs_delete_submit'] = 'Delete';
  139. $txt['spider_stats_delete_older'] = 'Delete all spider statistics from spiders not seen in %1$s days.';
  140. // Don't use entities in the below string.
  141. $txt['spider_logs_delete_confirm'] = 'Are you sure you wish to empty out all log entries?';
  142. $txt['spider_stats_select_month'] = 'Jump To Month';
  143. $txt['spider_stats_page_hits'] = 'Page Hits';
  144. $txt['spider_stats_no_entries'] = 'There are currently no spider statistics available.';
  145. ?>