pt_dlg.js
1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
tinyMCE.addI18n('pt.style_dlg',{
title:"Editar CSS",
apply:"Aplicar",
text_tab:"Texto",
background_tab:"Fundo",
block_tab:"Bloco",
box_tab:"Caixa",
border_tab:"Borda",
list_tab:"Lista",
positioning_tab:"Posicionamento",
text_props:"Texto",
text_font:"Fonte",
text_size:"Tamanho",
text_weight:"Peso",
text_style:"Estilo",
text_variant:"Variante",
text_lineheight:"Altura de linha",
text_case:"Mai/min\u00FAscula",
text_color:"Cor",
text_decoration:"Decora\u00E7\u00E3o",
text_overline:"Sobrelinhado",
text_underline:"Sublinhado",
text_striketrough:"Texto riscado",
text_blink:"piscar",
text_none:"nenhum",
background_color:"Cor de fundo",
background_image:"Imagem de fundo",
background_repeat:"Repetir",
background_attachment:"Fixar",
background_hpos:"Posi\u00E7\u00E3o Horizontal",
background_vpos:"Posi\u00E7\u00E3o Vertical",
block_wordspacing:"Espa\u00E7amento palavras",
block_letterspacing:"Espa\u00E7amento letras",
block_vertical_alignment:"Alinhamento Vertical",
block_text_align:"Alinhamento de Texto",
block_text_indent:"Indenta\u00E7\u00E3o",
block_whitespace:"Espa\u00E7o",
block_display:"Display",
box_width:"Largura",
box_height:"Altura",
box_float:"Float",
box_clear:"Clear",
padding:"Padding",
same:"O mesmo para todos",
top:"Topo",
right:"Direita",
bottom:"Embaixo",
left:"Esquerda",
margin:"Margem",
style:"Estilo",
width:"Largura",
height:"Altura",
color:"Cor",
list_type:"Tipo",
bullet_image:"Imagem de lista",
position:"Posi\u00E7\u00E3o",
positioning_type:"Tipo",
visibility:"Visibilidade",
zindex:"Z-index",
overflow:"Overflow",
placement:"Placement",
clip:"Clip"
});