File:  [LON-CAPA] / loncom / html / htmlarea / lang / Attic / es.js
Revision 1.1: download - view: text, annotated - select for diffs
Wed Feb 18 08:07:15 2004 UTC (20 years, 4 months ago) by www
Branches: MAIN
CVS tags: HEAD
Install HTMLArea

// I18N constants

HTMLArea.I18N = {

	// the following should be the filename without .js extension
	// it will be used for automatically load plugin language.
	lang: "es",

	tooltips: {
		bold:           "Negritas",
		italic:         "Cursiva",
		underline:      "Subrayado",
		strikethrough:  "Texto Cruzado",
		subscript:      "Subscript",
		superscript:    "Superscript",
		justifyleft:    "Alinear a la Izquierda",
		justifycenter:  "Centrar",
		justifyright:   "Alinear a la Derecha",
		justifyfull:    "Justificar",
		orderedlist:    "Lista Ordenada",
		unorderedlist:  "Lista No Ordenada",
		outdent:        "Aumentar Sangría",
		indent:         "Disminuir Sangría",
		forecolor:      "Color del Texto",
		backcolor:      "Color del Fondo",
		horizontalrule: "Línea Horizontal",
		createlink:     "Insertar Enlace",
		insertimage:    "Insertar Imagen",
		inserttable:    "Insertar Tabla",
		htmlmode:       "Ver Documento en HTML",
		popupeditor:    "Ampliar Editor",
		about:          "Acerca del Editor",
		help:           "Ayuda",
		textindicator:  "Estilo Actual"
	}
};

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