<?php /** * This code is part of the ImageMaker software (www.gerd-tentler.de/tools/imagemaker), copyright by * Gerd Tentler. Obtain permission before selling this code or hosting it on a commercial website or * redistributing it over the Internet or in any other medium. In all cases copyright must remain intact. */ $msg['type'] = "Tipo"; $msg['imageSize'] = "Tamanho da Imagem"; $msg['width'] = "Largura"; $msg['height'] = "Altura"; $msg['bgColor'] = "Cor do Fundo"; $msg['lineColor'] = "Cor da Linha"; $msg['fillColor'] = "Cor do Preenchimento"; $msg['font'] = "Fonte"; $msg['fontSize'] = "Tamanho da Fonte"; $msg['justifyLeft'] = "Justificar à Esquerda"; $msg['justifyCenter'] = "Justificar ao Centro"; $msg['justifyRight'] = "Justificar à Direita"; $msg['left'] = "Esquera"; $msg['right'] = "Direita"; $msg['top'] = "Topo"; $msg['middle'] = "Meio"; $msg['bottom'] = "Rodapé"; $msg['margins'] = "Margens"; $msg['cancel'] = "Cancelar"; $msg['object'] = "Objeto"; $msg['none'] = "Nenhum"; $msg['text'] = "Texto"; $msg['ellipse'] = "Elipse"; $msg['triangle'] = "Triângulo"; $msg['rectangle'] = "Retângulo"; $msg['image'] = "Imagem"; $msg['properties'] = "Propriedades"; $msg['file'] = "Arquivo"; $msg['rotation'] = "Rotação"; $msg['angle'] = "Ângulo"; $msg['opacity'] = "Opacidade"; $msg['new'] = "Novo"; $msg['delete'] = "Apagar"; ?>