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

Revision 2, 992 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 Big-5
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: "b5",
8
9        tooltips: {
10                bold:           "²ÊÅé",
11                italic:         "±×Åé",
12                underline:      "©³œu",
13                strikethrough:  "§R°£œu",
14                subscript:      "€UŒÐ",
15                superscript:    "€WŒÐ",
16                justifyleft:    "ŠìžmŸa¥ª",
17                justifycenter:  "Šìžm©~€€",
18                justifyright:   "ŠìžmŸa¥k",
19                justifyfull:    "Šìžm¥ª¥k¥­µ¥",
20                orderedlist:    "¶¶§Ç²M³æ",
21                unorderedlist:  "µL§Ç²M³æ",
22                outdent:        "Žî€pŠæ«eªÅ¥Õ",
23                indent:         "¥[ŒeŠæ«eªÅ¥Õ",
24                forecolor:      "€åŠrÃCŠâ",
25                backcolor:      "­IŽºÃCŠâ",
26                horizontalrule: "€ô¥­œu",
27                createlink:     "Ž¡€J³sµ²",
28                insertimage:    "Ž¡€J¹Ï§Î",
29                inserttable:    "Ž¡€Jªí®æ",
30                htmlmode:       "€ÁŽ«HTML­ì©lœX",
31                popupeditor:    "©ñ€j",
32                about:          "Ãö©ó HTMLArea",
33                help:           "»¡©ú",
34                textindicator:  "ŠrÅéšÒ€l"
35        }
36};
Note: See TracBrowser for help on using the repository browser.