blob: 60fe8b69c397fb81d2be52d262fd94abfc2f0c68 (
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
|
<!-- 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/. -->
<!ENTITY pref.composing.messages.title "寫信">
<!ENTITY generalComposing.label "一般">
<!ENTITY forwardMsg.label "轉寄郵件時:">
<!ENTITY inline.label "引入內文">
<!ENTITY inline.accesskey "n">
<!ENTITY asAttachment.label "以附件轉寄">
<!ENTITY asAttachment.accesskey "A">
<!ENTITY replyQuoteInline.label "在回覆內容裡引用/顯示附件">
<!ENTITY replyQuoteInline.accesskey "Q">
<!ENTITY warnOnSendAccelKey.label "用快速鍵發送郵件時需要確認">
<!ENTITY warnOnSendAccelKey.accesskey "k">
<!-- LOCALIZATION NOTE (autoSave.label): This will concatenate with
"xxx minutes", using a number and (autoSaveEnd.label). -->
<!ENTITY autoSave.label "自動儲存郵件,每">
<!ENTITY autoSave.accesskey "u">
<!ENTITY autoSaveEnd.label "分鐘自動儲存">
<!-- LOCALIZATION NOTE (wrapOutMsg.label): This will concatenate with "xxx characters", using a number and (char.label). -->
<!ENTITY wrapOutMsg.label "將純文字訊息換行於">
<!ENTITY wrapOutMsg.accesskey "W">
<!ENTITY char.label "字元">
<!ENTITY defaultMessagesHeader.label "HTML 訊息預設值">
<!ENTITY font.label "字型:">
<!ENTITY font.accesskey "F">
<!ENTITY size.label "大小:">
<!ENTITY size.accesskey "S">
<!ENTITY fontColor.label "文字:">
<!ENTITY fontColor.accesskey "T">
<!ENTITY bgColor.label "背景:">
<!ENTITY bgColor.accesskey "B">
<!ENTITY defaultCompose.label "預設編輯格式:">
<!ENTITY defaultBodyText.label "內容文字(Enter 鍵換新行)">
<!ENTITY defaultBodyText.accesskey "o">
<!ENTITY defaultParagraph.label "段落(Enter 鍵產生新段落)">
<!ENTITY defaultParagraph.accesskey "P">
<!ENTITY selectHeaderType.label "選擇回覆時的引文開頭類型:">
<!ENTITY selectHeaderType.accesskey "e">
<!ENTITY noReplyOption.label "沒有回應檔頭">
<!-- LOCALIZATION NOTE (authorWroteOption.label): this is tied to the
mailnews.reply_header_authorwrotesingle preference. [Author] needs to be
translated. -->
<!ENTITY authorWroteOption.label "[作者] 寫道:">
<!-- LOCALIZATION NOTE (onDateAuthorWroteOption.label): this is tied to the
mailnews.reply_header_ondateauthorwrote preference. [Author] and [date]
need to be translated. -->
<!ENTITY onDateAuthorWroteOption.label "[作者] 於 [日期] 寫道:">
<!-- LOCALIZATION NOTE (onDateAuthorWroteOption.label): this is tied to the
mailnews.reply_header_authorwroteondate preference. [Author] and [date]
need to be translated. -->
<!ENTITY authorWroteOnDateOption.label "[作者] 於 [日期] 寫道:">
|