diff options
author | Cesar G <prototech91@gmail.com> | 2014-04-11 19:23:31 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-04-23 09:11:40 -0700 |
commit | 607698c8844b1f08aef1aca63cd8d981783ef92a (patch) | |
tree | a4c35830dd69f287e73a42a0be7be33ffdb9287a /phpBB/language/en/acp | |
parent | 683e8c0c17726205501333aea117e4394fc34ef4 (diff) | |
download | forums-607698c8844b1f08aef1aca63cd8d981783ef92a.tar forums-607698c8844b1f08aef1aca63cd8d981783ef92a.tar.gz forums-607698c8844b1f08aef1aca63cd8d981783ef92a.tar.bz2 forums-607698c8844b1f08aef1aca63cd8d981783ef92a.tar.xz forums-607698c8844b1f08aef1aca63cd8d981783ef92a.zip |
[ticket/10737] Add config setting to disable live searches.
PHPBB3-10737
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 1d2c979e0c..5488bead17 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -356,6 +356,8 @@ $lang = array_merge($lang, array( 'ALLOW_CDN' => 'Allow usage of third party content delivery networks', 'ALLOW_CDN_EXPLAIN' => 'If this setting is enabled, some files will be served from external third party servers instead of your server. This reduces the network bandwidth required by your server, but may present a privacy issue for some board administrators. In a default phpBB installation, this includes loading “jQuery” and the font “Open Sans” from Google’s content delivery network.', + 'ALLOW_LIVE_SEARCHES' => 'Allow live searches', + 'ALLOW_LIVE_SEARCHES_EXPLAIN' => 'If this setting is enabled, users are provided with keyword suggestions as they type in certain fields throughout the board.', 'CUSTOM_PROFILE_FIELDS' => 'Custom profile fields', 'LIMIT_LOAD' => 'Limit system load', 'LIMIT_LOAD_EXPLAIN' => 'If the system’s 1-minute load average exceeds this value the board will automatically go offline. A value of 1.0 equals ~100% utilisation of one processor. This only functions on UNIX based servers and where this information is accessible. The value here resets itself to 0 if phpBB was unable to get the load limit.', |