]> code.citadel.org Git - citadel.git/blob - webcit/tiny_mce/themes/advanced/langs/pt_br.js
* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / themes / advanced / langs / pt_br.js
1 // pt_BR lang variables
2
3 tinyMCE.addToLang('',{
4 theme_style_select : 'Estilos',
5 theme_code_desc : 'Editar Código HTML',
6 theme_code_title : 'Editor de Código HTML',
7 theme_code_wordwrap : 'Quebrar Linhas',
8 theme_sub_desc : 'Subscrito',
9 theme_sup_desc : 'Subrescrito',
10 theme_hr_desc : 'Inserir linha horizontal',
11 theme_removeformat_desc : 'Remover formatação',
12 theme_custom1_desc : 'Sua descrição personalizada aqui',
13 insert_image_border : 'Borda',
14 insert_image_dimensions : 'Dimensões',
15 insert_image_vspace : 'Espaço Vertical',
16 insert_image_hspace : 'Espaço Horizontal',
17 insert_image_align : 'Alinhamento',
18 insert_image_align_default : 'Padrão',
19 insert_image_align_baseline : 'Linha base',
20 insert_image_align_top : 'Topo',
21 insert_image_align_middle : 'Centro',
22 insert_image_align_bottom : 'Fundo',
23 insert_image_align_texttop : 'Texto ao Topo',
24 insert_image_align_absmiddle : 'Centro Absoluto',
25 insert_image_align_absbottom : 'Fundo Absoluto',
26 insert_image_align_left : 'Esquerda',
27 insert_image_align_right : 'Direita',
28 theme_font_size : '-- Font size --',
29 theme_fontdefault : '-- Font family --',
30 theme_block : '-- Format --',
31 theme_paragraph : 'Parágrafo',
32 theme_div : 'Div',
33 theme_address : 'Endereço',
34 theme_pre : 'Pré-formatado',
35 theme_h1 : 'Cabeçalho 1',
36 theme_h2 : 'Cabeçalho 2',
37 theme_h3 : 'Cabeçalho 3',
38 theme_h4 : 'Cabeçalho 4',
39 theme_h5 : 'Cabeçalho 5',
40 theme_h6 : 'Cabeçalho 6',
41 theme_colorpicker_title : 'Selecionar cor',
42 theme_colorpicker_apply : 'Aplicar',
43 theme_forecolor_desc : 'Selecionar cor do texto',
44 theme_backcolor_desc : 'Selecionar cor de fundo',
45 theme_charmap_title : 'Selecionar caractere especial',
46 theme_charmap_desc : 'Inserir caractere especial',
47 theme_visualaid_desc : 'Tornar linhas visíveis/invisíveis',
48 insert_anchor_title : 'Inserir/editar âncora',
49 insert_anchor_name : 'Nome da âncora',
50 theme_anchor_desc : 'Inserir/editar âncora',
51 theme_insert_link_titlefield : 'Título',
52 theme_clipboard_msg : 'Copiar/Recortar/Colar não é permitido no Mozilla e Firefox.\nQuer mais informações sobre isso?',
53 theme_path : 'Caminho',
54 cut_desc : 'Recortar',
55 copy_desc : 'Copiar',
56 paste_desc : 'Colar',
57 link_list : 'Lista de Links',
58 image_list : 'Lista de Imagens',
59 browse : 'Navegar',
60 image_props_desc : 'Propriedades da Imagem',
61 newdocument_desc : 'New document',
62 class_name : 'Class',
63 newdocument : 'Are you sure you want clear all contents?'
64 });