diff options
author | Nils Adermann <naderman@naderman.de> | 2007-02-25 23:30:18 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2007-02-25 23:30:18 +0000 |
commit | c4ee7265216272e3b80a627a705152b865f52ce0 (patch) | |
tree | d5bebee38258609cd8f650ddfc7a7ddecbea4f25 /phpBB/language/en/acp/board.php | |
parent | ad52ac4f88b37c47b9cc4a37df85080669552ad5 (diff) | |
download | forums-c4ee7265216272e3b80a627a705152b865f52ce0.tar forums-c4ee7265216272e3b80a627a705152b865f52ce0.tar.gz forums-c4ee7265216272e3b80a627a705152b865f52ce0.tar.bz2 forums-c4ee7265216272e3b80a627a705152b865f52ce0.tar.xz forums-c4ee7265216272e3b80a627a705152b865f52ce0.zip |
- added an explanation of gzip compression [Bug #8198]
git-svn-id: file:///svn/phpbb/trunk@7079 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-rw-r--r-- | phpBB/language/en/acp/board.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index f0c06ce09f..85dd4bb0bd 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -307,6 +307,7 @@ $lang = array_merge($lang, array( 'ACP_SERVER_SETTINGS_EXPLAIN' => 'Here you define server and domain dependant settings. Please ensure the data you enter is accurate, errors will result in emails containing incorrect information. When entering the domain name remember it does include http:// or other protocol term. Only alter the port number if you know your server uses a different value, port 80 is correct in most cases.', 'ENABLE_GZIP' => 'Enable GZip compression', + 'ENABLE_GZIP_EXPLAIN' => 'Generated content will be compressed prior to sending it to the user if his browser supports it. This can reduce network traffic but will also increase CPU usage on both server and client side.', 'FORCE_SERVER_VARS' => 'Force server URL settings', 'FORCE_SERVER_VARS_EXPLAIN' => 'If set to yes the server settings defined here will be used in favour of the automatically determined values.', 'ICONS_PATH' => 'Post icons storage path', |