home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Freeware
/
Programare
/
groupoffice-com-2.01
/
controls
/
htmlarea
/
lang
/
pt_br.js
< prev
next >
Wrap
Text File
|
2004-03-08
|
1KB
|
38 lines
// 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"
}
};