summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-03-19 12:10:48 +0100
committerAndreas Gohr <andi@splitbrain.org>2014-03-19 12:10:48 +0100
commit8d42cd79ea294fc836eca94c7bc469d5bad5e8eb (patch)
tree7ead6353ce259c3c6db0b7afed0ffe920a5947ce /lib/plugins/config/lang
parentc6571d58ba8f02fc1afaeb54319f4289da993d02 (diff)
parent7ff009d9323a4431c9463fc8e5bfb3ada17f33e0 (diff)
downloadrpg-8d42cd79ea294fc836eca94c7bc469d5bad5e8eb.tar.gz
rpg-8d42cd79ea294fc836eca94c7bc469d5bad5e8eb.tar.bz2
Merge pull request #622 from splitbrain/disablefeed
allow disabling the rss feed
Diffstat (limited to 'lib/plugins/config/lang')
-rw-r--r--lib/plugins/config/lang/en/lang.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php
index 66d4dc356..5e5218aff 100644
--- a/lib/plugins/config/lang/en/lang.php
+++ b/lib/plugins/config/lang/en/lang.php
@@ -101,6 +101,7 @@ $lang['disableactions_subscription'] = 'Subscribe/Unsubscribe';
$lang['disableactions_wikicode'] = 'View source/Export Raw';
$lang['disableactions_profile_delete'] = 'Delete Own Account';
$lang['disableactions_other'] = 'Other actions (comma separated)';
+$lang['disableactions_rss'] = 'XML Syndication (RSS)';
$lang['auth_security_timeout'] = 'Authentication Security Timeout (seconds)';
$lang['securecookie'] = 'Should cookies set via HTTPS only be sent via HTTPS by the browser? Disable this option when only the login of your wiki is secured with SSL but browsing the wiki is done unsecured.';
$lang['remote'] = 'Enable the remote API system. This allows other applications to access the wiki via XML-RPC or other mechanisms.';