<?php // $Revision: 3830 $ /************************************************************************/ /* Openads 2.0 */ /* =========== */ /* */ /* Copyright (c) 2000-2007 by the Openads developers */ /* For more information visit: http://www.openads.org */ /* */ /* Portuguese translation Lopo Lencastre de Almeida www.humaneasy.com */ /* */ /* This program is free software. You can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as published by */ /* the Free Software Foundation; either version 2 of the License. */ /************************************************************************/ // Invocation Types $GLOBALS['strInvocationRemote'] = "Remota"; $GLOBALS['strInvocationJS'] = "Remota por Javascript"; $GLOBALS['strInvocationIframes'] = "Remota por Frames"; $GLOBALS['strInvocationXmlRpc'] = "Remota usando XML-RPC"; $GLOBALS['strInvocationCombined'] = "Remota Combinada"; $GLOBALS['strInvocationPopUp'] = "Pop-up"; $GLOBALS['strInvocationAdLayer'] = "Intersticial ou DHTML Flutuante"; $GLOBALS['strInvocationLocal'] = "Modo Local"; // Other $GLOBALS['strCopyToClipboard'] = "Copiar para memória"; // Measures $GLOBALS['strAbbrPixels'] = "px"; $GLOBALS['strAbbrSeconds'] = "seg"; // Common Invocation Parameters $GLOBALS['strInvocationWhat'] = "Selecção de Anúncio"; $GLOBALS['strInvocationClientID'] = "Anunciante ou campanha"; $GLOBALS['strInvocationTarget'] = "<i>Frame</i> destino"; $GLOBALS['strInvocationSource'] = "Fonte"; $GLOBALS['strInvocationWithText'] = "Mostrar texto abaixo do anúncio"; $GLOBALS['strInvocationDontShowAgain'] = "Não repetir o anúncio na mesma página"; $GLOBALS['strInvocationTemplate'] = "Guardar o anúncio numa variável para que possa ser usado num <i>template</i>"; // Iframe $GLOBALS['strIFrameRefreshAfter'] = "Renovar após"; $GLOBALS['strIframeResizeToBanner'] = "Redimensionar <i>iframe</i> para as dimensões do anúncio"; $GLOBALS['strIframeMakeTransparent'] = "Tornar a <i>iframe</i> transparente"; $GLOBALS['strIframeIncludeNetscape4'] = "Incluir <i>Netscape 4 compatible ilayer</i>"; // PopUp $GLOBALS['strPopUpStyle'] = "Tipo de Pop-up"; $GLOBALS['strPopUpStylePopUp'] = "Pop-up"; $GLOBALS['strPopUpStylePopUnder'] = "Pop-under"; $GLOBALS['strPopUpCreateInstance'] = "Criar instância quando o pop-up é criado"; $GLOBALS['strPopUpImmediately'] = "Immediatamente"; $GLOBALS['strPopUpOnClose'] = "Quando a página é encerrada"; $GLOBALS['strPopUpAfterSec'] = "Após"; $GLOBALS['strAutoCloseAfter'] = "Automaticamente encerrada após"; $GLOBALS['strPopUpTop'] = "Posição Inicial (topo)"; $GLOBALS['strPopUpLeft'] = "Posição Inicial (esquerda)"; // XML-RPC $GLOBALS['strXmlRpcLanguage'] = "Linguagem do Servidor"; // AdLayer $GLOBALS['strAdLayerStyle'] = "Estilo"; $GLOBALS['strAlignment'] = "Alinhamento"; $GLOBALS['strHAlignment'] = "Alinhamento Horizontal"; $GLOBALS['strLeft'] = "Esquerda"; $GLOBALS['strCenter'] = "Centrado"; $GLOBALS['strRight'] = "Direita"; $GLOBALS['strVAlignment'] = "Alinhamento Vertical"; $GLOBALS['strTop'] = "Topo"; $GLOBALS['strMiddle'] = "Meio"; $GLOBALS['strBottom'] = "Fundo"; $GLOBALS['strAutoCollapseAfter'] = "Desaparece automáticamente após"; $GLOBALS['strCloseText'] = "Texto de Fecho"; $GLOBALS['strClose'] = "[Fechar]"; $GLOBALS['strBannerPadding'] = "Margem interna"; $GLOBALS['strHShift'] = "Afastamento horizontal"; $GLOBALS['strVShift'] = "Afastamento vertical"; $GLOBALS['strShowCloseButton'] = "Mostrar botão de encerramento"; $GLOBALS['strBackgroundColor'] = "Cor de fundo"; $GLOBALS['strBorderColor'] = "Cor de borda"; $GLOBALS['strDirection'] = "Direcção"; $GLOBALS['strLeftToRight'] = "Esquerda para direita"; $GLOBALS['strRightToLeft'] = "Direita para esquerda"; $GLOBALS['strLooping'] = "Rotação"; $GLOBALS['strAlwaysActive'] = "Sempre activa"; $GLOBALS['strSpeed'] = "Velocidade"; $GLOBALS['strPause'] = "Pausa"; $GLOBALS['strLimited'] = "Limitada"; $GLOBALS['strLeftMargin'] = "Margem esquerda"; $GLOBALS['strRightMargin'] = "Margem direita"; $GLOBALS['strTransparentBackground'] = "Fundo transparente"; $GLOBALS['strAdLayerStyleName'] = array( 'geocities' => "Geocities", 'simple' => "Simples", 'cursor' => "Cursor", 'floater' => "Flutuante" ); ?>