diff options
Diffstat (limited to 'lib/plugins/config/lang/en/lang.php')
-rw-r--r-- | lib/plugins/config/lang/en/lang.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php index 11d77c800..7566cf49a 100644 --- a/lib/plugins/config/lang/en/lang.php +++ b/lib/plugins/config/lang/en/lang.php @@ -17,6 +17,10 @@ $lang['nochoice'] = '(no other choices available)'; $lang['locked'] = 'The settings file can not be updated, if this is unintentional, <br /> ensure the local settings file name and permissions are correct.'; +$lang['danger'] = 'Danger: Changing this option could cause severe damage.'; +$lang['warning'] = 'Warning: Changing this option could cause unintended behaviour.'; +$lang['security'] = 'Security Warning: Changing this option could present a security risk.'; + /* --- Config Setting Headers --- */ $lang['_configuration_manager'] = 'Configuration Manager'; //same as heading in intro.txt $lang['_header_dokuwiki'] = 'DokuWiki Settings'; |