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['dropdown2']     = 1; // 1 = show flag or country code near combobox
13$conf['flags']         = 1; // 0 = Do not show flags.
14$conf['description']   = 0; // 0 = Do not show text 'Translations of this page'.
15$conf['blankflag']     = 1; // 0 = Show text instead of blank image if flag image does not exist; 1 = show blank flag image.
16$conf['translateui']   = 1;
17$conf['redirectstart'] = 1;
18$conf['checkage']      = 0;
19$conf['about']         = '';
20$conf['showabout']     = 0; // 0 = Do not show link about page.
21$conf['localabout']    = 1;
22?>
23