* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / themes / advanced / langs / pt.js
1 // PT lang variables
2
3 tinyMCE.addToLang('',{
4 theme_style_select : 'Estilos CSS',
5 theme_code_desc : 'Editar Fonte HTML',
6 theme_code_title : 'Editor de fonte HTML',
7 theme_code_save : 'Guardar',
8 theme_code_wordwrap : 'Translinear palavras',
9 theme_sub_desc : 'Subscrito',
10 theme_sup_desc : 'Superscrito',
11 theme_hr_desc : 'Inserir linha horizontal',
12 theme_removeformat_desc : 'Remover formatação',
13 theme_custom1_desc : 'Descrição customizada aqui',
14 insert_image_border : 'Borda',
15 insert_image_dimensions : 'Dimensões',
16 insert_image_vspace : 'Espaçamento Vert.',
17 insert_image_hspace : 'Espaçamento Horiz.',
18 insert_image_align : 'Alinhamento',
19 insert_image_align_default : 'Por omissão',
20 insert_image_align_baseline : 'Linha de base',
21 insert_image_align_top : 'Topo',
22 insert_image_align_middle : 'Centrado',
23 insert_image_align_bottom : 'Fundo',
24 insert_image_align_texttop : 'Topo do Texto',
25 insert_image_align_absmiddle : 'Centrado absoluto',
26 insert_image_align_absbottom : 'Fundo absoluto',
27 insert_image_align_left : 'Esquerda',
28 insert_image_align_right : 'Direita',
29 theme_font_size : '-- Font size --',
30 theme_fontdefault : '-- Font family --',
31 theme_block : '-- Format --',
32 theme_paragraph : 'Parágrafo',
33 theme_div : 'Bloco HTML',
34 theme_address : 'Morada',
35 theme_pre : 'Pré formatado',
36 theme_h1 : 'Título 1',
37 theme_h2 : 'Título 2',
38 theme_h3 : 'Título 3',
39 theme_h4 : 'Título 4',
40 theme_h5 : 'Título 5',
41 theme_h6 : 'Título 6',
42 theme_colorpicker_title : 'Seleccione uma côr',
43 theme_colorpicker_apply : 'Aplicar',
44 theme_forecolor_desc : 'Seleccione côr da frente',
45 theme_backcolor_desc : 'Select background color',
46 theme_charmap_title : 'Seleccione símbolo customizado',
47 theme_charmap_desc : 'Inserir símbolo customizado',
48 theme_visualaid_desc : 'Ligar/Desligar guias/elementos invisíveis',
49 insert_anchor_title : 'Inserir/editar âncora',
50 insert_anchor_name : 'Nome da âncora',
51 theme_anchor_desc : 'Inserir/editar âncora',
52 theme_insert_link_titlefield : 'Título',
53 theme_clipboard_msg : 'Copiar/Cortar/Colar não está disponível em Mozilla e Firefox.\nPretende obter mais informação acerca deste assunto?',
54 theme_path : 'Path',
55 cut_desc : 'Cortar',
56 copy_desc : 'Copiar',
57 paste_desc : 'Colar',
58 link_list : 'Link list',
59 image_list : 'Image list',
60 browse : 'Browse',
61 image_props_desc : 'Image properties',
62 newdocument_desc : 'New document',
63 class_name : 'Classe de CSS',
64 newdocument : 'Are you sure you want clear all contents?'
65 });