Project

General

Profile

« Previous | Next » 

Revision 317

Added by stefan about 18 years ago

Changed all line endings to Unix stlye

View differences:

pt_br.js
1
// I18N constants
2
// Brazilian Portuguese Translation by Alex Piaz <webmaster@globalmap.com>
3

  
4
HTMLArea.I18N = {
1
// I18N constants
2
// Brazilian Portuguese Translation by Alex Piaz <webmaster@globalmap.com>
5 3

  
4
HTMLArea.I18N = {
5

  
6 6
	// the following should be the filename without .js extension
7 7
	// it will be used for automatically load plugin language.
8 8
	lang: "pt_br",
9 9

  
10
	tooltips: {
11
		bold:           "Negrito",
12
		italic:         "It?lico",
13
		underline:      "Sublinhado",
14
		strikethrough:  "Tachado",
15
		subscript:      "Subescrito",
16
		superscript:    "Sobrescrito",
17
		justifyleft:    "Alinhar ? Esquerda",
18
		justifycenter:  "Centralizar",
19
		justifyright:   "Alinhar ? Direita",
20
		justifyfull:    "Justificar",
21
		orderedlist:    "Lista Numerada",
22
		unorderedlist:  "Lista Marcadores",
23
		outdent:        "Diminuir Indenta??o",
24
		indent:         "Aumentar Indenta??o",
25
		forecolor:      "Cor da Fonte",
26
		backcolor:      "Cor do Fundo",
27
		horizontalrule: "Linha Horizontal",
28
		createlink:     "Inserir Link",
29
		insertimage:    "Inserir Imagem",
30
		inserttable:    "Inserir Tabela",
31
		htmlmode:       "Ver C?digo-Fonte",
32
		popupeditor:    "Expandir Editor",
33
		about:          "Sobre",
34
		help:           "Ajuda",
35
		textindicator:  "Estilo Atual"
36
	}
37
};
10
	tooltips: {
11
		bold:           "Negrito",
12
		italic:         "It?lico",
13
		underline:      "Sublinhado",
14
		strikethrough:  "Tachado",
15
		subscript:      "Subescrito",
16
		superscript:    "Sobrescrito",
17
		justifyleft:    "Alinhar ? Esquerda",
18
		justifycenter:  "Centralizar",
19
		justifyright:   "Alinhar ? Direita",
20
		justifyfull:    "Justificar",
21
		orderedlist:    "Lista Numerada",
22
		unorderedlist:  "Lista Marcadores",
23
		outdent:        "Diminuir Indenta??o",
24
		indent:         "Aumentar Indenta??o",
25
		forecolor:      "Cor da Fonte",
26
		backcolor:      "Cor do Fundo",
27
		horizontalrule: "Linha Horizontal",
28
		createlink:     "Inserir Link",
29
		insertimage:    "Inserir Imagem",
30
		inserttable:    "Inserir Tabela",
31
		htmlmode:       "Ver C?digo-Fonte",
32
		popupeditor:    "Expandir Editor",
33
		about:          "Sobre",
34
		help:           "Ajuda",
35
		textindicator:  "Estilo Atual"
36
	}
37
};

Also available in: Unified diff