From 0ceb549d0a022569a0e99a34e362f15d4703fb9d Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 13 Mar 2008 21:45:05 +0100 Subject: Add metadata, settings class and language strings for $conf['renderer_xhtml'] darcs-hash:20080313204505-f07c6-ad0d4b9f155117f6be01925a8bfece1e35efa39f.gz --- lib/plugins/config/lang/en/lang.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/plugins/config/lang') diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php index ad6480bb4..7d880dd3e 100644 --- a/lib/plugins/config/lang/en/lang.php +++ b/lib/plugins/config/lang/en/lang.php @@ -127,6 +127,9 @@ $lang['sitemap'] = 'Generate Google sitemap (days)'; $lang['broken_iua'] = 'Is the ignore_user_abort function broken on your system? This could cause a non working search index. IIS+PHP/CGI is known to be broken. See Bug 852 for more info.'; $lang['xsendfile'] = 'Use the X-Sendfile header to let the webserver deliver static files? Your webserver needs to support this.'; $lang['xmlrpc'] = 'Enable/disable XML-RPC interface.'; +$lang['renderer_xhtml'] = 'Renderer to use for main (xhtml) wiki output'; +$lang['renderer__core'] = '%s (dokuwiki core)'; +$lang['renderer__plugin'] = '%s (plugin)'; $lang['rss_type'] = 'XML feed type'; $lang['rss_linkto'] = 'XML feed links to'; -- cgit v1.2.3