From 306ca8aa54954ea2623d9e4927a2c07b9efdfea3 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 5 Jul 2006 03:21:42 +0200 Subject: disabled actions addition to config plugin This patch adds a new generic settings class, setting_multicheckbox. The class displays each of a list of possible choices as a checkbox and an additional text input field for "other" values. The final result is saved in the config file as a comma separated list. It also supports an additional, optional, parameter, "_combine" which can be used to group complimentary values, allowing them to be set or unset together with one checkbox. darcs-hash:20060705012142-9b6ab-b92daddd1393bfc5e9b650a57348237726957c71.gz --- lib/plugins/config/lang/en/lang.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/plugins/config/lang/en') diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php index e0a76da66..5ed638f52 100644 --- a/lib/plugins/config/lang/en/lang.php +++ b/lib/plugins/config/lang/en/lang.php @@ -83,14 +83,17 @@ $lang['mailguard'] = 'Obfuscate email addresses'; /* Authentication Options */ $lang['useacl'] = 'Use access control lists'; -$lang['openregister']= 'Allow everyone to register'; $lang['autopasswd'] = 'Autogenerate passwords'; -$lang['resendpasswd']= 'Allow resend password'; $lang['authtype'] = 'Authentication backend'; $lang['passcrypt'] = 'Password encryption method'; $lang['defaultgroup']= 'Default group'; $lang['superuser'] = 'Superuser'; $lang['profileconfirm'] = 'Confirm profile changes with password'; +$lang['disableactions'] = 'Disable DokuWiki actions'; +$lang['disableactions_check'] = 'Check'; +$lang['disableactions_subscription'] = 'Subscribe/Unsubscribe'; +$lang['disableactions_wikicode'] = 'View source/Export Raw'; +$lang['disableactions_other'] = 'Other actions (comma separated)'; /* Advanced Options */ $lang['userewrite'] = 'Use nice URLs'; -- cgit v1.2.3