home *** CD-ROM | disk | FTP | other *** search
- // I18N constants -- Chinese GB
- // by Dave Lo -- dlo@interactivetools.com
- HTMLArea.I18N = {
-
- // the following should be the filename without .js extension
- // it will be used for automatically load plugin language.
- lang: "gb",
-
- tooltips: {
- bold: "┤╓╠σ",
- italic: "╨▒╠σ",
- underline: "╡╫╧▀",
- strikethrough: "╔╛│²╧▀",
- subscript: "╧┬▒Ω",
- superscript: "╔╧▒Ω",
- justifyleft: "╬╗╓├┐┐╫≤",
- justifycenter: "╬╗╓├╛╙╓╨",
- justifyright: "╬╗╓├┐┐╙╥",
- justifyfull: "╬╗╓├╫≤╙╥╞╜╡╚",
- orderedlist: "╦│╨≥╟σ╡Ñ",
- unorderedlist: "╬▐╨≥╟σ╡Ñ",
- outdent: "╝⌡╨í╨╨╟░┐╒░╫",
- indent: "╝╙┐φ╨╨╟░┐╒░╫",
- forecolor: "╬─╫╓╤╒╔½",
- backcolor: "▒│╛░╤╒╔½",
- horizontalrule: "╦«╞╜╧▀",
- createlink: "▓σ╚δ┴¼╜ß",
- insertimage: "▓σ╚δ═╝╨╬",
- inserttable: "▓σ╚δ▒φ╕±",
- htmlmode: "╟╨╗╗HTML╘¡╩╝┬δ",
- popupeditor: "╖┼┤≤",
- about: "╣╪∞╢ HTMLArea",
- help: "╦╡├≈",
- textindicator: "╫╓╠σ└²╫╙"
- }
- };
-