home *** CD-ROM | disk | FTP | other *** search
- // I18N constants -- Japanese EUC
- // by Manabu Onoue -- tmocsys@tmocsys.com
-
- HTMLArea.I18N = {
-
- // the following should be the filename without .js extension
- // it will be used for automatically load plugin language.
- lang: "ja-euc",
-
- 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: "Ñ╨í╝Ñ╕ÑτÑ≤╛≡╩≤",
- help: "Ñ╪ÑδÑ╫",
- textindicator: "╕╜║▀ñ╬Ñ╣Ñ┐ÑñÑδ"
- }
- };
-