File:  [LON-CAPA] / loncom / html / htmlarea / lang / Attic / pt_br.js
Revision 1.1: download - view: text, annotated - select for diffs
Wed Feb 18 08:07:15 2004 UTC (20 years, 6 months ago) by www
Branches: MAIN
CVS tags: version_2_5_X, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, HEAD
Install HTMLArea

    1: // I18N constants
    2: // Brazilian Portuguese Translation by Alex Piaz <webmaster@globalmap.com>
    3: 
    4: HTMLArea.I18N = {
    5: 
    6: 	// the following should be the filename without .js extension
    7: 	// it will be used for automatically load plugin language.
    8: 	lang: "pt_br",
    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: };

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>