summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/zh-TW/chrome/zh-TW/locale/zh-TW/messenger/messengercompose/editorOverlay.dtd
blob: e7c2f42ee68a5f6be94674730881409c48534431 (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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!-- 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/. -->

<!-- Attn: Localization - some of the menus in this dialog directly affect mail also. -->

<!-- Edit menu items -->
<!ENTITY pasteNoFormatting.label "以純文字格式貼上">
<!ENTITY pasteNoFormatting.accesskey "n">
<!ENTITY pasteNoFormatting.key "V">
<!ENTITY pasteAsQuotationCmd.label "以引言方式貼上">
<!ENTITY pasteAsQuotationCmd.accesskey "Q">

<!-- Insert menu items -->
<!ENTITY insertMenu.label "插入">
<!ENTITY insertMenu.accesskey "I">
<!ENTITY insertLinkCmd2.label "鏈結…">
<!ENTITY insertLinkCmd2.accesskey "L">
<!ENTITY insertLinkCmd2.key "K">
<!ENTITY insertAnchorCmd.label "插入錨點…">
<!ENTITY insertAnchorCmd.accesskey "a">
<!ENTITY insertImageCmd.label "圖片…">
<!ENTITY insertImageCmd.accesskey "I">
<!ENTITY insertHLineCmd.label "水平線">
<!ENTITY insertHLineCmd.accesskey "o">
<!ENTITY insertTableCmd.label "表格…">
<!ENTITY insertTableCmd.accesskey "T">
<!ENTITY insertHTMLCmd.label "HTML…">
<!ENTITY insertHTMLCmd.accesskey "H">
<!ENTITY insertMathCmd.label "數學公式…">
<!ENTITY insertMathCmd.accesskey "M">
<!ENTITY insertCharsCmd.label "字元及符號…">
<!ENTITY insertCharsCmd.accesskey "C">
<!ENTITY insertBreakAllCmd.label "分開底下的圖片">
<!ENTITY insertBreakAllCmd.accesskey "k">

<!-- Used just in context popup. -->
<!ENTITY createLinkCmd.label "建立鏈結…">
<!ENTITY createLinkCmd.accesskey "k">
<!ENTITY editLinkCmd.label "用新編輯器視窗編輯此鏈結">
<!ENTITY editLinkCmd.accesskey "i">

<!-- Font Face SubMenu -->
<!ENTITY FontFaceSelect.tooltip "選擇字型">
<!ENTITY fontfaceMenu.label "字型">
<!ENTITY fontfaceMenu.accesskey "F">
<!ENTITY fontVarWidth.label "可變寬度">
<!ENTITY fontVarWidth.accesskey "V">
<!ENTITY fontFixedWidth.label "固定寬度">
<!ENTITY fontFixedWidth.accesskey "x">
<!ENTITY fontFixedWidth.key "T">
<!ENTITY fontHelvetica.label "Helvetica, Arial">
<!ENTITY fontHelvetica.accesskey "l">
<!ENTITY fontTimes.label "Times">
<!ENTITY fontTimes.accesskey "T">
<!ENTITY fontCourier.label "Courier">
<!ENTITY fontCourier.accesskey "C">

<!-- Font Size SubMenu -->
<!ENTITY FontSizeSelect.tooltip "選擇字型大小">
<!ENTITY decreaseFontSize.label "減少">
<!ENTITY decreaseFontSize.accesskey "r">
<!ENTITY decrementFontSize.key "&lt;">
<!ENTITY decrementFontSize.key2 ","> <!-- < is above this key on many keyboards -->
<!ENTITY increaseFontSize.label "增加">
<!ENTITY increaseFontSize.accesskey "g">
<!ENTITY incrementFontSize.key "&gt;">
<!ENTITY incrementFontSize.key2 "."> <!-- > is above this key on many keyboards -->

<!ENTITY fontSizeMenu.label "大小">
<!ENTITY fontSizeMenu.accesskey "z">
<!ENTITY size-tinyCmd.label "非常小">
<!ENTITY size-tinyCmd.accesskey "T">
<!ENTITY size-smallCmd.label "小">
<!ENTITY size-smallCmd.accesskey "s">
<!ENTITY size-mediumCmd.label "中">
<!ENTITY size-mediumCmd.accesskey "d">
<!ENTITY size-largeCmd.label "大">
<!ENTITY size-largeCmd.accesskey "l">
<!ENTITY size-extraLargeCmd.label "特大">
<!ENTITY size-extraLargeCmd.accesskey "x">
<!ENTITY size-hugeCmd.label "非常大">
<!ENTITY size-hugeCmd.accesskey "H">

<!-- Font Style SubMenu -->
<!ENTITY fontStyleMenu.label "文字樣式">
<!ENTITY fontStyleMenu.accesskey "S">
<!ENTITY styleBoldCmd.label "粗體字">
<!ENTITY styleBoldCmd.accesskey "B">
<!ENTITY styleBoldCmd.key "B">
<!ENTITY styleItalicCmd.label "斜體字">
<!ENTITY styleItalicCmd.accesskey "I">
<!ENTITY styleItalicCmd.key "I">
<!ENTITY styleUnderlineCmd.label "加底線">
<!ENTITY styleUnderlineCmd.accesskey "U">
<!ENTITY styleUnderlineCmd.key "U">
<!ENTITY styleStrikeThruCmd.label "刪除線">
<!ENTITY styleStrikeThruCmd.accesskey "k">
<!ENTITY styleSuperscriptCmd.label "上標">
<!ENTITY styleSuperscriptCmd.accesskey "p">
<!ENTITY styleSubscriptCmd.label "下標">
<!ENTITY styleSubscriptCmd.accesskey "S">
<!ENTITY styleNonbreakingCmd.label "不斷行(Nonbreaking)">
<!ENTITY styleNonbreakingCmd.accesskey "N">
<!ENTITY styleEm.label "強調">
<!ENTITY styleEm.accesskey "E">
<!ENTITY styleStrong.label "特別強調">
<!ENTITY styleStrong.accesskey "t">
<!ENTITY styleCite.label "引言(Citaion)">
<!ENTITY styleCite.accesskey "C">
<!ENTITY styleAbbr.label "簡寫(Abbrev)">
<!ENTITY styleAbbr.accesskey "A">
<!ENTITY styleAcronym.label "首字母縮略(Acronym)">
<!ENTITY styleAcronym.accesskey "r">
<!ENTITY styleCode.label "程式碼">
<!ENTITY styleCode.accesskey "o">
<!ENTITY styleSamp.label "範例輸出">
<!ENTITY styleSamp.accesskey "m">
<!ENTITY styleVar.label "變數">
<!ENTITY styleVar.accesskey "V">

<!ENTITY formatFontColor.label "文字色彩…">
<!ENTITY formatFontColor.accesskey "C">
<!ENTITY tableOrCellColor.label "表格或儲存格背景色彩…">
<!ENTITY tableOrCellColor.accesskey "b">

<!ENTITY formatRemoveStyles.key "Y">
<!ENTITY formatRemoveLinks.key "K">
<!ENTITY formatRemoveNamedAnchors.label "移除錨點">
<!ENTITY formatRemoveNamedAnchors.accesskey "R">
<!ENTITY formatRemoveNamedAnchors2.key "R">

<!ENTITY paragraphMenu.label "段落">
<!ENTITY paragraphMenu.accesskey "P">
<!ENTITY paragraphParagraphCmd.label "段落">
<!ENTITY paragraphParagraphCmd.accesskey "P">
<!ENTITY heading1Cmd.label "段落標題 1">
<!ENTITY heading1Cmd.accesskey "1">
<!ENTITY heading2Cmd.label "段落標題 2">
<!ENTITY heading2Cmd.accesskey "2">
<!ENTITY heading3Cmd.label "段落標題 3">
<!ENTITY heading3Cmd.accesskey "3">
<!ENTITY heading4Cmd.label "段落標題 4">
<!ENTITY heading4Cmd.accesskey "4">
<!ENTITY heading5Cmd.label "段落標題 5">
<!ENTITY heading5Cmd.accesskey "5">
<!ENTITY heading6Cmd.label "段落標題 6">
<!ENTITY heading6Cmd.accesskey "6">
<!ENTITY paragraphAddressCmd.label "住址">
<!ENTITY paragraphAddressCmd.accesskey "A">
<!ENTITY paragraphPreformatCmd.label "已格式化段落">
<!ENTITY paragraphPreformatCmd.accesskey "f">

<!-- List menu items -->
<!ENTITY formatlistMenu.label "清單">
<!ENTITY formatlistMenu.accesskey "L">
<!ENTITY noneCmd.label "無">
<!ENTITY noneCmd.accesskey "N">
<!ENTITY listBulletCmd.label "符號式">
<!ENTITY listBulletCmd.accesskey "B">
<!ENTITY listNumberedCmd.label "編號式">
<!ENTITY listNumberedCmd.accesskey "m">
<!ENTITY listTermCmd.label "名詞">
<!ENTITY listTermCmd.accesskey "T">
<!ENTITY listDefinitionCmd.label "定義">
<!ENTITY listDefinitionCmd.accesskey "D">
<!ENTITY listPropsCmd.label "列出所有屬性…">
<!ENTITY listPropsCmd.accesskey "L">

<!ENTITY ParagraphSelect.tooltip "選擇段落格式">
<!-- Shared in Paragraph, and Toolbar menulist -->
<!ENTITY bodyTextCmd.label "內文">
<!ENTITY bodyTextCmd.accesskey "T">

<!-- Align menu items -->
<!ENTITY alignMenu.label "對齊方式">
<!ENTITY alignMenu.accesskey "A">
<!ENTITY alignLeft.label "靠左">
<!ENTITY alignLeft.accesskey "L">
<!ENTITY alignLeft.tooltip "置左對齊">
<!ENTITY alignCenter.label "置中">
<!ENTITY alignCenter.accesskey "C">
<!ENTITY alignCenter.tooltip "置中對齊">
<!ENTITY alignRight.label "靠右">
<!ENTITY alignRight.accesskey "R">
<!ENTITY alignRight.tooltip "置右對齊">
<!ENTITY alignJustify.label "左右對齊">
<!ENTITY alignJustify.accesskey "J">
<!ENTITY alignJustify.tooltip "左右對齊">

<!ENTITY increaseIndent.label "增加縮排">
<!ENTITY increaseIndent.accesskey "I">
<!ENTITY increaseIndent.key "]">
<!ENTITY decreaseIndent.label "減少縮排">
<!ENTITY decreaseIndent.accesskey "D">
<!ENTITY decreaseIndent.key "[">

<!ENTITY colorsAndBackground.label "頁面文字與背景色彩…">
<!ENTITY colorsAndBackground.accesskey "u">

<!-- Table Menu -->
<!ENTITY tableMenu.label "表格">
<!ENTITY tableMenu.accesskey "b">

<!-- Select Submenu -->
<!ENTITY tableSelectMenu.label "選取">
<!ENTITY tableSelectMenu.accesskey "S">

<!ENTITY tableSelectMenu2.label "選擇表格">
<!ENTITY tableSelectMenu2.accesskey "S">
<!ENTITY tableInsertMenu2.label "插入表格">
<!ENTITY tableInsertMenu2.accesskey "I">
<!ENTITY tableDeleteMenu2.label "刪除表格">
<!ENTITY tableDeleteMenu2.accesskey "D">

<!-- Insert SubMenu -->
<!ENTITY tableInsertMenu.label "插入">
<!ENTITY tableInsertMenu.accesskey "I">
<!ENTITY tableTable.label "表格">
<!ENTITY tableTable.accesskey "T">
<!ENTITY tableRow.label "列數">
<!ENTITY tableRows.label "行">
<!ENTITY tableRow.accesskey "R">
<!ENTITY tableRowAbove.label "在此列前加一列">
<!ENTITY tableRowAbove.accesskey "R">
<!ENTITY tableRowBelow.label "在此列後加一列">
<!ENTITY tableRowBelow.accesskey "B">
<!ENTITY tableColumn.label "欄數">
<!ENTITY tableColumns.label "欄">
<!ENTITY tableColumn.accesskey "o">
<!ENTITY tableColumnBefore.label "在此欄前加一欄">
<!ENTITY tableColumnBefore.accesskey "o">
<!ENTITY tableColumnAfter.label "在此欄後加一欄">
<!ENTITY tableColumnAfter.accesskey "A">
<!ENTITY tableCell.label "資料格">
<!ENTITY tableCells.label "儲存格">
<!ENTITY tableCell.accesskey "C">
<!ENTITY tableCellContents.label "資料格內容">
<!ENTITY tableCellContents.accesskey "n">
<!ENTITY tableAllCells.label "所有資料格">
<!ENTITY tableAllCells.accesskey "A">
<!ENTITY tableCellBefore.label "在此格前加一格">
<!ENTITY tableCellBefore.accesskey "C">
<!ENTITY tableCellAfter.label "在此格後加一格">
<!ENTITY tableCellAfter.accesskey "f">
<!-- Delete SubMenu -->
<!ENTITY tableDeleteMenu.label "刪除">
<!ENTITY tableDeleteMenu.accesskey "D">

<!-- text for "Join Cells" is in editor.properties
     ("JoinSelectedCells" and "JoinCellToRight")
     the access key must exist in both of those strings
     But value must be set here for accesskey to draw properly
-->
<!ENTITY tableJoinCells.label "j">
<!ENTITY tableJoinCells.accesskey "j">
<!ENTITY tableSplitCell.label "分離儲存格">
<!ENTITY tableSplitCell.accesskey "C">
<!ENTITY convertToTable.label "由選取資料建立表格">
<!ENTITY convertToTable.accesskey "r">
<!ENTITY tableProperties.label "表格屬性…">
<!ENTITY tableProperties.accesskey "o">

<!-- Toolbar-only items -->
<!ENTITY imageToolbarCmd.label "圖片">
<!ENTITY imageToolbarCmd.tooltip "插入新圖片或編輯已選取圖片的屬性">
<!ENTITY hruleToolbarCmd.label "水平線">
<!ENTITY hruleToolbarCmd.tooltip "插入水平線或設定已選取的水平線">
<!ENTITY tableToolbarCmd.label "表格">
<!ENTITY tableToolbarCmd.tooltip "插入新表格或設定已選取表格">
<!ENTITY linkToolbarCmd.label "鏈結">
<!ENTITY linkToolbarCmd.tooltip "插入新鏈結或設定已選取鏈結">
<!ENTITY anchorToolbarCmd.label "錨點">
<!ENTITY anchorToolbarCmd.tooltip "插入新錨點或設定選取的錨點內容">
<!ENTITY TextColorButton.tooltip "選擇文字色彩">
<!ENTITY BackgroundColorButton.tooltip "選擇背景色彩">

<!-- Editor toolbar -->
<!ENTITY absoluteFontSizeToolbarCmd.tooltip "設定字型大小">
<!ENTITY decreaseFontSizeToolbarCmd.tooltip "字型縮小">
<!ENTITY increaseFontSizeToolbarCmd.tooltip "字型放大">
<!ENTITY boldToolbarCmd.tooltip "粗體字">
<!ENTITY italicToolbarCmd.tooltip "斜體字">
<!ENTITY underlineToolbarCmd.tooltip "加底線">
<!ENTITY bulletListToolbarCmd.tooltip "套用或刪除符號式清單">
<!ENTITY numberListToolbarCmd.tooltip "套用或刪除編號式清單">
<!ENTITY outdentToolbarCmd.tooltip "文字向左縮排">
<!ENTITY indentToolbarCmd.tooltip "文字向右縮排">
<!ENTITY AlignPopupButton.tooltip "選擇文字對齊方式">
<!ENTITY InsertPopupButton.tooltip "插入一個鏈結、錨點、圖片、水平線或是表格">
<!ENTITY alignLeftButton.tooltip "將文字對齊左邊界">
<!ENTITY alignCenterButton.tooltip "將文字對齊中央">
<!ENTITY alignRightButton.tooltip "將文字對齊右邊界">
<!ENTITY alignJustifyButton.tooltip "將文字對齊左右邊界">

<!-- TOC manipulation -->
<!ENTITY insertTOC.label          "插入">
<!ENTITY insertTOC.accesskey      "I">
<!ENTITY updateTOC.label          "更新">
<!ENTITY updateTOC.accesskey      "U">
<!ENTITY removeTOC.label          "移除">
<!ENTITY removeTOC.accesskey      "R">
<!ENTITY tocMenu.label            "目錄…">
<!ENTITY tocMenu.accesskey        "b">