summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <gohr@cosmocode.de>2014-12-03 16:50:16 +0100
committerAndreas Gohr <gohr@cosmocode.de>2014-12-03 16:50:43 +0100
commit48b5d5e92851161ee3b3ebc7bf5b6ae6d1f0914d (patch)
treee704ffa4683848e99310636c1b7f63f501789404 /lib/plugins/extension/lang/en
parent4766c1f0aaafeb23d5026904b802078cf82ebbe1 (diff)
downloadrpg-48b5d5e92851161ee3b3ebc7bf5b6ae6d1f0914d.tar.gz
rpg-48b5d5e92851161ee3b3ebc7bf5b6ae6d1f0914d.tar.bz2
warn about enabled, but not used auth plugins
Diffstat (limited to 'lib/plugins/extension/lang/en')
-rw-r--r--lib/plugins/extension/lang/en/lang.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/extension/lang/en/lang.php b/lib/plugins/extension/lang/en/lang.php
index 72c9b9e2d..fc8860c5d 100644
--- a/lib/plugins/extension/lang/en/lang.php
+++ b/lib/plugins/extension/lang/en/lang.php
@@ -94,6 +94,7 @@ $lang['noperms'] = 'Extension directory is not writable';
$lang['notplperms'] = 'Template directory is not writable';
$lang['nopluginperms'] = 'Plugin directory is not writable';
$lang['git'] = 'This extension was installed via git, you may not want to update it here.';
+$lang['auth'] = 'This auth plugin is not enabled in configuration, consider disabling it.';
$lang['install_url'] = 'Install from URL:';
$lang['install_upload'] = 'Upload Extension:';