diff options
author | Ben Coburn <btcoburn@silicodon.net> | 2006-03-27 20:10:05 +0200 |
---|---|---|
committer | Ben Coburn <btcoburn@silicodon.net> | 2006-03-27 20:10:05 +0200 |
commit | 17e7a281fe1baff6370530fcd7a7fd07508f161b (patch) | |
tree | ae35ddd17affcf1d3c358b24dfec09693896c739 /lib | |
parent | a954fae37e9f09dc8003ec10ac5ddb52c36defba (diff) | |
download | rpg-17e7a281fe1baff6370530fcd7a7fd07508f161b.tar.gz rpg-17e7a281fe1baff6370530fcd7a7fd07508f161b.tar.bz2 |
update config plugin metadata
darcs-hash:20060327181005-05dcb-73b7a1f4400832ba29962efc543d9959ebc6b2db.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/config/lang/en/lang.php | 4 | ||||
-rw-r--r-- | lib/plugins/config/settings/config.metadata.php | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php index 5dc20e9e3..4e033594a 100644 --- a/lib/plugins/config/lang/en/lang.php +++ b/lib/plugins/config/lang/en/lang.php @@ -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'; diff --git a/lib/plugins/config/settings/config.metadata.php b/lib/plugins/config/settings/config.metadata.php index c34f9fc0b..6d3eb278a 100644 --- a/lib/plugins/config/settings/config.metadata.php +++ b/lib/plugins/config/settings/config.metadata.php @@ -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'); |