Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

// 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ƒ‹"
        }
};