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