blob: 3db0c75b3d04d52b762a81a0ba3a6859eca92cc6 (
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
|
<!-- 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 toField.label "宛先(To): ">
<!ENTITY fromField.label "差出人(From): ">
<!ENTITY senderField.label "送信者: ">
<!ENTITY organizationField.label "組織: ">
<!ENTITY replyToField.label "返信先(Reply-To): ">
<!ENTITY subjectField.label "件名: ">
<!--# LOCALIZATION NOTE (ccField.label): DONT_TRANSLATE -->
<!ENTITY ccField.label "Cc: ">
<!ENTITY bccField.label "Bcc: ">
<!ENTITY newsgroupsField.label "ニュースグループ: ">
<!ENTITY followupToField.label "Followup-To: ">
<!ENTITY tagsHdr.label "タグ: ">
<!ENTITY dateField.label "日付: ">
<!ENTITY userAgentField.label "User-Agent: ">
<!ENTITY referencesField.label "References: ">
<!ENTITY messageIdField.label "Message-ID: ">
<!ENTITY inReplyToField.label "In-Reply-To: ">
<!ENTITY originalWebsite.label "ウェブサイト: ">
<!ENTITY editDraft.label "下書きを編集...">
<!ENTITY editDraft.accesskey "D">
<!ENTITY editTemplate.label "テンプレートを編集...">
<!ENTITY editTemplate.accesskey "d">
<!ENTITY attachmentsTree.label "添付:">
<!ENTITY attachmentsTree.accesskey "c">
<!ENTITY openAttachmentCmd.label "開く">
<!ENTITY openAttachmentCmd.accesskey "O">
<!ENTITY viewAttachmentCmd.label "ソースを表示">
<!ENTITY viewAttachmentCmd.accesskey "V">
<!ENTITY saveAsAttachmentCmd.label "名前を付けて保存...">
<!ENTITY saveAsAttachmentCmd.accesskey "A">
<!ENTITY detachAttachmentCmd.label "添付ファイルを分離...">
<!ENTITY detachAttachmentCmd.accesskey "h">
<!ENTITY deleteAttachmentCmd.label "削除">
<!ENTITY deleteAttachmentCmd.accesskey "t">
<!ENTITY saveAllAttachmentsCmd.label "すべて保存...">
<!ENTITY saveAllAttachmentsCmd.accesskey "S">
<!ENTITY detachAllAttachmentsCmd.label "すべて分離...">
<!ENTITY detachAllAttachmentsCmd.accesskey "D">
<!ENTITY deleteAllAttachmentsCmd.label "すべて削除...">
<!ENTITY deleteAllAttachmentsCmd.accesskey "e">
|