blob: c9690cf105d97921ff0bcb675c2968f017457f69 (
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
|
<!-- 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 "An: ">
<!ENTITY fromField.label "Von: ">
<!ENTITY senderField.label "Absender:">
<!ENTITY organizationField.label "Organisation:">
<!ENTITY replyToField.label "Antwort an: ">
<!ENTITY subjectField.label "Betreff: ">
<!--# LOCALIZATION NOTE (ccField.label): DONT_TRANSLATE -->
<!ENTITY ccField.label "CC: ">
<!ENTITY bccField.label "BCC: ">
<!ENTITY newsgroupsField.label "Newsgroups: ">
<!ENTITY followupToField.label "Followup an: ">
<!ENTITY tagsHdr.label "Tags: ">
<!ENTITY dateField.label "Datum: ">
<!ENTITY userAgentField.label "User-Agent: ">
<!ENTITY referencesField.label "Referenzen: ">
<!ENTITY messageIdField.label "Nachrichten-ID: ">
<!ENTITY inReplyToField.label "Als-Antwort-auf: ">
<!ENTITY originalWebsite.label "Website:">
<!ENTITY editMessage.label "Entwurf bearbeiten…">
<!ENTITY editMessage.accesskey "E">
<!ENTITY attachmentsTree.label "Anhänge:">
<!ENTITY attachmentsTree.accesskey "A">
<!ENTITY openAttachmentCmd.label "Öffnen">
<!ENTITY openAttachmentCmd.accesskey "Ö">
<!ENTITY viewAttachmentCmd.label "Quelltext ansehen">
<!ENTITY viewAttachmentCmd.accesskey "Q">
<!ENTITY saveAsAttachmentCmd.label "Speichern unter…">
<!ENTITY saveAsAttachmentCmd.accesskey "S">
<!ENTITY detachAttachmentCmd.label "Abtrennen…">
<!ENTITY detachAttachmentCmd.accesskey "n">
<!ENTITY deleteAttachmentCmd.label "Löschen">
<!ENTITY deleteAttachmentCmd.accesskey "L">
<!ENTITY saveAllAttachmentsCmd.label "Alle speichern…">
<!ENTITY saveAllAttachmentsCmd.accesskey "p">
<!ENTITY detachAllAttachmentsCmd.label "Alle abtrennen…">
<!ENTITY detachAllAttachmentsCmd.accesskey "b">
<!ENTITY deleteAllAttachmentsCmd.label "Alle löschen…">
<!ENTITY deleteAllAttachmentsCmd.accesskey "c">
|