Skip to content
Snippets Groups Projects
Commit 17e7a281 authored by Ben Coburn's avatar Ben Coburn
Browse files

update config plugin metadata

darcs-hash:20060327181005-05dcb-73b7a1f4400832ba29962efc543d9959ebc6b2db.gz
parent a954fae3
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ $lang['mailguard'] = 'Obfuscate email addresses';
/* Authentication Options */
$lang['useacl'] = 'Use access control lists';
$lang['openregister']= 'Allow everyon to register';
$lang['openregister']= 'Allow everyone to register';
$lang['autopasswd'] = 'Autogenerate passwords';
$lang['resendpasswd']= 'Allow resend password';
$lang['authtype'] = 'Authentication backend';
......@@ -67,6 +67,7 @@ $lang['profileconfirm'] = 'Confirm profile changes with password';
/* Advanced Options */
$lang['userewrite'] = 'Use nice URLs';
$lang['useslash'] = 'Use slash as namespace separator in URLs';
$lang['usedraft'] = 'Automatically save a draft while editing';
$lang['sepchar'] = 'Page name word separator';
$lang['canonical'] = 'Use fully canonical URLs';
$lang['autoplural'] = 'Check for plural forms in links';
......@@ -87,6 +88,7 @@ $lang['sitemap'] = 'Generate Google sitemap (days)';
$lang['rss_type'] = 'XML feed type';
$lang['rss_linkto'] = 'XML feed links to';
$lang['rss_update'] = 'XML feed update interval (sec)';
/* Target options */
$lang['target____wiki'] = 'Target window for internal links';
......
......@@ -113,6 +113,7 @@ $meta['profileconfirm'] = array('onoff');
$meta['userewrite'] = array('multichoice','_choices' => array(0,1,2));
$meta['useslash'] = array('onoff');
$meta['usedraft'] = array('onoff');
$meta['sepchar'] = array('sepchar');
$meta['canonical'] = array('onoff');
$meta['autoplural'] = array('onoff');
......@@ -133,6 +134,7 @@ $meta['sitemap'] = array('numeric');
$meta['rss_type'] = array('multichoice','_choices' => array('rss','rss1','rss2','atom'));
$meta['rss_linkto'] = array('multichoice','_choices' => array('diff','page','rev','current'));
$meta['rss_update'] = array('numeric');
$meta['target____wiki'] = array('string');
$meta['target____interwiki'] = array('string');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment