Annotation of loncom/html/htmlarea/lang/es.js, revision 1.1
1.1 ! www 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: "Negritas",
! 11: italic: "Cursiva",
! 12: underline: "Subrayado",
! 13: strikethrough: "Texto Cruzado",
! 14: subscript: "Subscript",
! 15: superscript: "Superscript",
! 16: justifyleft: "Alinear a la Izquierda",
! 17: justifycenter: "Centrar",
! 18: justifyright: "Alinear a la Derecha",
! 19: justifyfull: "Justificar",
! 20: orderedlist: "Lista Ordenada",
! 21: unorderedlist: "Lista No Ordenada",
! 22: outdent: "Aumentar Sangría",
! 23: indent: "Disminuir Sangría",
! 24: forecolor: "Color del Texto",
! 25: backcolor: "Color del Fondo",
! 26: horizontalrule: "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: help: "Ayuda",
! 34: textindicator: "Estilo Actual"
! 35: }
! 36: };
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>