aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-10-21 20:31:00 +0200
committerAndreas Fischer <bantu@phpbb.com>2010-10-21 20:31:00 +0200
commit294c2c63c0d283ec5efd118657ecf795b6a45aa9 (patch)
tree125b3184af38a4913ab074707d446c66be18cf9f /phpBB/language
parentd503272645d0f14daa2c2664e04dbdc33da9379e (diff)
downloadforums-294c2c63c0d283ec5efd118657ecf795b6a45aa9.tar
forums-294c2c63c0d283ec5efd118657ecf795b6a45aa9.tar.gz
forums-294c2c63c0d283ec5efd118657ecf795b6a45aa9.tar.bz2
forums-294c2c63c0d283ec5efd118657ecf795b6a45aa9.tar.xz
forums-294c2c63c0d283ec5efd118657ecf795b6a45aa9.zip
[ticket/9595] List min/max characters indexed by search for mysql_fulltext.
PHPBB3-9595
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/search.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/search.php b/phpBB/language/en/acp/search.php
index 88eed9d948..a7d687d7c2 100644
--- a/phpBB/language/en/acp/search.php
+++ b/phpBB/language/en/acp/search.php
@@ -59,6 +59,8 @@ $lang = array_merge($lang, array(
'FULLTEXT_MYSQL_PCRE' => 'Support for non-latin UTF-8 characters using PCRE:',
'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.',
'GENERAL_SEARCH_SETTINGS' => 'General search settings',
'GO_TO_SEARCH_INDEX' => 'Go to search index page',