forked from extern/egroupware
66 lines
2.4 KiB
JavaScript
66 lines
2.4 KiB
JavaScript
// PT lang variables
|
|
|
|
tinyMCE.addToLang('',{
|
|
theme_style_select : 'Estilos CSS',
|
|
theme_code_desc : 'Editar Fonte HTML',
|
|
theme_code_title : 'Editor de fonte HTML',
|
|
theme_code_save : 'Guardar',
|
|
theme_code_wordwrap : 'Translinear palavras',
|
|
theme_sub_desc : 'Subscrito',
|
|
theme_sup_desc : 'Superscrito',
|
|
theme_hr_desc : 'Inserir linha horizontal',
|
|
theme_removeformat_desc : 'Remover formatação',
|
|
theme_custom1_desc : 'Descrição customizada aqui',
|
|
insert_image_border : 'Borda',
|
|
insert_image_dimensions : 'Dimensões',
|
|
insert_image_vspace : 'Espaçamento Vert.',
|
|
insert_image_hspace : 'Espaçamento Horiz.',
|
|
insert_image_align : 'Alinhamento',
|
|
insert_image_align_default : 'Por omissão',
|
|
insert_image_align_baseline : 'Linha de base',
|
|
insert_image_align_top : 'Topo',
|
|
insert_image_align_middle : 'Centrado',
|
|
insert_image_align_bottom : 'Fundo',
|
|
insert_image_align_texttop : 'Topo do Texto',
|
|
insert_image_align_absmiddle : 'Centrado absoluto',
|
|
insert_image_align_absbottom : 'Fundo absoluto',
|
|
insert_image_align_left : 'Esquerda',
|
|
insert_image_align_right : 'Direita',
|
|
theme_font_size : '-- Font size --',
|
|
theme_fontdefault : '-- Font family --',
|
|
theme_block : '-- Format --',
|
|
theme_paragraph : 'Parágrafo',
|
|
theme_div : 'Bloco HTML',
|
|
theme_address : 'Morada',
|
|
theme_pre : 'Pré formatado',
|
|
theme_h1 : 'Título 1',
|
|
theme_h2 : 'Título 2',
|
|
theme_h3 : 'Título 3',
|
|
theme_h4 : 'Título 4',
|
|
theme_h5 : 'Título 5',
|
|
theme_h6 : 'Título 6',
|
|
theme_colorpicker_title : 'Seleccione uma côr',
|
|
theme_colorpicker_apply : 'Aplicar',
|
|
theme_forecolor_desc : 'Seleccione côr da frente',
|
|
theme_backcolor_desc : 'Select background color',
|
|
theme_charmap_title : 'Seleccione símbolo customizado',
|
|
theme_charmap_desc : 'Inserir símbolo customizado',
|
|
theme_visualaid_desc : 'Ligar/Desligar guias/elementos invisíveis',
|
|
insert_anchor_title : 'Inserir/editar âncora',
|
|
insert_anchor_name : 'Nome da âncora',
|
|
theme_anchor_desc : 'Inserir/editar âncora',
|
|
theme_insert_link_titlefield : 'Título',
|
|
theme_clipboard_msg : 'Copiar/Cortar/Colar não está disponível em Mozilla e Firefox.\nPretende obter mais informação acerca deste assunto?',
|
|
theme_path : 'Path',
|
|
cut_desc : 'Cortar',
|
|
copy_desc : 'Copiar',
|
|
paste_desc : 'Colar',
|
|
link_list : 'Link list',
|
|
image_list : 'Image list',
|
|
browse : 'Browse',
|
|
image_props_desc : 'Image properties',
|
|
newdocument_desc : 'New document',
|
|
class_name : 'Classe de CSS',
|
|
newdocument : 'Are you sure you want clear all contents?'
|
|
});
|