blob: 928196f47acd74fe2b17584d56f7b422636e1763 (
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 "Verfassen">
<!ENTITY generalComposing.label "Allgemein">
<!ENTITY forwardMsg.label "Nachrichten weiterleiten:">
<!ENTITY inline.label "Innerhalb">
<!ENTITY inline.accesskey "I">
<!ENTITY asAttachment.label "Als Anhang">
<!ENTITY asAttachment.accesskey "A">
<!ENTITY replyQuoteInline.label "Innerhalb der Nachricht angezeigte Anhänge in Antworten zitieren">
<!ENTITY replyQuoteInline.accesskey "z">
<!ENTITY warnOnSendAccelKey.label "Bestätigen, wenn ein Tastaturkürzel zum Senden der Nachricht verwendet wird">
<!ENTITY warnOnSendAccelKey.accesskey "B">
<!-- LOCALIZATION NOTE (autoSave.label): This will concatenate with
"xxx minutes", using a number and (autoSaveEnd.label). -->
<!ENTITY autoSave.label "Nachrichten automatisch alle">
<!ENTITY autoSave.accesskey "N">
<!ENTITY autoSaveEnd.label "Minuten speichern">
<!-- LOCALIZATION NOTE (wrapOutMsg.label): This will concatenate with "xxx characters", using a number and (char.label). -->
<!ENTITY wrapOutMsg.label "Reine Textnachrichten bei">
<!ENTITY wrapOutMsg.accesskey "R">
<!ENTITY char.label "Zeichen umbrechen">
<!ENTITY defaultMessagesHeader.label "Vorgaben für HTML-Nachrichten">
<!ENTITY font.label "Schriftart:">
<!ENTITY font.accesskey "S">
<!ENTITY size.label "Größe:">
<!ENTITY size.accesskey "G">
<!ENTITY fontColor.label "Text:">
<!ENTITY fontColor.accesskey "T">
<!ENTITY bgColor.label "Hintergrund:">
<!ENTITY bgColor.accesskey "H">
<!ENTITY defaultCompose.label "Standardfomat für Verfassen:">
<!ENTITY defaultBodyText.label "Nachrichtentext (Eingabetaste erzeugt eine neue Zeile)">
<!ENTITY defaultBodyText.accesskey "c">
<!ENTITY defaultParagraph.label "Absatz (Eingabetaste erzeugt einen neuen Absatz)">
<!ENTITY defaultParagraph.accesskey "b">
<!ENTITY selectHeaderType.label "Antwort-Kopfzeilen-Typ auswählen:">
<!ENTITY selectHeaderType.accesskey "K">
<!ENTITY noReplyOption.label "Keine Antwort-Kopfzeile">
<!-- LOCALIZATION NOTE (authorWroteOption.label): this is tied to the
mailnews.reply_header_authorwrotesingle preference. [Author] needs to be
translated. -->
<!ENTITY authorWroteOption.label "[Autor] schrieb:">
<!-- LOCALIZATION NOTE (onDateAuthorWroteOption.label): this is tied to the
mailnews.reply_header_ondateauthorwrote preference. [Author] and [date]
need to be translated. -->
<!ENTITY onDateAuthorWroteOption.label "Am [Datum] schrieb [Autor]:">
<!-- LOCALIZATION NOTE (onDateAuthorWroteOption.label): this is tied to the
mailnews.reply_header_authorwroteondate preference. [Author] and [date]
need to be translated. -->
<!ENTITY authorWroteOnDateOption.label "[Autor] schrieb am [Datum]:">
|