mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
839f2456bb
- fixed (hopefully) all <img> tags - global replace on <br> to <br /> - & in URLs - got the forum module XHTML compliant Julian Sedding
107 lines
4.0 KiB
PHP
107 lines
4.0 KiB
PHP
<?PHP // $Id$
|
|
// editor.php - created with Moodle 1.4 development (2004062600)
|
|
|
|
|
|
$string['about'] = 'Acerca deste editor';
|
|
$string['absbottom'] = 'FundoAbsoluto';
|
|
$string['middle'] = 'MeioAbsoluto';
|
|
$string['address'] = 'Morada';
|
|
$string['alignment'] = 'Alinhamento';
|
|
$string['alternatetext'] = 'Texto alternativo';
|
|
$string['baseline'] = 'Linha de base';
|
|
$string['bold'] = 'Negrito';
|
|
$string['borderthickness'] = 'Espessura da borda';
|
|
$string['bottom'] = 'Fundo';
|
|
$string['browse'] = 'Visualizar';
|
|
$string['cancel'] = 'Cancelar';
|
|
$string['cellpadding'] = 'Rebordo das células';
|
|
$string['cellspacing'] = 'Espaço entre células';
|
|
$string['choosechar'] = 'Escolha Caracter';
|
|
$string['chooseicon'] = 'Escolha ícone a inserir';
|
|
$string['close'] = 'Fechar';
|
|
$string['cols'] = 'Colunas';
|
|
$string['copy'] = 'Copiar selecção';
|
|
$string['createfolder'] = 'Criar pasta';
|
|
$string['createlink'] = 'Inserir apontador Web';
|
|
$string['cut'] = 'Cortar selecção';
|
|
$string['delete'] = 'Apagar';
|
|
$string['filebrowser'] = 'Navegador de Ficheiros';
|
|
$string['forecolor'] = 'Cor da fonte';
|
|
$string['fullscreen'] = 'Editro de ecran completo';
|
|
$string['heading'] = 'Cabeçalho';
|
|
$string['height'] = 'Altura';
|
|
$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ção';
|
|
$string['insertchar'] = 'Inserir caracter especial';
|
|
$string['insertimage'] = 'Inserir imagem';
|
|
$string['insertlink'] = 'Inserir apontador';
|
|
$string['insertsmile'] = 'Inserir risonho';
|
|
$string['inserttable'] = 'Inserir tabela';
|
|
$string['italic'] = 'Itálica';
|
|
$string['justifycenter'] = 'Centrar';
|
|
$string['justifyfull'] = 'Preencher linha';
|
|
$string['justifyleft'] = 'Alinhar à esquerda';
|
|
$string['justifyright'] = 'Alinhar à direita';
|
|
$string['layout'] = 'Estrutura';
|
|
$string['left'] = 'Esquerda';
|
|
$string['lefttoright'] = 'Direcção de esquerda para direita';
|
|
$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';
|
|
$string['middle'] = 'Meio';
|
|
$string['minimize'] = 'Minimizar o editor';
|
|
$string['move'] = 'Mover';
|
|
$string['normal'] = 'Normal';
|
|
$string['notimage'] = 'O ficheiro seleccionado não é uma imagem. Por favor seleccione uma imagem!';
|
|
$string['notset'] = 'Não seleccionado';
|
|
$string['ok'] = 'OK';
|
|
$string['orderedlist'] = 'Lista ordenada';
|
|
$string['outdent'] = 'Diminuir identação';
|
|
$string['paste'] = 'Colar do clipboard';
|
|
$string['path'] = 'Caminho';
|
|
$string['percent'] = 'Percentagem';
|
|
$string['pixels'] = 'Pixels';
|
|
$string['popupeditor'] = 'Ampliar o Editor';
|
|
$string['preformatted'] = 'pré-formatado';
|
|
$string['preview'] = 'vista prévio';
|
|
$string['properties'] = 'Propriedades';
|
|
$string['redo'] = 'Refazer a sua última acção';
|
|
$string['removelink'] = 'Apagar link';
|
|
$string['rename'] = 'Renomear';
|
|
$string['right'] = 'Direita';
|
|
$string['righttoleft'] = 'Direcção de direita para esquerda';
|
|
$string['rows'] = 'Linhas';
|
|
$string['selectcolor'] = 'Seleccionar cor';
|
|
$string['selection'] = 'Selecção';
|
|
$string['showhelp'] = 'Ajuda no uso do editor';
|
|
$string['size'] = 'Tamanho';
|
|
$string['spacing'] = 'espaçamento';
|
|
$string['strikethrough'] = 'Riscar';
|
|
$string['subscript'] = 'Subíndice';
|
|
$string['superscript'] = 'Superíndice';
|
|
$string['textindicator'] = 'Estilo actual';
|
|
$string['textmode'] = 'Encontra-se em MODO TEXTO. Use o botão [<>] para regressar para o MODO WYSIWIG.';
|
|
$string['texttop'] = 'TopoTexto';
|
|
$string['top'] = 'Topo';
|
|
$string['type'] = 'Tipo';
|
|
$string['underline'] = 'Sublinhar';
|
|
$string['undo'] = 'Desfazer a sua última acção';
|
|
$string['unorderedlist'] = 'Lista de itens';
|
|
$string['upload'] = 'Lista de itens';
|
|
$string['vertical'] = 'Vertical';
|
|
$string['width'] = 'Largura';
|
|
$string['wordclean'] = 'HTML Limpo';
|
|
$string['zip'] = 'Zip';
|
|
|
|
?>
|