From 7ed33b2abb2d615f12ef8fb88b96dbcaade417c6 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Thu, 12 Mar 2009 23:28:53 +0100 Subject: configmgr: visual improvements (warning icons for newbies and links to each documentation page) darcs-hash:20090312222853-f7d6d-6ad28d7747ed0a72e4f8952eb1cec606e9b6d322.gz --- lib/plugins/config/lang/en/lang.php | 4 ++++ 1 file changed, 4 insertions(+) (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 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,
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'; -- cgit v1.2.3