184877e9bSAndreas Gohr<?php 284877e9bSAndreas Gohr/** 384877e9bSAndreas Gohr * Default options for the translation plugin 484877e9bSAndreas Gohr * 584877e9bSAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org> 684877e9bSAndreas Gohr */ 784877e9bSAndreas Gohr 884877e9bSAndreas Gohr$conf['translations'] = ''; 984877e9bSAndreas Gohr$conf['translationns'] = ''; 1084877e9bSAndreas Gohr$conf['skiptrans'] = ''; 1184877e9bSAndreas Gohr$conf['dropdown'] = 0; 12*c730e7ddSAndreas Gohr$conf['translateui'] = 0; 13*c730e7ddSAndreas Gohr$conf['redirectstart'] = 0; 1484877e9bSAndreas Gohr$conf['checkage'] = 0; 1584877e9bSAndreas Gohr$conf['about'] = ''; 16*c730e7ddSAndreas Gohr$conf['localabout'] = 0; 17*c730e7ddSAndreas Gohr$conf['display'] = 'langcode,title'; 18