blob: bd0aff5785f82df6557c76b46f538c298fe54e88 (
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 "正文(回车键创建新行)">
<!ENTITY defaultBodyText.accesskey "o">
<!ENTITY defaultParagraph.label "段落(回车键创建新段落)">
<!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 "[Author] 写道:">
<!-- LOCALIZATION NOTE (onDateAuthorWroteOption.label): this is tied to the
mailnews.reply_header_ondateauthorwrote preference. [Author] and [date]
need to be translated. -->
<!ENTITY onDateAuthorWroteOption.label "于 [date],[author] 写道:">
<!-- LOCALIZATION NOTE (onDateAuthorWroteOption.label): this is tied to the
mailnews.reply_header_authorwroteondate preference. [Author] and [date]
need to be translated. -->
<!ENTITY authorWroteOnDateOption.label "[Author] 写道,于 [date]:">
|