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

  1. ∩╗┐// I18N constants -- Japanese UTF-8
  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-utf8",
  9.  
  10.     tooltips: {
  11.         bold:           "σñ¬σ¡ù",
  12.         italic:         "µû£Σ╜ô",
  13.         underline:      "Σ╕ïτ╖Ü",
  14.         strikethrough:  "µëôπüíµ╢êπüùτ╖Ü",
  15.         subscript:      "Σ╕ïΣ╗ÿπüìµ╖╗πüêσ¡ù",
  16.         superscript:    "Σ╕èΣ╗ÿπüìµ╖╗πüêσ¡ù",
  17.         justifyleft:    "σ╖ªσ»äπü¢",
  18.         justifycenter:  "Σ╕¡σñ«σ»äπü¢",
  19.         justifyright:   "σÅ│σ»äπü¢",
  20.         justifyfull:    "σ¥çτ¡ëσë▓Σ╗ÿ",
  21.         orderedlist:    "τò¬σÅ╖Σ╗ÿπüìτ«çµ¥íµ¢╕πüì",
  22.         unorderedlist:  "Φ¿ÿσÅ╖Σ╗ÿπüìτ«çµ¥íµ¢╕πüì",
  23.         outdent:        "πéñπâ│πâçπâ│πâêΦºúΘÖñ",
  24.         indent:         "πéñπâ│πâçπâ│πâêΦ¿¡σ«Ü",
  25.         forecolor:      "µûçσ¡ùΦë▓",
  26.         backcolor:      "ΦâîµÖ»Φë▓",
  27.         horizontalrule: "µ░┤σ╣│τ╖Ü",
  28.         createlink:     "πâ¬πâ│πé»Σ╜£µêÉ",
  29.         insertimage:    "τö╗σâŵî┐σàÑ",
  30.         inserttable:    "πâåπâ╝πâûπâ½µî┐σàÑ",
  31.         htmlmode:       "HTMLΦí¿τñ║σêçµ¢┐",
  32.         popupeditor:    "πé¿πâçπéúπé┐µïíσñº",
  33.         about:          "πâÉπâ╝πé╕πâºπâ│µâàσá▒",
  34.         help:           "πâÿπâ½πâù",
  35.         textindicator:  "τÅ╛σ£¿πü«πé╣πé┐πéñπâ½"
  36.     }
  37. };
  38.