aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/board.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-01-19 19:08:51 +0000
committerAndreas Fischer <bantu@phpbb.com>2010-01-19 19:08:51 +0000
commit77af6caed7300c7498016b4b3d30d31f2bcca730 (patch)
tree91ea4690c066c72ef8b1304df070db4c264df21a /phpBB/language/en/acp/board.php
parentff0b94f23886ec2ac2c8a68e4aac9d840e6c2c88 (diff)
downloadforums-77af6caed7300c7498016b4b3d30d31f2bcca730.tar
forums-77af6caed7300c7498016b4b3d30d31f2bcca730.tar.gz
forums-77af6caed7300c7498016b4b3d30d31f2bcca730.tar.bz2
forums-77af6caed7300c7498016b4b3d30d31f2bcca730.tar.xz
forums-77af6caed7300c7498016b4b3d30d31f2bcca730.zip
[Feature] Ability to use HTTP authentication in ATOM feeds by passing the GET parameter auth=http
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10430 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 5724b9b65c..9bb76cd354 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -276,6 +276,8 @@ $lang = array_merge($lang, array(
'ACP_FEED_OVERALL_FORUMS' => 'Enable forums feed',
'ACP_FEED_OVERALL_FORUMS_EXPLAIN' => 'Enables the “All forums” feed, which displays a list of forums.',
+ 'ACP_FEED_HTTP_AUTH' => 'Allow HTTP Authentication',
+ 'ACP_FEED_HTTP_AUTH_EXPLAIN' => 'Enables HTTP authentication, which allows users to receive content that is hidden to guest users by adding the <samp>auth=http</samp> parameter to the feed URL. Please note that some PHP setups require additional changes to the .htaccess file. Instructions can be found in that file.',
'ACP_FEED_ITEM_STATISTICS' => 'Item statistics',
'ACP_FEED_ITEM_STATISTICS_EXPLAIN' => 'Display individual statistics underneath feed items<br />(e.g. posted by, date and time, replies, views)',
'ACP_FEED_EXCLUDE_ID' => 'Exclude these forums',