blob: 418c3fc9d0f609369a23aa8941a5d3506d5f6811 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!-- 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 askSendFormat.dtd UI for dialog that asks the user, which format to use for sending a message -->
<!ENTITY windowTitle.label "HTML 邮件问题">
<!ENTITY recipient.label "某些收件人没有被列为能够接收 HTML 邮件。">
<!ENTITY question.label "希望将此消息转换为纯文本还是一定要以 HTML 格式发送?">
<!ENTITY plainTextAndHtml.label "以纯文本和 HTML 两种格式发送">
<!ENTITY plainTextAndHtml.accesskey "a">
<!ENTITY plainTextOnly.label "仅以纯文本格式发送">
<!ENTITY plainTextOnly.accesskey "P">
<!ENTITY htmlOnly.label "仅以 HTML 格式发送">
<!ENTITY htmlOnly.accesskey "H">
<!ENTITY send.label "发送">
<!ENTITY send.accesskey "S">
|