'ACP_SEARCH_INDEX_EXPLAIN'=>'Here you can manage the search backend’s indexes. Since you normally use only one backend you should delete all indexes that you do not make use of. After altering some of the search settings (e.g. the number of minimum/maximum chars) it might be worth recreating the index so it reflects those changes.',
'ACP_SEARCH_SETTINGS_EXPLAIN'=>'Here you can define what search backend will be used for indexing posts and performing searches. You can set various options that can influence how much processing these actions require. Some of these settings are the same for all search engine backends.',
'COMMON_WORD_THRESHOLD_EXPLAIN'=>'Words which are contained in a greater percentage of all posts will be regarded as common. Common words are ignored in search queries. Set to zero to disable. Only takes effect if there are more than 100 posts. If you want words that are currently regarded as common to be reconsidered you have to recreate the index.',
'CONFIRM_SEARCH_BACKEND'=>'Are you sure you wish to switch to a different search backend? After changing the search backend you will have to create an index for the new search backend. If you don’t plan on switching back to the old search backend you can also delete the old backend’s index in order to free system resources.',
'CONTINUE_DELETING_INDEX'=>'Continue previous index removal process',
'CONTINUE_DELETING_INDEX_EXPLAIN'=>'An index removal process has been started. In order to access the search index page you will have to complete it or cancel it.',
'CONTINUE_INDEXING_EXPLAIN'=>'An indexing process has been started. In order to access the search index page you will have to complete it or cancel it.',
'FULLTEXT_MYSQL_NOT_SUPPORTED'=>'MySQL fulltext indexes can only be used with MyISAM or InnoDB tables. MySQL 5.6.4 or later is required for fulltext indexes on InnoDB tables.',
'FULLTEXT_MYSQL_MBSTRING_EXPLAIN'=>'If PCRE does not have unicode character properties, the search backend will try to use mbstring’s regular expression engine.',
'FULLTEXT_MYSQL_PCRE_EXPLAIN'=>'This search backend requires PCRE unicode character properties, only available in PHP 4.4, 5.1 and above, if you want to search for non-latin characters.',
'FULLTEXT_MYSQL_MIN_SEARCH_CHARS_EXPLAIN'=>'Words with at least this many characters will be indexed for searching. You or your host can only change this setting by changing the mysql configuration.',
'FULLTEXT_MYSQL_MAX_SEARCH_CHARS_EXPLAIN'=>'Words with no more than this many characters will be indexed for searching. You or your host can only change this setting by changing the mysql configuration.',
'INDEXING_IN_PROGRESS_EXPLAIN'=>'The search backend is currently indexing all posts on the board. This can take from a few minutes to a few hours depending on your board’s size.',
'LIMIT_SEARCH_LOAD'=>'Search page system load limit',
'LIMIT_SEARCH_LOAD_EXPLAIN'=>'If the 1 minute system load exceeds this value the search page will go offline, 1.0 equals ~100% utilisation of one processor. This only functions on UNIX based servers.',
'MAX_SEARCH_CHARS'=>'Max characters indexed by search',
'MAX_SEARCH_CHARS_EXPLAIN'=>'Words with no more than this many characters will be indexed for searching.',
'MIN_SEARCH_AUTHOR_CHARS_EXPLAIN'=>'Users have to enter at least this many characters of the name when performing a wildcard author search. If the author’s username is shorter than this number you can still search for the author’s posts by entering the complete username.',
'SEARCH_GUEST_INTERVAL_EXPLAIN'=>'Number of seconds guests must wait between searches. If one guest searches all others have to wait until the time interval passed.',
'SEARCH_INDEX_CREATE_REDIRECT'=>'All posts up to post id %1$d have now been indexed, of which %2$d posts were within this step.<br />The current rate of indexing is approximately %3$.1f posts per second.<br />Indexing in progress…',
'SEARCH_INDEX_DELETE_REDIRECT'=>'All posts up to post id %1$d have been removed from the search index.<br />Deleting in progress…',
'SEARCH_TYPE_EXPLAIN'=>'phpBB allows you to choose the backend that is used for searching text in post contents. By default the search will use phpBB’s own fulltext search.',
'SWITCHED_SEARCH_BACKEND'=>'You switched the search backend. In order to use the new search backend you should make sure that there is an index for the backend you chose.',
'TOTAL_WORDS'=>'Total number of indexed words',
'TOTAL_MATCHES'=>'Total number of word to post relations indexed',