Index: openacs-4/packages/acs-templating/www/resources/htmlarea/lang/es.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/htmlarea/lang/es.js,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/resources/htmlarea/lang/es.js 4 Mar 2004 18:32:11 -0000 1.1 +++ openacs-4/packages/acs-templating/www/resources/htmlarea/lang/es.js 30 Jan 2005 16:13:27 -0000 1.2 @@ -1,18 +1,18 @@ // I18N constants HTMLArea.I18N = { - - // the following should be the filename without .js extension - // it will be used for automatically load plugin language. - lang: "es", - + + // the following should be the filename without .js extension + // it will be used for automatically load plugin language. + lang: "es", + tooltips: { - bold: "Negritas", + bold: "Negrita", italic: "Cursiva", underline: "Subrayado", - strikethrough: "Texto Cruzado", - subscript: "Subscript", - superscript: "Superscript", + strikethrough: "Tachado", + subscript: "Sub�ndice", + superscript: "Super�ndice", justifyleft: "Alinear a la Izquierda", justifycenter: "Centrar", justifyright: "Alinear a la Derecha", @@ -22,15 +22,30 @@ outdent: "Aumentar Sangr�a", indent: "Disminuir Sangr�a", forecolor: "Color del Texto", - backcolor: "Color del Fondo", - horizontalrule: "L�nea Horizontal", + hilitecolor: "Color del Fondo", + inserthorizontalrule: "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" + showhelp: "Ayuda", + textindicator: "Estilo Actual", + undo: "Deshacer", + redo: "Rehacer", + cut: "Cortar selecci�n", + copy: "Copiar selecci�n", + paste: "Pegar desde el portapapeles" + }, + + buttons: { + "ok": "Aceptar", + "cancel": "Cancelar" + }, + + msg: { + "Path": "Ruta", + "TEXT_MODE": "Esta en modo TEXTO. Use el boton [<>] para cambiar a WYSIWIG", } };