1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
dokuwiki_ynh/sources/lib/plugins/translation/conf/default.php
2014-07-20 13:53:07 +02:00

18 lines
437 B
PHP

<?php
/**
* Default options for the translation plugin
*
* @author Andreas Gohr <andi@splitbrain.org>
*/
$conf['translations'] = '';
$conf['translationns'] = '';
$conf['skiptrans'] = '';
$conf['dropdown'] = 0;
$conf['translateui'] = 0;
$conf['redirectstart'] = 0;
$conf['checkage'] = 0;
$conf['about'] = '';
$conf['localabout'] = 0;
$conf['display'] = 'langcode,title';
$conf['copytrans'] = 0;