Statistics
| Branch: | Tag: | Revision:

root / static / js / tinymce / plugins / fullpage / langs / br_dlg.js @ 6ecbf4ec

History | View | Annotate | Download (2.4 kB)

1
tinyMCE.addI18n('br.fullpage_dlg',{
2
title:"Propriedades do documento",
3
meta_tab:"Geral",
4
appearance_tab:"Apar\u00EAncia",
5
advanced_tab:"Avan\u00E7ado",
6
meta_props:"Meta-informa\u00E7\u00E3o",
7
langprops:"Linguagem e codifica\u00E7\u00E3o",
8
meta_title:"T\u00EDtulo",
9
meta_keywords:"Palavras-chave",
10
meta_description:"Descri\u00E7\u00E3o",
11
meta_robots:"Robots",
12
doctypes:"Doctype",
13
langcode:"C\u00F3digo de linguagem",
14
langdir:"Dire\u00E7\u00E3o do texto",
15
ltr:"Esquerda para direita",
16
rtl:"Direita para esquerda",
17
xml_pi:"Declara\u00E7\u00E3o XML",
18
encoding:"Codifica\u00E7\u00E3o de caracteres",
19
appearance_bgprops:"Propriedades do plano de fundo",
20
appearance_marginprops:"Margens (BODY)",
21
appearance_linkprops:"Cores dos links",
22
appearance_textprops:"Propriedades de texto",
23
bgcolor:"Cor de fundo",
24
bgimage:"Imagem de fundo",
25
left_margin:"Margem esquerda",
26
right_margin:"Margem direita",
27
top_margin:"Margem topo",
28
bottom_margin:"Margem base",
29
text_color:"Cor do texto",
30
font_size:"Tamanho fonte",
31
font_face:"Fonte",
32
link_color:"Cores dos links",
33
hover_color:"Hover",
34
visited_color:"Visited",
35
active_color:"Active",
36
textcolor:"Cor",
37
fontsize:"Tamanho fonte",
38
fontface:"Fonte",
39
meta_index_follow:"Indexar e seguir os hyperlinks",
40
meta_index_nofollow:"Indexar e n\u00E3o seguir os hyperlinks",
41
meta_noindex_follow:"Seguir hyperlinks, mas n\u00E3o indexar",
42
meta_noindex_nofollow:"N\u00E3o indexar / n\u00E3o seguir hyperlinks.",
43
appearance_style:"Propriedades de folhas de estilo",
44
stylesheet:"Folha de estilo",
45
style:"Estilo",
46
author:"Autor",
47
copyright:"Copyright",
48
add:"Acrescentar Novo elemento",
49
remove:"Remover elemento selecionado",
50
moveup:"Subir elemento selecionado",
51
movedown:"Descer elemento selecionado",
52
head_elements:"Elementos HEAD",
53
info:"Informa\u00E7\u00E3o",
54
add_title:"TITLE",
55
add_meta:"META",
56
add_script:"SCRIPT",
57
add_style:"STYLE",
58
add_link:"LINK",
59
add_base:"BASE",
60
add_comment:"Coment\u00E1rio",
61
title_element:"TITLE",
62
script_element:"SCRIPT",
63
style_element:"STYLE",
64
base_element:"BASE",
65
link_element:"LINK",
66
meta_element:"META",
67
comment_element:"Coment\u00E1rio",
68
src:"Src",
69
language:"Idioma",
70
href:"Href",
71
target:"Alvo",
72
type:"Tipo",
73
charset:"Charset",
74
defer:"Adiar",
75
media:"Media",
76
properties:"Propriedades",
77
name:"Nome",
78
value:"Valor",
79
content:"Conte\u00FAdo",
80
rel:"rel",
81
rev:"rev",
82
hreflang:"Href lang",
83
general_props:"Geral",
84
advanced_props:"Avan\u00E7ado"
85
});