File:  [LON-CAPA] / loncom / html / htmlarea / lang / Attic / es.js
Revision 1.2: download - view: text, annotated - select for diffs
Tue Jun 1 23:46:10 2004 UTC (20 years, 2 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
Next version HTMLArea.

    1: // I18N constants
    2: 
    3: HTMLArea.I18N = {
    4: 
    5: 	// the following should be the filename without .js extension
    6: 	// it will be used for automatically load plugin language.
    7: 	lang: "es",
    8: 
    9: 	tooltips: {
   10: 		bold:           "Negrita",
   11: 		italic:         "Cursiva",
   12: 		underline:      "Subrayado",
   13: 		strikethrough:  "Tachado",
   14: 		subscript:      "Subíndice",
   15: 		superscript:    "Superíndice",
   16: 		justifyleft:    "Alinear a la Izquierda",
   17: 		justifycenter:  "Centrar",
   18: 		justifyright:   "Alinear a la Derecha",
   19: 		justifyfull:    "Justificar",
   20: 		insertorderedlist:    "Lista Ordenada",
   21: 		insertunorderedlist:  "Lista No Ordenada",
   22: 		outdent:        "Aumentar Sangría",
   23: 		indent:         "Disminuir Sangría",
   24: 		forecolor:      "Color del Texto",
   25: 		hilitecolor:    "Color del Fondo",
   26: 		inserthorizontalrule: "Línea Horizontal",
   27: 		createlink:     "Insertar Enlace",
   28: 		insertimage:    "Insertar Imagen",
   29: 		inserttable:    "Insertar Tabla",
   30: 		htmlmode:       "Ver Documento en HTML",
   31: 		popupeditor:    "Ampliar Editor",
   32: 		about:          "Acerca del Editor",
   33: 		showhelp:       "Ayuda",
   34: 		textindicator:  "Estilo Actual",
   35: 		undo:           "Deshacer",
   36: 		redo:           "Rehacer",
   37: 		cut:            "Cortar selección",
   38: 		copy:           "Copiar selección",
   39: 		paste:          "Pegar desde el portapapeles"
   40: 	},
   41: 
   42: 	buttons: {
   43: 		"ok":           "Aceptar",
   44: 		"cancel":       "Cancelar"
   45: 	},
   46: 
   47: 	msg: {
   48: 		"Path":         "Ruta",
   49: 		"TEXT_MODE":    "Esta en modo TEXTO. Use el boton [<>] para cambiar a WYSIWIG",
   50: 	}
   51: };

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