2004-01-15 17:56:55 +00:00
|
|
|
|
<?PHP // $Id$
|
2004-07-02 15:08:23 +00:00
|
|
|
|
// editor.php - created with Moodle 1.4 development (2004062600)
|
2004-01-15 17:56:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$string['about'] = 'Acerca deste editor';
|
|
|
|
|
$string['absbottom'] = 'FundoAbsoluto';
|
2004-09-16 17:13:57 +00:00
|
|
|
|
$string['middle'] = 'MeioAbsoluto';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['address'] = 'Morada';
|
|
|
|
|
$string['alignment'] = 'Alinhamento';
|
|
|
|
|
$string['alternatetext'] = 'Texto alternativo';
|
|
|
|
|
$string['baseline'] = 'Linha de base';
|
2004-03-10 12:22:15 +00:00
|
|
|
|
$string['bold'] = 'Negrito';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['borderthickness'] = 'Espessura da borda';
|
|
|
|
|
$string['bottom'] = 'Fundo';
|
|
|
|
|
$string['browse'] = 'Visualizar';
|
|
|
|
|
$string['cancel'] = 'Cancelar';
|
|
|
|
|
$string['cellpadding'] = 'Rebordo das c<>lulas';
|
|
|
|
|
$string['cellspacing'] = 'Espa<70>o entre c<>lulas';
|
|
|
|
|
$string['choosechar'] = 'Escolha Caracter';
|
2004-03-10 12:22:15 +00:00
|
|
|
|
$string['chooseicon'] = 'Escolha <20>cone a inserir';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['close'] = 'Fechar';
|
|
|
|
|
$string['cols'] = 'Colunas';
|
|
|
|
|
$string['copy'] = 'Copiar selec<65><63>o';
|
2004-03-10 12:22:15 +00:00
|
|
|
|
$string['createfolder'] = 'Criar pasta';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['createlink'] = 'Inserir apontador Web';
|
|
|
|
|
$string['cut'] = 'Cortar selec<65><63>o';
|
2004-03-10 12:22:15 +00:00
|
|
|
|
$string['delete'] = 'Apagar';
|
|
|
|
|
$string['filebrowser'] = 'Navegador de Ficheiros';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['forecolor'] = 'Cor da fonte';
|
2004-07-02 15:08:23 +00:00
|
|
|
|
$string['fullscreen'] = 'Editro de ecran completo';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['heading'] = 'Cabe<62>alho';
|
2004-03-10 12:22:15 +00:00
|
|
|
|
$string['height'] = 'Altura';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['hilitecolor'] = 'Cor de fundo';
|
|
|
|
|
$string['horizontal'] = 'Horizontal';
|
|
|
|
|
$string['horizontalrule'] = 'Linha horizontal';
|
|
|
|
|
$string['htmlmode'] = 'Trocar para fonte HTML';
|
|
|
|
|
$string['imageurl'] = 'URL da imagem';
|
|
|
|
|
$string['indent'] = 'Aumentar identa<74><61>o';
|
|
|
|
|
$string['insertchar'] = 'Inserir caracter especial';
|
|
|
|
|
$string['insertimage'] = 'Inserir imagem';
|
2004-03-10 12:22:15 +00:00
|
|
|
|
$string['insertlink'] = 'Inserir apontador';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['insertsmile'] = 'Inserir risonho';
|
|
|
|
|
$string['inserttable'] = 'Inserir tabela';
|
|
|
|
|
$string['italic'] = 'It<49>lica';
|
|
|
|
|
$string['justifycenter'] = 'Centrar';
|
|
|
|
|
$string['justifyfull'] = 'Preencher linha';
|
|
|
|
|
$string['justifyleft'] = 'Alinhar <20> esquerda';
|
|
|
|
|
$string['justifyright'] = 'Alinhar <20> direita';
|
|
|
|
|
$string['layout'] = 'Estrutura';
|
|
|
|
|
$string['left'] = 'Esquerda';
|
2004-07-02 15:08:23 +00:00
|
|
|
|
$string['lefttoright'] = 'Direc<65><63>o de esquerda para direita';
|
2004-03-10 12:22:15 +00:00
|
|
|
|
$string['linkproperties'] = 'Propriedades do apontador';
|
|
|
|
|
$string['linktarget'] = 'Alvo';
|
|
|
|
|
$string['linktargetblank'] = 'Nova janela';
|
|
|
|
|
$string['linktargetnone'] = 'Nenhum';
|
|
|
|
|
$string['linktargetother'] = 'Outro (fora de ordem)';
|
|
|
|
|
$string['linktargetself'] = 'No mesmo frame';
|
|
|
|
|
$string['linktargettop'] = 'Na mesma janela';
|
|
|
|
|
$string['linktitle'] = 'T<>tulo';
|
|
|
|
|
$string['linkurl'] = 'URL';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['middle'] = 'Meio';
|
2004-07-02 15:08:23 +00:00
|
|
|
|
$string['minimize'] = 'Minimizar o editor';
|
2004-03-10 12:22:15 +00:00
|
|
|
|
$string['move'] = 'Mover';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['normal'] = 'Normal';
|
2004-03-10 12:22:15 +00:00
|
|
|
|
$string['notimage'] = 'O ficheiro seleccionado n<>o <20> uma imagem. Por favor seleccione uma imagem!';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['notset'] = 'N<>o seleccionado';
|
|
|
|
|
$string['ok'] = 'OK';
|
|
|
|
|
$string['orderedlist'] = 'Lista ordenada';
|
|
|
|
|
$string['outdent'] = 'Diminuir identa<74><61>o';
|
|
|
|
|
$string['paste'] = 'Colar do clipboard';
|
|
|
|
|
$string['path'] = 'Caminho';
|
|
|
|
|
$string['percent'] = 'Percentagem';
|
|
|
|
|
$string['pixels'] = 'Pixels';
|
|
|
|
|
$string['popupeditor'] = 'Ampliar o Editor';
|
|
|
|
|
$string['preformatted'] = 'pr<70>-formatado';
|
|
|
|
|
$string['preview'] = 'vista pr<70>vio';
|
2004-03-10 12:22:15 +00:00
|
|
|
|
$string['properties'] = 'Propriedades';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['redo'] = 'Refazer a sua <20>ltima ac<61><63>o';
|
2004-04-27 13:05:20 +00:00
|
|
|
|
$string['removelink'] = 'Apagar link';
|
2004-03-10 12:22:15 +00:00
|
|
|
|
$string['rename'] = 'Renomear';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['right'] = 'Direita';
|
2004-07-02 15:08:23 +00:00
|
|
|
|
$string['righttoleft'] = 'Direc<65><63>o de direita para esquerda';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['rows'] = 'Linhas';
|
2004-07-02 15:08:23 +00:00
|
|
|
|
$string['selectcolor'] = 'Seleccionar cor';
|
2004-03-10 12:22:15 +00:00
|
|
|
|
$string['selection'] = 'Selec<65><63>o';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['showhelp'] = 'Ajuda no uso do editor';
|
2004-03-10 12:22:15 +00:00
|
|
|
|
$string['size'] = 'Tamanho';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['spacing'] = 'espa<70>amento';
|
|
|
|
|
$string['strikethrough'] = 'Riscar';
|
|
|
|
|
$string['subscript'] = 'Sub<75>ndice';
|
|
|
|
|
$string['superscript'] = 'Super<65>ndice';
|
|
|
|
|
$string['textindicator'] = 'Estilo actual';
|
|
|
|
|
$string['textmode'] = 'Encontra-se em MODO TEXTO. Use o bot<6F>o [<>] para regressar para o MODO WYSIWIG.';
|
|
|
|
|
$string['texttop'] = 'TopoTexto';
|
|
|
|
|
$string['top'] = 'Topo';
|
2004-03-10 12:22:15 +00:00
|
|
|
|
$string['type'] = 'Tipo';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['underline'] = 'Sublinhar';
|
|
|
|
|
$string['undo'] = 'Desfazer a sua <20>ltima ac<61><63>o';
|
|
|
|
|
$string['unorderedlist'] = 'Lista de itens';
|
2004-03-10 12:22:15 +00:00
|
|
|
|
$string['upload'] = 'Lista de itens';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
$string['vertical'] = 'Vertical';
|
|
|
|
|
$string['width'] = 'Largura';
|
2004-07-02 15:08:23 +00:00
|
|
|
|
$string['wordclean'] = 'HTML Limpo';
|
2004-03-10 12:22:15 +00:00
|
|
|
|
$string['zip'] = 'Zip';
|
2004-01-15 17:56:55 +00:00
|
|
|
|
|
|
|
|
|
?>
|