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

  1. // I18N constants -- Japanese EUC
  2. // by Manabu Onoue -- tmocsys@tmocsys.com
  3.  
  4. HTMLArea.I18N = {
  5.  
  6.     // the following should be the filename without .js extension
  7.     // it will be used for automatically load plugin language.
  8.     lang: "ja-euc",
  9.  
  10.     tooltips: {
  11.         bold:           "┬└╗·",
  12.         italic:         "╝╨┬╬",
  13.         underline:      "▓╝└■",
  14.         strikethrough:  "┬╟ñ┴╛├ñ╖└■",
  15.         subscript:      "▓╝╔╒ñ¡┼║ñ¿╗·",
  16.         superscript:    "╛σ╔╒ñ¡┼║ñ¿╗·",
  17.         justifyleft:    "║╕┤≤ñ╗",
  18.         justifycenter:  "├µ▒√┤≤ñ╗",
  19.         justifyright:   "▒ª┤≤ñ╗",
  20.         justifyfull:    "╢╤┼∙│Σ╔╒",
  21.         orderedlist:    "╚╓╣µ╔╒ñ¡▓╒╛≥╜±ñ¡",
  22.         unorderedlist:  "╡¡╣µ╔╒ñ¡▓╒╛≥╜±ñ¡",
  23.         outdent:        "ÑñÑ≤Ñ╟Ñ≤Ñ╚▓≥╜ⁿ",
  24.         indent:         "ÑñÑ≤Ñ╟Ñ≤Ñ╚└▀─Ω",
  25.         forecolor:      "╩╕╗·┐º",
  26.         backcolor:      "╟╪╖╩┐º",
  27.         horizontalrule: "┐σ╩┐└■",
  28.         createlink:     "ÑΩÑ≤Ñ»║ε└«",
  29.         insertimage:    "▓Φ┴ⁿ┴▐╞■",
  30.         inserttable:    "Ñ╞í╝Ñ╓Ñδ┴▐╞■",
  31.         htmlmode:       "HTML╔╜╝¿└┌┬╪",
  32.         popupeditor:    "Ñ¿Ñ╟ÑúÑ┐│╚┬τ",
  33.         about:          "Ñ╨í╝Ñ╕ÑτÑ≤╛≡╩≤",
  34.         help:           "Ñ╪ÑδÑ╫",
  35.         textindicator:  "╕╜║▀ñ╬Ñ╣Ñ┐ÑñÑδ"
  36.     }
  37. };
  38.