forked from Wedge/languages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Search.english.php
157 lines (135 loc) · 8.83 KB
/
Search.english.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<?php
// Version: 2.0; Search
$txt['search_scope'] = 'Where?';
$txt['search_this_topic'] = 'On this topic';
$txt['search_this_board'] = 'On this board';
$txt['search_this_tree'] = 'On this board (and sub-boards)';
$txt['search_everywhere'] = 'Everywhere';
$txt['search_advanced'] = 'Advanced search';
$txt['search_results'] = 'Search Results';
$txt['search_no_results'] = 'Sorry, no matches were found';
$txt['set_parameters'] = 'Advanced parameters';
$txt['choose_board'] = 'Search in specific boards';
$txt['all_boards'] = 'Search in all boards';
$txt['all_words'] = 'Match all words';
$txt['any_words'] = 'Match any words';
$txt['by_user'] = 'By user';
$txt['search_post_age'] = 'Message age';
$txt['search_between'] = 'between';
$txt['search_and'] = 'and';
$txt['search_options'] = 'Options';
$txt['search_show_complete_messages'] = 'Show results as messages';
$txt['search_subject_only'] = 'Search in topic subjects only';
$txt['search_relevance'] = 'Relevance';
$txt['search_order'] = 'Search order';
$txt['search_orderby_relevant_first'] = 'Most relevant results first';
$txt['search_orderby_large_first'] = 'Largest topics first';
$txt['search_orderby_small_first'] = 'Smallest topics first';
$txt['search_orderby_recent_first'] = 'Most recent topics first';
$txt['search_orderby_old_first'] = 'Oldest topics first';
$txt['search_visual_verification_desc'] = 'Please enter the code in the image above to use search.';
$txt['search_specific_topic'] = 'Searching only posts in the topic';
$txt['mods_cat_search'] = 'Search';
$txt['groups_search_posts'] = 'Membergroups with access to the search function';
$txt['search_results_per_page'] = 'Number of search results per page';
$txt['search_weight_frequency'] = 'Relative search weight for number of matching messages within a topic';
$txt['search_weight_age'] = 'Relative search weight for age of last matching message';
$txt['search_weight_length'] = 'Relative search weight for topic length';
$txt['search_weight_subject'] = 'Relative search weight for a matching subject';
$txt['search_weight_first_message'] = 'Relative search weight for a first message match';
$txt['search_weight_pinned'] = 'Relative search weight for a pinned topic';
$txt['search_settings_desc'] = 'Here you can change the basic settings of the search function.';
$txt['search_settings_title'] = 'Search function - settings';
$txt['search_weights_desc'] = 'Here you can change the individual components of the relevance rating. ';
$txt['search_weights_title'] = 'Search - weights';
$txt['search_weights_total'] = 'Total';
$txt['search_weights_save'] = 'Save';
$txt['search_method_desc'] = 'Here you can set the way search is powered.';
$txt['search_method_title'] = 'Search - method';
$txt['search_method_save'] = 'Save';
$txt['search_method_messages_table_space'] = 'Space used by forum messages in the database';
$txt['search_method_messages_index_space'] = 'Space used to index messages in the database';
$txt['search_method_kilobytes'] = 'KB';
$txt['search_method_no_index_exists'] = 'doesn\'t currently exist';
$txt['search_method_index_already_exists'] = 'already created';
$txt['search_method_index_partial'] = 'partially created';
$txt['search_index_custom_resume'] = 'resume';
$txt['search_index'] = 'Search index';
$txt['search_index_none'] = 'No index';
$txt['search_index_custom'] = 'Custom index';
$txt['search_index_sphinx'] = 'Sphinx';
$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.';
$txt['search_index_label'] = 'Index';
$txt['search_index_size'] = 'Size';
$txt['search_index_create_custom'] = 'create custom index';
$txt['search_index_custom_remove'] = 'remove custom index';
$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!';
$txt['search_force_index'] = 'Force the use of a search index';
$txt['search_match_words'] = 'Match whole words only';
$txt['search_max_results'] = 'Maximum results to show';
$txt['search_max_results_disable'] = '(0: no limit)';
$txt['search_floodcontrol_time'] = 'Time required between searches from same user';
$txt['search_floodcontrol_time_desc'] = '(0 for no limit, in seconds)';
$txt['search_create_index'] = 'Create index';
$txt['search_create_index_why'] = 'Why create a search index?';
$txt['search_create_index_start'] = 'Create';
$txt['search_predefined'] = 'Pre-defined profile';
$txt['search_predefined_small'] = 'Small sized index';
$txt['search_predefined_moderate'] = 'Moderate sized index';
$txt['search_predefined_large'] = 'Large sized index';
$txt['search_create_index_continue'] = 'Continue';
$txt['search_create_index_not_ready'] = 'Wedge 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.';
$txt['search_create_index_progress'] = 'Progress';
$txt['search_create_index_done'] = 'Custom search index created!';
$txt['search_create_index_done_link'] = 'Continue';
$txt['search_error_indexed_chars'] = 'Invalid number of indexed characters. At least 3 characters are needed for a useful index.';
$txt['search_error_max_percentage'] = 'Invalid percentage of words to be skipped. Use a value of at least 5%.';
$txt['error_string_too_long'] = 'Search string must be less than %1$d characters long.';
$txt['search_adjust_query'] = 'Adjust Search Parameters';
$txt['search_adjust_submit'] = 'Revise Search';
$txt['search_did_you_mean'] = 'You may have meant to search for';
$txt['search_example'] = '<em>e.g.</em> Orwell "Animal Farm" -movie';
$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.';
$txt['spider_mode'] = 'Search Engine Tracking Level';
$txt['spider_mode_subtext'] = 'Note higher level tracking increases server resource requirement.';
$txt['spider_mode_off'] = 'Disabled';
$txt['spider_mode_standard'] = 'Standard - Logs minimal spider activity.';
$txt['spider_mode_high'] = 'High - Provides more accurate statistics.';
$txt['spider_mode_vhigh'] = 'Very High - As for "High" but logs data about each page visited.';
$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>.';
$txt['spider_group'] = 'Apply restrictive permissions from group';
$txt['spider_group_subtext'] = 'To enable you to stop spiders indexing some pages.';
$txt['spider_group_none'] = 'Disabled';
$txt['show_spider_online'] = 'Show spiders in the online list';
$txt['show_spider_online_no'] = 'Not at all';
$txt['show_spider_online_summary'] = 'Show spider quantity';
$txt['show_spider_online_detail'] = 'Show spider names';
$txt['show_spider_online_detail_admin'] = 'Show spider names - admin only';
$txt['spider_name'] = 'Spider Name';
$txt['spider_last_seen'] = 'Last Seen';
$txt['spider_last_never'] = 'Never';
$txt['spider_agent'] = 'User Agent';
$txt['spider_ip_info'] = 'IP Addresses';
$txt['spiders_add'] = 'Add New Spider';
$txt['spiders_edit'] = 'Edit Spider';
$txt['spiders_remove_selected'] = 'Remove Selected Spiders';
$txt['spider_remove_selected_confirm'] = 'Are you sure you wish to remove these spiders?<br><br>All associated statistics will also be deleted!';
$txt['spiders_no_entries'] = 'There are currently no spiders configured.';
$txt['add_spider_desc'] = 'From this page you can edit the parameters against which a spider is categorized. 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.';
$txt['spider_name_desc'] = 'Name by which the spider will be referred.';
$txt['spider_agent_desc'] = 'User agent associated with this spider.';
$txt['spider_ip_info_desc'] = 'Comma separated list of IP addresses associated with this spider.';
$txt['spider'] = 'Spider';
$txt['spider_time'] = 'Time';
$txt['spider_viewing'] = 'Viewing';
$txt['spider_log_empty'] = 'There are currently no spider log entries.';
$txt['spider_log_info'] = 'Note that logging of every spider action only occurs if tracking is set to either "high" or "very high". Detail of every spiders action is only logged if tracking is set to "very high".';
$txt['spider_disabled'] = 'Disabled';
$txt['spider_log_delete'] = 'Delete Entries';
$txt['spider_log_delete_older'] = 'Delete all entries older than';
$txt['spider_log_delete_day'] = 'days.';
$txt['spider_log_delete_submit'] = 'Delete';
$txt['spider_log_delete_confirm'] = 'Are you sure you wish to clear out older log entries?';
$txt['spider_stats_select_month'] = 'Jump To Month';
$txt['spider_stats_page_hits'] = 'Page Hits';
$txt['spider_stats_no_entries'] = 'There are currently no spider statistics available.';