HTML Code:
// I18N constants
// LANG: "es", ENCODING: UTF-8 | ISO-8859-1
// Author: David Macias
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "es",
tooltips: {
bold: "Negrita",
italic: "Cursiva",
underline: "Subrayado",
strikethrough: "Tachado",
subscript: "Subíndice",
superscript: "Superíndice",
justifyleft: "Alinear a la Izquierda",
justifycenter: "Centrar",
justifyright: "Alinear a la Derecha",
justifyfull: "Justificar",
orderedlist: "Lista Ordenada",
unorderedlist: "Lista Desordenada",
outdent: "Aumentar Sangría",
indent: "Disminuir Sangría",
forecolor: "Color del Texto",
hilitecolor: "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",
showhelp: "Ayuda",
textindicator: "Stilo Actual",
undo: "Deshacer",
redo: "Rehacer",
cut: "Cortar selección",
copy: "Copiar selección",
paste: "Pegar desde el portapapeles",
lefttoright: "Dirección izquierda a derecha",
righttoleft: "Dirección derecha a izquierda"
},
buttons: {
"ok": "Aceptar",
"cancel": "Cancelar"
},
msg: {
"Path": "Ruta",
"TEXT_MODE": "Esta en modo TEXTO. Use el boton [<>] para cambiar a WYSIWIG",
"IE-sucks-full-screen" :
// translate here
"El modo de pantalla completa es sabido que causa problemas en Internet Explorer, " +
"debido a los fallos sabidos del navegador que no podemos arreglar. Puede que no vea correctamente la pantalla " +
", carencias en el editor y/o cuelgues del navegador. Si tu sistema es Windows 9x " +
"es muy problable que recibas el error de 'Avería General de la Protección' y tengas que reiniciar.\n\n" +
"Has sido advertido. Por favor presiona Aceptar si deseas intentar ver el editor a pantalla completa."
},
dialogs: {
"Cancel" : "Cancelar",
"Insert/Modify Link" : "Insertar/Modificar Enlace",
"New window (_blank)" : "Nueva Ventana (_blank)",
"None (use implicit)" : "Nada (uso implícito)",
"OK" : "Aceptar",
"Other" : "Otro",
"Same frame (_self)" : "Mismo frame (_self)",
"Target:" : "Target:",
"Title (tooltip):" : "Título (tooltip):",
"Top frame (_top)" : "Top frame (_top)",
"URL:" : "URL:",
"You must enter the URL where this link points to" : "Debe introducir la URL donde este enlace señale"
}
};