home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / controls / htmlarea / lang / ja-sjis.js < prev    next >
Text File  |  2004-03-08  |  1KB  |  38 lines

  1. // I18N constants -- Japanese Shift-JIS
  2. // by Manabu Onoue -- tmocsys@tmocsys.com
  3.  
  4. HTMLArea.I18N = {
  5.  
  6.     // the following should be the filename without .js extension
  7.     // it will be used for automatically load plugin language.
  8.     lang: "ja-sjis",
  9.  
  10.     tooltips: {
  11.         bold:           "æ╛ÄÜ",
  12.         italic:         "Ä╬æ╠",
  13.         underline:      "ë║Éⁿ",
  14.         strikethrough:  "æ┼é┐Å┴é╡Éⁿ",
  15.         subscript:      "ë║òté½ôYéªÄÜ",
  16.         superscript:    "Åπòté½ôYéªÄÜ",
  17.         justifyleft:    "ì╢è±é╣",
  18.         justifycenter:  "Æåë¢è±é╣",
  19.         justifyright:   "ëEè±é╣",
  20.         justifyfull:    "ï╧ôÖèäòt",
  21.         orderedlist:    "ö╘ìåòté½ë╙Å≡Åæé½",
  22.         unorderedlist:  "ïLìåòté½ë╙Å≡Åæé½",
  23.         outdent:        "âCâôâfâôâgë≡Å£",
  24.         indent:         "âCâôâfâôâgÉ▌ÆΦ",
  25.         forecolor:      "ò╢ÄÜÉF",
  26.         backcolor:      "öwîiÉF",
  27.         horizontalrule: "Éàò╜Éⁿ",
  28.         createlink:     "âèâôâNì∞ɼ",
  29.         insertimage:    "ëµæ£æ}ôⁿ",
  30.         inserttable:    "âeü[âuâïæ}ôⁿ",
  31.         htmlmode:       "HTMLò\ĪÉ╪æ╓",
  32.         popupeditor:    "âGâfâBâ^ègæσ",
  33.         about:          "âoü[âWâçâôÅεò±",
  34.         help:           "âwâïâv",
  35.         textindicator:  "î╗ì▌é╠âXâ^âCâï"
  36.     }
  37. };
  38.