TranslateThis({
    //GA 			: true, // Google Analytics tracking
    scope		: 'conteudoTraducao', // ID to confine translation
    wrapper		: 'translate-this', // ID of the TranslateThis wrapper
    
    onLoad		: function() { },
    onClick		: function() { },
    onComplete	: function() { },
    
    cookie 		: 'tt-conde', // Name of the cookie - set to 0 to disable
    
    panelText	: 'Traduzir para:', // Panel header text
    moreText 	: ' ', // More link text
    busyText	: 'Traduzindo a página. Aguarde...',
    cancelText	: 'Cancelar',
    doneText 	: 'Traduzido por: ', // Completion message text
   
	undoText 	: 'Desabilitar tradutor', // Text for untranslate link
    undoTime 	: 60000000, // Time undo link stays visible (milliseconds)
	
    fromLang 	: 'pt', // Native language of your site
    
    ddLangs 	: [ // Languages in the dropdown
        'pt',
        'en',
		'es'
    ],

	onlyDD		: true, //desabilita a tradução para outros idiomas
    
    noBtn 		: true, //whether to disable the button styling
    btnImg 		: 'http://x.translateth.is/tt-btn1.png',
    btnWidth 	: 180,
    btnHeight 	: 18,
    
    noImg 		: true, // whether to disable flag imagery
    imgHeight 	: 12, // height of flag icons
    imgWidth 	: 8, // width of flag icons
    bgImg 		: 'http://x.translateth.is/tt-sprite.png',
    
    //maxLength : 900, // maxLength of strings passed to Google
    reparse 	: false // whether to reparse the DOM for each translation
    
});
