'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_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.',
'FULLTEXT_SPHINX_AUTOCONF_EXPLAIN'=>'This is the easiest way to install Sphinx, just select the settings here and a config file will be written for you. This requires write permissions on the configuration folder.',
'FULLTEXT_SPHINX_AUTORUN'=>'Automatically run Sphinx',
'FULLTEXT_SPHINX_AUTORUN_EXPLAIN'=>'This is the easiest way to run Sphinx. Select the paths in this dialogue and the Sphinx daemon will be started and stopped as needed. You can also create an index from the ACP. If your PHP installation forbids the use of exec you can disable this and run Sphinx manually.',
'FULLTEXT_SPHINX_BIN_PATH'=>'Path to executables directory',
'FULLTEXT_SPHINX_BIN_PATH_EXPLAIN'=>'Skip if autorun is disabled. If this path could not be determined automatically you have to enter the path to the directory in which the sphinx executables <samp>indexer</samp> and <samp>searchd</samp> reside.',
'FULLTEXT_SPHINX_CONFIG_PATH'=>'Path to configuration directory',
'FULLTEXT_SPHINX_CONFIG_PATH_EXPLAIN'=>'Skip if autoconf is disabled. You should create this config directory outside the web accessable directories. It has to be writable by the user as which your webserver is running (often www-data or nobody).',
'FULLTEXT_SPHINX_CONFIGURE_FIRST'=>'Before you create an index you have to enable and configure sphinx under GENERAL -> SERVER CONFIGURATION -> Search settings.',
'FULLTEXT_SPHINX_CONFIGURE_BEFORE'=>'Configure the following settings BEFORE activating Sphinx',
'FULLTEXT_SPHINX_CONFIGURE_AFTER'=>'The following settings do not have to be configured before activating Sphinx',
'FULLTEXT_SPHINX_DATA_PATH'=>'Path to data directory',
'FULLTEXT_SPHINX_DATA_PATH_EXPLAIN'=>'Skip if autorun is disabled. You should create this directory outside the web accessable directories. It has to be writable by the user as which your webserver is running (often www-data or nobody). It will be used to store the indexes and log files.',
'FULLTEXT_SPHINX_DELTA_POSTS'=>'Number of posts in frequently updated delta index',
'FULLTEXT_SPHINX_DIRECTORY_NOT_FOUND'=>'The directory <strong>%s</strong> does not exist. Please correct your path settings.',
'FULLTEXT_SPHINX_FILE_NOT_EXECUTABLE'=>'The file <strong>%s</strong> is not executable for the webserver.',
'FULLTEXT_SPHINX_FILE_NOT_FOUND'=>'The file <strong>%s</strong> does not exist. Please correct your path settings.',
'FULLTEXT_SPHINX_FILE_NOT_WRITABLE'=>'The file <strong>%s</strong> cannot be written by the webserver.',
'FULLTEXT_SPHINX_INDEXER_MEM_LIMIT_EXPLAIN'=>'This number should at all times be lower than the RAM available on your machine. If you experience periodic performance problems this might be due to the indexer consuming too many resources. It might help to lower the amount of memory available to the indexer.',
'FULLTEXT_SPHINX_PORT_EXPLAIN'=>'Port on which the sphinx search deamon on localhost listens. Leave empty to use the default 3312',
'FULLTEXT_SPHINX_REQUIRES_EXEC'=>'The sphinx plugin for phpBB requires PHP’s <code>exec</code> function which is disabled on your system.',
'FULLTEXT_SPHINX_UNCONFIGURED'=>'Please set all necessary options in the "Fulltext Sphinx" section of the previous page before you try to activate the sphinx plugin.',
'FULLTEXT_SPHINX_WRONG_DATABASE'=>'The sphinx plugin for phpBB currently only supports MySQL',
'FULLTEXT_SPHINX_STOPWORDS_FILE_EXPLAIN'=>'This setting only works with autoconf enabled. You can place a file called sphinx_stopwords.txt containing one word in each line in your config directory. If this file is present these words will be excluded from the indexing process.',
'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_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',