From ab99455e7ce6ac98cf1f721a0c49e2e1eeb8d4b8 Mon Sep 17 00:00:00 2001 From: David M Date: Sat, 17 Dec 2005 21:16:21 +0000 Subject: - send_encoding is now configurable git-svn-id: file:///svn/phpbb/trunk@5346 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/acp/board.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/language') diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 6d15061a86..469137c0b0 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -132,6 +132,8 @@ $lang = array_merge($lang, array( 'CLASS_B' => 'A.B', 'BROWSER_VALID' => 'Validate browser', 'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session inproving security.', + 'SEND_ENCODING' => 'Send Encoding', + 'SEND_ENCODING_EXPLAIN' => 'Send the file encoding from phpBB via HTTP overriding the webserver configuration', 'ENABLE_GZIP' => 'Enable GZip Compression', 'SMILIES_PATH' => 'Smilies storage path', 'SMILIES_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/smilies', -- cgit v1.2.1