source: trunk/phpgwapi/js/htmlarea/lang/gb.js @ 2

Revision 2, 989 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1// I18N constants -- Chinese GB
2// by Dave Lo -- dlo@interactivetools.com
3HTMLArea.I18N = {
4
5        // the following should be the filename without .js extension
6        // it will be used for automatically load plugin language.
7        lang: "gb",
8
9        tooltips: {
10                bold:           "ŽÖÌå",
11                italic:         "бÌå",
12                underline:      "µ×Ïß",
13                strikethrough:  "ÉŸ³ýÏß",
14                subscript:      "ϱê",
15                superscript:    "Éϱê",
16                justifyleft:    "λÖÿ¿×ó",
17                justifycenter:  "λÖßÓÖÐ",
18                justifyright:   "λÖÿ¿ÓÒ",
19                justifyfull:    "λÖÃ×óÓÒÆœµÈ",
20                orderedlist:    "˳ÐòÇåµ¥",
21                unorderedlist:  "ÎÞÐòÇåµ¥",
22                outdent:        "ŒõСÐÐÇ°¿Õ°×",
23                indent:         "ŒÓ¿íÐÐÇ°¿Õ°×",
24                forecolor:      "ÎÄ×ÖÑÕÉ«",
25                backcolor:      "±³Ÿ°ÑÕÉ«",
26                horizontalrule: "ˮƜÏß",
27                createlink:     "²åÈëÁ¬œá",
28                insertimage:    "²åÈëÍŒÐÎ",
29                inserttable:    "²åÈë±ížñ",
30                htmlmode:       "Çл»HTMLÔ­ÊŒÂë",
31                popupeditor:    "·ÅŽó",
32                about:          "¹Øì¶ HTMLArea",
33                help:           "˵Ã÷",
34                textindicator:  "×ÖÌåÀý×Ó"
35        }
36};
Note: See TracBrowser for help on using the repository browser.