Diff for /loncom/html/htmlarea/lang/Attic/es.js between versions 1.1 and 1.2

version 1.1, 2004/02/18 08:07:15 version 1.2, 2004/06/01 23:46:10
Line 1 Line 1
 // I18N constants  // I18N constants
   
 HTMLArea.I18N = {  HTMLArea.I18N = {
   
  // the following should be the filename without .js extension   // the following should be the filename without .js extension
  // it will be used for automatically load plugin language.   // it will be used for automatically load plugin language.
  lang: "es",   lang: "es",
   
  tooltips: {   tooltips: {
  bold:           "Negritas",   bold:           "Negrita",
  italic:         "Cursiva",   italic:         "Cursiva",
  underline:      "Subrayado",   underline:      "Subrayado",
  strikethrough:  "Texto Cruzado",   strikethrough:  "Tachado",
  subscript:      "Subscript",   subscript:      "Subíndice",
  superscript:    "Superscript",   superscript:    "Superíndice",
  justifyleft:    "Alinear a la Izquierda",   justifyleft:    "Alinear a la Izquierda",
  justifycenter:  "Centrar",   justifycenter:  "Centrar",
  justifyright:   "Alinear a la Derecha",   justifyright:   "Alinear a la Derecha",
  justifyfull:    "Justificar",   justifyfull:    "Justificar",
  orderedlist:    "Lista Ordenada",   insertorderedlist:    "Lista Ordenada",
  unorderedlist:  "Lista No Ordenada",   insertunorderedlist:  "Lista No Ordenada",
  outdent:        "Aumentar Sangría",   outdent:        "Aumentar Sangría",
  indent:         "Disminuir Sangría",   indent:         "Disminuir Sangría",
  forecolor:      "Color del Texto",   forecolor:      "Color del Texto",
  backcolor:      "Color del Fondo",   hilitecolor:    "Color del Fondo",
  horizontalrule: "Línea Horizontal",   inserthorizontalrule: "Línea Horizontal",
  createlink:     "Insertar Enlace",   createlink:     "Insertar Enlace",
  insertimage:    "Insertar Imagen",   insertimage:    "Insertar Imagen",
  inserttable:    "Insertar Tabla",   inserttable:    "Insertar Tabla",
  htmlmode:       "Ver Documento en HTML",   htmlmode:       "Ver Documento en HTML",
  popupeditor:    "Ampliar Editor",   popupeditor:    "Ampliar Editor",
  about:          "Acerca del Editor",   about:          "Acerca del Editor",
  help:           "Ayuda",   showhelp:       "Ayuda",
  textindicator:  "Estilo Actual"   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",
    }
   };

Removed from v.1.1  
changed lines
  Added in v.1.2


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