website_jukni/dokuwiki/lib/plugins/translation/conf/default.php
2017-12-29 15:51:59 +01:00

19 lines
465 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;
$conf['show_path'] = 1;