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

  1. // I18N constants -- Chinese GB
  2. // by Dave Lo -- dlo@interactivetools.com
  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: "gb",
  8.  
  9.     tooltips: {
  10.         bold:           "┤╓╠σ",
  11.         italic:         "╨▒╠σ",
  12.         underline:      "╡╫╧▀",
  13.         strikethrough:  "╔╛│²╧▀",
  14.         subscript:      "╧┬▒Ω",
  15.         superscript:    "╔╧▒Ω",
  16.         justifyleft:    "╬╗╓├┐┐╫≤",
  17.         justifycenter:  "╬╗╓├╛╙╓╨",
  18.         justifyright:   "╬╗╓├┐┐╙╥",
  19.         justifyfull:    "╬╗╓├╫≤╙╥╞╜╡╚",
  20.         orderedlist:    "╦│╨≥╟σ╡Ñ",
  21.         unorderedlist:  "╬▐╨≥╟σ╡Ñ",
  22.         outdent:        "╝⌡╨í╨╨╟░┐╒░╫",
  23.         indent:         "╝╙┐φ╨╨╟░┐╒░╫",
  24.         forecolor:      "╬─╫╓╤╒╔½",
  25.         backcolor:      "▒│╛░╤╒╔½",
  26.         horizontalrule: "╦«╞╜╧▀",
  27.         createlink:     "▓σ╚δ┴¼╜ß",
  28.         insertimage:    "▓σ╚δ═╝╨╬",
  29.         inserttable:    "▓σ╚δ▒φ╕±",
  30.         htmlmode:       "╟╨╗╗HTML╘¡╩╝┬δ",
  31.         popupeditor:    "╖┼┤≤",
  32.         about:          "╣╪∞╢ HTMLArea",
  33.         help:           "╦╡├≈",
  34.         textindicator:  "╫╓╠σ└²╫╙"
  35.     }
  36. };
  37.