home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / b5.js < prev    next >
Encoding:
Text File  |  2004-07-12  |  992 b   |  37 lines

  1. // I18N constants -- Chinese Big-5
  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: "b5",
  8.  
  9.     tooltips: {
  10.         bold:           "▓╩┼Θ",
  11.         italic:         "▒╫┼Θ",
  12.         underline:      "⌐│╜u",
  13.         strikethrough:  "ºR░ú╜u",
  14.         subscript:      "ñU╝╨",
  15.         superscript:    "ñW╝╨",
  16.         justifyleft:    "ª∞╕m╛aѬ",
  17.         justifycenter:  "ª∞╕m⌐~ññ",
  18.         justifyright:   "ª∞╕m╛aÑk",
  19.         justifyfull:    "ª∞╕mѬÑkÑ¡╡Ñ",
  20.         orderedlist:    "╢╢º╟▓M│µ",
  21.         unorderedlist:  "╡Lº╟▓M│µ",
  22.         outdent:        "┤εñpªµ½e¬┼Ñ╒",
  23.         indent:         "Ñ[╝eªµ½e¬┼Ñ╒",
  24.         forecolor:      "ñσªr├CªΓ",
  25.         backcolor:      "¡I┤║├CªΓ",
  26.         horizontalrule: "ñ⌠Ñ¡╜u",
  27.         createlink:     "┤íñJ│s╡▓",
  28.         insertimage:    "┤íñJ╣╧º╬",
  29.         inserttable:    "┤íñJ¬φ«µ",
  30.         htmlmode:       "ñ┴┤½HTML¡∞⌐l╜X",
  31.         popupeditor:    "⌐±ñj",
  32.         about:          "├÷⌐≤ HTMLArea",
  33.         help:           "╗í⌐·",
  34.         textindicator:  "ªr┼Θ¿╥ñl"
  35.     }
  36. };
  37.