Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

// I18N constants -- Chinese GB
// 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: "gb",

        tooltips: {
                bold:           "´ÖÌå",
                italic:         "бÌå",
                underline:      "µ×Ïß",
                strikethrough:  "ɾ³ýÏß",
                subscript:      "챐",
                superscript:    "Éϱê",
                justifyleft:    "λÖÿ¿×ó",
                justifycenter:  "λÖþÓÖÐ",
                justifyright:   "λÖÿ¿ÓÒ",
                justifyfull:    "λÖÃ×óÓÒÆ½µÈ",
                orderedlist:    "˳ÐòÇåµ¥",
                unorderedlist:  "ÎÞÐòÇåµ¥",
                outdent:        "¼õСÐÐǰ¿Õ°×",
                indent:         "¼Ó¿íÐÐǰ¿Õ°×",
                forecolor:      "ÎÄ×ÖÑÕÉ«",
                backcolor:      "±³¾°ÑÕÉ«",
                horizontalrule: "ˮƽÏß",
                createlink:     "²åÈëÁ¬½á",
                insertimage:    "²åÈëͼÐÎ",
                inserttable:    "²åÈë±í¸ñ",
                htmlmode:       "Çл»HTMLԭʼÂë",
                popupeditor:    "·Å´ó",
                about:          "¹Øì¶ HTMLArea",
                help:           "˵Ã÷",
                textindicator:  "×ÖÌåÀý×Ó"
        }
};