home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / controls / htmlarea / lang / es.js < prev    next >
Text File  |  2004-03-08  |  1KB  |  52 lines

  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:           "Negrita",
  11.         italic:         "Cursiva",
  12.         underline:      "Subrayado",
  13.         strikethrough:  "Tachado",
  14.         subscript:      "Subφndice",
  15.         superscript:    "Superφndice",
  16.         justifyleft:    "Alinear a la Izquierda",
  17.         justifycenter:  "Centrar",
  18.         justifyright:   "Alinear a la Derecha",
  19.         justifyfull:    "Justificar",
  20.         insertorderedlist:    "Lista Ordenada",
  21.         insertunorderedlist:  "Lista No Ordenada",
  22.         outdent:        "Aumentar Sangrφa",
  23.         indent:         "Disminuir Sangrφa",
  24.         forecolor:      "Color del Texto",
  25.         hilitecolor:    "Color del Fondo",
  26.         inserthorizontalrule: "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.         showhelp:       "Ayuda",
  34.         textindicator:  "Estilo Actual",
  35.         undo:           "Deshacer",
  36.         redo:           "Rehacer",
  37.         cut:            "Cortar selecci≤n",
  38.         copy:           "Copiar selecci≤n",
  39.         paste:          "Pegar desde el portapapeles"
  40.     },
  41.  
  42.     buttons: {
  43.         "ok":           "Aceptar",
  44.         "cancel":       "Cancelar"
  45.     },
  46.  
  47.     msg: {
  48.         "Path":         "Ruta",
  49.         "TEXT_MODE":    "Esta en modo TEXTO. Use el boton [<>] para cambiar a WYSIWIG",
  50.     }
  51. };
  52.