xref: /plugin/autotranslation/conf/default.php (revision 84877e9b8ad975fc4c3c6b01a7c57b610b821ecf)
1*84877e9bSAndreas Gohr<?php
2*84877e9bSAndreas Gohr/**
3*84877e9bSAndreas Gohr * Default options for the translation plugin
4*84877e9bSAndreas Gohr *
5*84877e9bSAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
6*84877e9bSAndreas Gohr */
7*84877e9bSAndreas Gohr
8*84877e9bSAndreas Gohr$conf['translations']  = '';
9*84877e9bSAndreas Gohr$conf['translationns'] = '';
10*84877e9bSAndreas Gohr$conf['skiptrans']     = '';
11*84877e9bSAndreas Gohr$conf['dropdown']      = 0;
12*84877e9bSAndreas Gohr$conf['translateui']   = 0;
13*84877e9bSAndreas Gohr$conf['redirectstart'] = 0;
14*84877e9bSAndreas Gohr$conf['checkage']      = 0;
15*84877e9bSAndreas Gohr$conf['about']         = '';
16