Menu

[r8]: / includes / htmlarea / lang / pt_br.js  Maximize  Restore  History

Download this file

38 lines (34 with data), 1.2 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
// I18N constants
// Brazilian Portuguese Translation by Alex Piaz <webmaster@globalmap.com>
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "pt_br",
tooltips: {
bold: "Negrito",
italic: "Itálico",
underline: "Sublinhado",
strikethrough: "Tachado",
subscript: "Subescrito",
superscript: "Sobrescrito",
justifyleft: "Alinhar à Esquerda",
justifycenter: "Centralizar",
justifyright: "Alinhar à Direita",
justifyfull: "Justificar",
orderedlist: "Lista Numerada",
unorderedlist: "Lista Marcadores",
outdent: "Diminuir Indentação",
indent: "Aumentar Indentação",
forecolor: "Cor da Fonte",
backcolor: "Cor do Fundo",
horizontalrule: "Linha Horizontal",
createlink: "Inserir Link",
insertimage: "Inserir Imagem",
inserttable: "Inserir Tabela",
htmlmode: "Ver Código-Fonte",
popupeditor: "Expandir Editor",
about: "Sobre",
help: "Ajuda",
textindicator: "Estilo Atual"
}
};
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.