summaryrefslogtreecommitdiffstats
path: root/l10n-zh-TW/suite/chrome/mailnews/compose/messengercompose.dtd
blob: a7c40fbd407547f735fbff7b71d89be99189be51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<!--LOCALIZATION NOTE messengercompose.dtd Main UI for message composition -->
<!ENTITY msgComposeWindow.title "新信件:(未命名)">

<!ENTITY fromAddr.label "寄件者:">
<!ENTITY fromAddr.accesskey "r">
<!ENTITY toAddr.label "收件者:">
<!ENTITY ccAddr.label "副本:">
<!ENTITY bccAddr.label "密件副本:">
<!ENTITY replyAddr.label "回函地址:">
<!ENTITY newsgroupsAddr.label "新聞群組:">
<!ENTITY followupAddr.label "原文參見:">
<!ENTITY subject.label "主旨:">
<!ENTITY subject.accesskey "S">
<!ENTITY attachments.label "附件:">
<!ENTITY attachments.accesskey "c">

<!-- menu items:  the . means that the menu item isn't implemented yet -->

<!-- File menu items -->
<!ENTITY saveCmd.label "儲存">
<!ENTITY saveCmd.accesskey "S">
<!ENTITY saveAsCmd.label "另存新檔">
<!ENTITY saveAsCmd.accesskey "a">
<!ENTITY saveAsFileCmd.label "檔案…">
<!ENTITY saveAsFileCmd.accesskey "F">
<!ENTITY saveAsDraftCmd.label "草稿">
<!ENTITY saveAsDraftCmd.accesskey "D">
<!ENTITY saveAsTemplateCmd.label "範本">
<!ENTITY saveAsTemplateCmd.accesskey "T">
<!ENTITY attachMenu.label "附件">
<!ENTITY attachMenu.accesskey "t">
<!ENTITY attachFileCmd.label "檔案…">
<!ENTITY attachFileCmd.accesskey "F">
<!ENTITY attachPageCmd.label "網頁…">
<!ENTITY attachPageCmd.accesskey "W">
<!--LOCALIZATION NOTE attachVCardCmd.label Don't translate the term 'vCard' -->
<!ENTITY attachVCardCmd.label "個人名片 (vCard)">
<!ENTITY attachVCardCmd.accesskey "P">
<!ENTITY sendNowCmd.label "立刻寄出">
<!ENTITY sendCmd.keycode "VK_RETURN">
<!ENTITY sendNowCmd.accesskey "d">
<!ENTITY sendLaterCmd.label "稍候再寄">
<!ENTITY sendLaterCmd.keycode "VK_RETURN">
<!ENTITY sendLaterCmd.accesskey "L">

<!ENTITY accountManagerCmd.label "郵件與新聞群組帳號設定…">
<!ENTITY accountManagerCmd.accesskey "M">

<!-- View menu items -->
<!ENTITY showComposeToolbarCmd.label "郵件工具列">
<!ENTITY showComposeToolbarCmd.accesskey "o">
<!ENTITY showFormatToolbarCmd.label "格式化工具列">
<!ENTITY showFormatToolbarCmd.accesskey "F">

<!-- Format menu items -->
<!ENTITY formatMenu.label "格式">
<!ENTITY formatMenu.accesskey "o">

<!-- Options menu items -->
<!ENTITY optionsMenu.label "選項">
<!ENTITY optionsMenu.accesskey "p">

<!ENTITY quoteCmd.label "引用前封訊息">
<!ENTITY quoteCmd.accesskey "Q">
<!ENTITY selectAddressCmd.label "選擇地址…">
<!ENTITY selectAddressCmd.key "">
<!ENTITY selectAddressCmd.accesskey "A">

<!ENTITY priorityMenu.label "重要性">
<!ENTITY priorityMenu.accesskey "P">
<!ENTITY lowestPriorityCmd.label "最低">
<!ENTITY lowestPriorityCmd.accesskey "L">
<!ENTITY lowPriorityCmd.label "低">
<!ENTITY lowPriorityCmd.accesskey "o">
<!ENTITY normalPriorityCmd.label "標準">
<!ENTITY normalPriorityCmd.accesskey "N">
<!ENTITY highPriorityCmd.label "高">
<!ENTITY highPriorityCmd.accesskey "i">
<!ENTITY highestPriorityCmd.label "最高">
<!ENTITY highestPriorityCmd.accesskey "H">

<!ENTITY returnReceiptMenu.label "收件回執">
<!ENTITY returnReceiptMenu.accesskey "t">
<!ENTITY dsnMenu.label "遞送狀態通知">
<!ENTITY dsnMenu.accesskey "N">

<!ENTITY outputFormatMenu.label "格式">
<!ENTITY outputFormatMenu.accesskey  "F">
<!ENTITY autoFormatCmd.label "自動偵測">
<!ENTITY autoFormatCmd.accesskey "A">
<!ENTITY plainTextFormatCmd.label "只有純文字">
<!ENTITY plainTextFormatCmd.accesskey "P">
<!ENTITY htmlFormatCmd.label "只有 HTML">
<!ENTITY htmlFormatCmd.accesskey "R">
<!ENTITY bothFormatCmd.label "純文字及 HTML">
<!ENTITY bothFormatCmd.accesskey "L">

<!ENTITY fileCarbonCopyCmd.label "寄送副本到">
<!ENTITY fileCarbonCopyCmd.accesskey "d">
<!ENTITY fileHereMenu.label "歸檔至此">

<!--LOCALIZATION NOTE Toolbar items Don't change any "chrome://" URLs -->
<!-- Toolbar items -->
<!ENTITY sendButton.label "傳送">
<!ENTITY addressButton.label "通訊錄">
<!ENTITY attachButton.label "附件">
<!ENTITY spellingButton.label "拼字檢查">
<!ENTITY saveButton.label "儲存">
<!ENTITY stopButton.label "停止">

<!--tooltips-->
<!-- We already inherit &menuBar.tooltip and &mailToolbar.tooltip from messenger.dtd -->
<!ENTITY addressBar.tooltip "通訊錄列">
<!ENTITY formatToolbar.tooltip "格式化工具列">
<!ENTITY sendButton.tooltip "立刻寄出此訊息"> 
<!ENTITY sendlaterButton.tooltip "稍後再寄出此封郵件"> 
<!ENTITY addressButton.tooltip "從通訊錄裡選擇收件者"> 
<!ENTITY attachButton.tooltip "附加檔案"> 
<!ENTITY saveButton.tooltip "儲存此訊息"> 
<!ENTITY stopButton.tooltip "停止傳送"> 

<!-- context menu items -->
<!ENTITY openAttachment.label "開啟">
<!ENTITY openAttachment.accesskey "O">
<!ENTITY renameAttachment.label "重新命名…">
<!ENTITY renameAttachment.accesskey "R">
<!ENTITY deleteAttachment.accesskey "D">
<!ENTITY selectAllAttachments.accesskey "A">
<!ENTITY attachFile.label "附加檔案…">
<!ENTITY attachFile.accesskey "F">
<!ENTITY attachPage.label "附加網頁…">
<!ENTITY attachPage.accesskey "W">