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; 12c730e7ddSAndreas Gohr$conf['translateui'] = 0; 13c730e7ddSAndreas Gohr$conf['redirectstart'] = 0; 1484877e9bSAndreas Gohr$conf['checkage'] = 0; 1584877e9bSAndreas Gohr$conf['about'] = ''; 16c730e7ddSAndreas Gohr$conf['localabout'] = 0; 17c730e7ddSAndreas Gohr$conf['display'] = 'langcode,title'; 18*bbe70520SAndreas Gohr$conf['copytrans'] = 0; 19