home *** CD-ROM | disk | FTP | other *** search
- // I18N constants -- Chinese Big-5
- // 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: "b5",
-
- tooltips: {
- bold: "▓╩┼Θ",
- italic: "▒╫┼Θ",
- underline: "⌐│╜u",
- strikethrough: "ºR░ú╜u",
- subscript: "ñU╝╨",
- superscript: "ñW╝╨",
- justifyleft: "ª∞╕m╛aѬ",
- justifycenter: "ª∞╕m⌐~ññ",
- justifyright: "ª∞╕m╛aÑk",
- justifyfull: "ª∞╕mѬÑkÑ¡╡Ñ",
- orderedlist: "╢╢º╟▓M│µ",
- unorderedlist: "╡Lº╟▓M│µ",
- outdent: "┤εñpªµ½e¬┼Ñ╒",
- indent: "Ñ[╝eªµ½e¬┼Ñ╒",
- forecolor: "ñσªr├CªΓ",
- backcolor: "¡I┤║├CªΓ",
- horizontalrule: "ñ⌠Ñ¡╜u",
- createlink: "┤íñJ│s╡▓",
- insertimage: "┤íñJ╣╧º╬",
- inserttable: "┤íñJ¬φ«µ",
- htmlmode: "ñ┴┤½HTML¡∞⌐l╜X",
- popupeditor: "⌐±ñj",
- about: "├÷⌐≤ HTMLArea",
- help: "╗í⌐·",
- textindicator: "ªr┼Θ¿╥ñl"
- }
- };
-