Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

// I18N constants -- Chinese Big-5
// by Dave Lo -- dlo@interactivetools.com
HTMLArea.I18N = {

        // the following should be the filename without .js extension
        // it will be used for automatically load plugin language.
        lang: "b5",

        tooltips: {
                bold:           "²ÊÅé",
                italic:         "±×Åé",
                underline:      "©³½u",
                strikethrough:  "§R°£½u",
                subscript:      "¤U¼Ð",
                superscript:    "¤W¼Ð",
                justifyleft:    "¦ì¸m¾a¥ª",
                justifycenter:  "¦ì¸m©~¤¤",
                justifyright:   "¦ì¸m¾a¥k",
                justifyfull:    "¦ì¸m¥ª¥k¥­µ¥",
                orderedlist:    "¶¶§Ç²M³æ",
                unorderedlist:  "µL§Ç²M³æ",
                outdent:        "´î¤p¦æ«eªÅ¥Õ",
                indent:         "¥[¼e¦æ«eªÅ¥Õ",
                forecolor:      "¤å¦rÃC¦â",
                backcolor:      "­I´ºÃC¦â",
                horizontalrule: "¤ô¥­½u",
                createlink:     "´¡¤J³sµ²",
                insertimage:    "´¡¤J¹Ï§Î",
                inserttable:    "´¡¤Jªí®æ",
                htmlmode:       "¤Á´«HTML­ì©l½X",
                popupeditor:    "©ñ¤j",
                about:          "Ãö©ó HTMLArea",
                help:           "»¡©ú",
                textindicator:  "¦rÅé¨Ò¤l"
        }
};