home *** CD-ROM | disk | FTP | other *** search
- // I18N constants -- Japanese Shift-JIS
- // 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-sjis",
-
- tooltips: {
- bold: "æ╛ÄÜ",
- italic: "Ä╬æ╠",
- underline: "ë║Éⁿ",
- strikethrough: "æ┼é┐Å┴é╡Éⁿ",
- subscript: "ë║òté½ôYéªÄÜ",
- superscript: "Åπòté½ôYéªÄÜ",
- justifyleft: "ì╢è±é╣",
- justifycenter: "Æåë¢è±é╣",
- justifyright: "ëEè±é╣",
- justifyfull: "ï╧ôÖèäòt",
- orderedlist: "ö╘ìåòté½ë╙Å≡Åæé½",
- unorderedlist: "ïLìåòté½ë╙Å≡Åæé½",
- outdent: "âCâôâfâôâgë≡Å£",
- indent: "âCâôâfâôâgÉ▌ÆΦ",
- forecolor: "ò╢ÄÜÉF",
- backcolor: "öwîiÉF",
- horizontalrule: "Éàò╜Éⁿ",
- createlink: "âèâôâNì∞ɼ",
- insertimage: "ëµæ£æ}ôⁿ",
- inserttable: "âeü[âuâïæ}ôⁿ",
- htmlmode: "HTMLò\ĪÉ╪æ╓",
- popupeditor: "âGâfâBâ^ègæσ",
- about: "âoü[âWâçâôÅεò±",
- help: "âwâïâv",
- textindicator: "î╗ì▌é╠âXâ^âCâï"
- }
- };
-