diff options
author | chris <chris@jalakai.co.uk> | 2006-01-26 02:13:42 +0100 |
---|---|---|
committer | chris <chris@jalakai.co.uk> | 2006-01-26 02:13:42 +0100 |
commit | 20e7ccb0f10f57918093f76e85ca7afe71efb3bf (patch) | |
tree | 84a3664a34876732cba3709c27382dbdfed8999d /lib/plugins/config/lang | |
parent | e77ea1bc9d5f596e8f8916d108e05be855161320 (diff) | |
download | rpg-20e7ccb0f10f57918093f76e85ca7afe71efb3bf.tar.gz rpg-20e7ccb0f10f57918093f76e85ca7afe71efb3bf.tar.bz2 |
config plugin update & removal of $conf['pluginmanager'] option
darcs-hash:20060126011342-9b6ab-40d04573bef34fa4012edac74186355b9a7ff0d9.gz
Diffstat (limited to 'lib/plugins/config/lang')
-rw-r--r-- | lib/plugins/config/lang/en/lang.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php index 8ca97640a..f897e9a61 100644 --- a/lib/plugins/config/lang/en/lang.php +++ b/lib/plugins/config/lang/en/lang.php @@ -47,10 +47,11 @@ $lang['deaccent'] = 'deaccent in pagenames'; //convert accented chars to u $lang['useheading'] = 'use first heading'; //use the first heading in a page as its name $lang['refcheck'] = 'media reference check'; //check for references before deleting media files $lang['refshow'] = 'media references to show'; //how many references should be shown, 5 is a good value +$lang['allowdebug'] = 'allow debug (disable!)'; //make debug possible, disable after install! 0|1 $lang['usewordblock']= 'block spam based on words'; //block spam based on words? 0|1 $lang['indexdelay'] = 'time delay before indexing'; //allow indexing after this time (seconds) default is 5 days -$lang['relnofollow'] = 'use rel no follow'; //use rel="nofollow" for external links? +$lang['relnofollow'] = 'use rel="nofollow"'; //use rel="nofollow" for external links? $lang['mailguard'] = 'obfuscate email addresses'; //obfuscate email addresses against spam harvesters? /* Authentication Options - read http://www.splitbrain.org/dokuwiki/wiki:acl */ @@ -79,7 +80,6 @@ $lang['gdlib'] = 'GD Lib version'; //the GDlib version (0, 1 $lang['im_convert'] = 'imagemagick path'; //path to ImageMagicks convert (will be used instead of GD) $lang['spellchecker']= 'enable spellchecker'; //enable Spellchecker (needs PHP >= 4.3.0 and aspell installed) $lang['subscribers'] = 'enable subscription support'; //enable change notice subscription support -$lang['pluginmanager'] = 'enable plugin manager'; //enable automated plugin management (requires plugin) $lang['compress'] = 'Compress CSS & javascript files'; //Strip whitespaces and comments from Styles and JavaScript? 1|0 $lang['hidepages'] = 'Hide matching pages (regex)'; //Regexp for pages to be skipped from RSS, Search and Recent Changes $lang['send404'] = 'Send "HTTP404/Page Not Found"'; //Send a HTTP 404 status for non existing pages? @@ -116,7 +116,7 @@ $lang['userewrite_o_1'] = 'htaccess'; $lang['userewrite_o_2'] = 'dokuwiki'; /* gdlib options */ -$lang['gdlib_o_0'] = 'version 0.x'; +$lang['gdlib_o_0'] = 'GD Lib not available'; $lang['gdlib_o_1'] = 'version 1.x'; $lang['gdlib_o_2'] = 'autodetect'; |