mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/sphinx-fulltext-search] add trailing slash in language
PHPBB3-10946
This commit is contained in:
parent
39bac86f7d
commit
9f2faaa8f1
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ $lang = array_merge($lang, array(
|
||||||
|
|
||||||
'FULLTEXT_SPHINX_CONFIGURE' => 'Configure the following settings to generate sphinx config file',
|
'FULLTEXT_SPHINX_CONFIGURE' => 'Configure the following settings to generate sphinx config file',
|
||||||
'FULLTEXT_SPHINX_DATA_PATH' => 'Path to data directory',
|
'FULLTEXT_SPHINX_DATA_PATH' => 'Path to data directory',
|
||||||
'FULLTEXT_SPHINX_DATA_PATH_EXPLAIN' => 'It will be used to store the indexes and log files. You should create this directory outside the web accessable directories.',
|
'FULLTEXT_SPHINX_DATA_PATH_EXPLAIN' => 'It will be used to store the indexes and log files. You should create this directory outside the web accessible directories. (should have a trailing slash)',
|
||||||
'FULLTEXT_SPHINX_DELTA_POSTS' => 'Number of posts in frequently updated delta index',
|
'FULLTEXT_SPHINX_DELTA_POSTS' => 'Number of posts in frequently updated delta index',
|
||||||
'FULLTEXT_SPHINX_HOST' => 'SQL server host',
|
'FULLTEXT_SPHINX_HOST' => 'SQL server host',
|
||||||
'FULLTEXT_SPHINX_HOST_EXPLAIN' => 'SQL server host, which the sphinx search daemon (searchd) connects to. Leave empty to use the default SQL server host',
|
'FULLTEXT_SPHINX_HOST_EXPLAIN' => 'SQL server host, which the sphinx search daemon (searchd) connects to. Leave empty to use the default SQL server host',
|
||||||
|
|
Loading…
Add table
Reference in a new issue