<?php
/**
 * Default options for the translation plugin
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 */

$conf['translations']  = '';
$conf['translationns'] = '';
$conf['skiptrans']     = '';
$conf['dropdown']      = 0;
$conf['dropdown2']     = 1; // 1 = show flag or country code near combobox
$conf['flags']         = 1; // 0 = Do not show flags.
$conf['description']   = 0; // 0 = Do not show text 'Translations of this page'.
$conf['blankflag']     = 1; // 0 = Show text instead of blank image if flag image does not exist; 1 = show blank flag image.
$conf['translateui']   = 1;
$conf['redirectstart'] = 1;
$conf['checkage']      = 0;
$conf['about']         = '';
$conf['showabout']     = 0; // 0 = Do not show link about page.
$conf['localabout']    = 1;
?>
