diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2012-07-11 16:25:19 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2012-07-19 23:01:41 +0530 |
commit | 4b40f0d3c6d14adc2b20b866cbeb42586cf8d874 (patch) | |
tree | 049ba647244ca30f2758a1bca51926ca4c019617 /phpBB/language/en/acp/search.php | |
parent | b16e70ae1d03587c7d7d7e106299a4e576491751 (diff) | |
download | forums-4b40f0d3c6d14adc2b20b866cbeb42586cf8d874.tar forums-4b40f0d3c6d14adc2b20b866cbeb42586cf8d874.tar.gz forums-4b40f0d3c6d14adc2b20b866cbeb42586cf8d874.tar.bz2 forums-4b40f0d3c6d14adc2b20b866cbeb42586cf8d874.tar.xz forums-4b40f0d3c6d14adc2b20b866cbeb42586cf8d874.zip |
[feature/sphinx-fulltext-search] display config file in ACP
sphinx config file is generated and displayed in the ACP for user to use
it to start sphinx search daemon.
PHPBB3-10946
Diffstat (limited to 'phpBB/language/en/acp/search.php')
-rw-r--r-- | phpBB/language/en/acp/search.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/search.php b/phpBB/language/en/acp/search.php index 9618bb90c5..778f9ddec5 100644 --- a/phpBB/language/en/acp/search.php +++ b/phpBB/language/en/acp/search.php @@ -85,6 +85,9 @@ $lang = array_merge($lang, array( 'FULLTEXT_SPHINX_WRONG_DATABASE' => 'The sphinx plugin for phpBB currently only supports MySQL', 'FULLTEXT_SPHINX_STOPWORDS_FILE' => 'Stopwords activated', '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.', + 'FULLTEXT_SPHINX_CONFIG_FILE' => 'Sphinx config file', + 'FULLTEXT_SPHINX_CONFIG_FILE_EXPLAIN' => 'The generated content of the sphinx config file. This data needs to be pasted into the sphinx.conf which is used by sphinx search daemon.', + 'FULLTEXT_SPHINX_NO_CONFIG_DATA' => 'The sphinx data and config directory paths are not defined. Please define them to generate the config file.', 'GENERAL_SEARCH_SETTINGS' => 'General search settings', 'GO_TO_SEARCH_INDEX' => 'Go to search index page', |