diff options
author | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-06-11 16:49:34 +0530 |
---|---|---|
committer | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-07-05 21:13:38 +0530 |
commit | 8981399ae141d87aaa2f2f7994bca9cf6df3ec24 (patch) | |
tree | 5bbded7ab41425caa0c40f95080ac42a8fbb01cf /phpBB/language/en | |
parent | 8c170eb6a0ce3b282baa81ea331c75c013367356 (diff) | |
download | forums-8981399ae141d87aaa2f2f7994bca9cf6df3ec24.tar forums-8981399ae141d87aaa2f2f7994bca9cf6df3ec24.tar.gz forums-8981399ae141d87aaa2f2f7994bca9cf6df3ec24.tar.bz2 forums-8981399ae141d87aaa2f2f7994bca9cf6df3ec24.tar.xz forums-8981399ae141d87aaa2f2f7994bca9cf6df3ec24.zip |
[feature/postgresql-fulltext-search] change language for pgsql < 8.3
PHPBB3-9730
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/search.php b/phpBB/language/en/acp/search.php index 5fa5acbe40..a307bc3e07 100644 --- a/phpBB/language/en/acp/search.php +++ b/phpBB/language/en/acp/search.php @@ -62,7 +62,7 @@ $lang = array_merge($lang, array( '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_POSTGRES_INCOMPATIBLE_VERSION' => 'The PostgreSQL fulltext backend can only be used with PostgreSQL.', - 'FULLTEXT_POSTGRES_TS_NOT_FOUND' => 'The PostgreSQL fulltext backend can only be used with Tsearch2.', + 'FULLTEXT_POSTGRES_TS_NOT_USABLE' => 'The PostgreSQL fulltext backend can only be used with PostgreSQL 8.3 and above.', 'FULLTEXT_POSTGRES_TOTAL_POSTS' => 'Total number of indexed posts', 'FULLTEXT_POSTGRES_MBSTRING' => 'Support for non-latin UTF-8 characters using mbstring:', 'FULLTEXT_POSTGRES_PCRE' => 'Support for non-latin UTF-8 characters using PCRE:', |