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

Revision 2, 2.9 KB 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
2
3// LANG: "ch", ENCODING: UTF-8
4// Samuel Stone, http://stonemicro.com/
5
6HTMLArea.I18N = {
7
8        // the following should be the filename without .js extension
9        // it will be used for automatically load plugin language.
10        lang: "ch",
11
12        tooltips: {
13                bold:           "粗體",
14                italic:         "斜體",
15                underline:      "底線",
16                strikethrough:  "刪線",
17                subscript:      "äž‹æš™",
18                superscript:    "䞊暙",
19                justifyleft:    "靠巊",
20                justifycenter:  "å±…äž­",
21                justifyright:   "靠右",
22                justifyfull:    "敎霊",
23                orderedlist:    "順序枅單",
24                unorderedlist:  "無序枅單",
25                outdent:        "䌞排",
26                indent:         "瞮排",
27                forecolor:      "文字顏色",
28                backcolor:      "背景顏色",
29                horizontalrule: "氎平線",
30                createlink:     "插入連結",
31                insertimage:    "插入圖像",
32                inserttable:    "插入衚栌",
33                htmlmode:       "切換HTML原始碌",
34                popupeditor:    "䌞出線茯系統",
35                about:          "關斌 HTMLArea",
36                help:           "說明",
37                textindicator:  "字體䟋子",
38                undo:           "回原",
39                redo:           "重来",
40                cut:            "剪制选项",
41                copy:           "倍制选项",
42                paste:          "莎䞊",
43                lefttoright:    "从巊到右",
44                righttoleft:    "从右到巊"
45        },
46
47        buttons: {
48                "ok":           "奜",
49                "cancel":       "取消"
50        },
51
52        msg: {
53                "Path":         "途埑",
54                "TEXT_MODE":    "䜠圚甚玔字線茯方匏.  甹 [<>] 按鈕蜉回 所芋即所埗 線茯方匏.",
55
56                "IE-sucks-full-screen" :
57                // translate here
58                "敎頁匏圚Internet Explorer 䞊垞出問題, " +
59                "因為這是 Internet Explorer 的無名問題我們無法解決。" +
60                "䜠可胜看芋䞀些垃土或遇到其他問題。" +
61                "我們已譊告了䜠. 劂果芁蜉到 正頁匏 請按 奜.",
62
63                "Moz-Clipboard" :
64                "Unprivileged scripts cannot access Cut/Copy/Paste programatically " +
65                "for security reasons.  Click OK to see a technical note at mozilla.org " +
66                "which shows you how to allow a script to access the clipboard."
67        },
68
69        dialogs: {
70                "Cancel"                                            : "取消",
71                "Insert/Modify Link"                                : "插入/改寫連結",
72                "New window (_blank)"                               : "新窗户(_blank)",
73                "None (use implicit)"                               : "無(use implicit)",
74                "OK"                                                : "奜",
75                "Other"                                             : "其他",
76                "Same frame (_self)"                                : "本匡 (_self)",
77                "Target:"                                           : "目暙匡:",
78                "Title (tooltip):"                                  : "䞻題 (tooltip):",
79                "Top frame (_top)"                                  : "䞊匡 (_top)",
80                "URL:"                                              : "網址:",
81                "You must enter the URL where this link points to"  : "䜠必須茞入䜠芁连结的網址"
82        }
83};
Note: See TracBrowser for help on using the repository browser.