2004-01-08 10:03:17 +01:00
|
|
|
|
// 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: {
|
2004-01-29 22:27:14 +01:00
|
|
|
|
bold: "Negrita",
|
2004-01-08 10:03:17 +01:00
|
|
|
|
italic: "Cursiva",
|
|
|
|
|
underline: "Subrayado",
|
2004-01-29 22:27:14 +01:00
|
|
|
|
strikethrough: "Tachado",
|
|
|
|
|
subscript: "Sub<75>ndice",
|
|
|
|
|
superscript: "Super<65>ndice",
|
2004-01-08 10:03:17 +01:00
|
|
|
|
justifyleft: "Alinear a la Izquierda",
|
|
|
|
|
justifycenter: "Centrar",
|
|
|
|
|
justifyright: "Alinear a la Derecha",
|
|
|
|
|
justifyfull: "Justificar",
|
2004-01-29 22:27:14 +01:00
|
|
|
|
insertorderedlist: "Lista Ordenada",
|
|
|
|
|
insertunorderedlist: "Lista No Ordenada",
|
2004-01-08 10:03:17 +01:00
|
|
|
|
outdent: "Aumentar Sangr<67>a",
|
|
|
|
|
indent: "Disminuir Sangr<67>a",
|
|
|
|
|
forecolor: "Color del Texto",
|
2004-01-29 22:27:14 +01:00
|
|
|
|
hilitecolor: "Color del Fondo",
|
|
|
|
|
inserthorizontalrule: "L<>nea Horizontal",
|
2004-01-08 10:03:17 +01:00
|
|
|
|
createlink: "Insertar Enlace",
|
|
|
|
|
insertimage: "Insertar Imagen",
|
|
|
|
|
inserttable: "Insertar Tabla",
|
|
|
|
|
htmlmode: "Ver Documento en HTML",
|
|
|
|
|
popupeditor: "Ampliar Editor",
|
|
|
|
|
about: "Acerca del Editor",
|
2004-01-29 22:27:14 +01:00
|
|
|
|
showhelp: "Ayuda",
|
|
|
|
|
textindicator: "Estilo Actual",
|
|
|
|
|
undo: "Deshacer",
|
|
|
|
|
redo: "Rehacer",
|
|
|
|
|
cut: "Cortar selecci<63>n",
|
|
|
|
|
copy: "Copiar selecci<63>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",
|
2004-01-08 10:03:17 +01:00
|
|
|
|
}
|
|
|
|
|
};
|