summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/de/chrome/de/locale/de/messenger/FilterEditor.dtd
blob: 20e56db7a82cfa0afcf0266120716c1a54b3eef3 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!-- 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 window.title "Filter bearbeiten">
<!ENTITY filterName.label "Filter-Name:">
<!ENTITY filterName.accesskey "F">

<!ENTITY junk.label "Junk">
<!ENTITY notJunk.label "Kein Junk">

<!ENTITY lowestPriorityCmd.label "Sehr niedrig">
<!ENTITY lowPriorityCmd.label "Niedrig">
<!ENTITY normalPriorityCmd.label "Normal">
<!ENTITY highPriorityCmd.label "Hoch">
<!ENTITY highestPriorityCmd.label "Sehr hoch">

<!ENTITY contextDesc.label "Filter anwenden bei:">
<!ENTITY contextIncomingMail.label "Nachrichtenabruf:">
<!ENTITY contextIncomingMail.accesskey "N">
<!ENTITY contextManual.label "Manuellem Ausführen">
<!ENTITY contextManual.accesskey "u">
<!ENTITY contextBeforeCls.label "Vor Junk-Erkennung ausführen">
<!ENTITY contextAfterCls.label "Nach Junk-Erkennung ausführen">
<!ENTITY contextOutgoing.label "Versand">
<!ENTITY contextOutgoing.accesskey "V">
<!ENTITY contextArchive.label "Archivieren">
<!ENTITY contextArchive.accesskey "r">
<!ENTITY contextPeriodic.accesskey "e">

<!ENTITY filterActionDesc.label "Auszuführende Aktionen:">
<!ENTITY filterActionDesc.accesskey "z">

<!ENTITY filterActionOrderWarning.label "Hinweis: Die Filter werden in einer anderen Reihenfolge ausgeführt.">
<!ENTITY filterActionOrder.label "Ausführreihenfolge anzeigen">

<!-- New Style Filter Rule Actions -->
<!ENTITY moveMessage.label "Verschieben der Nachricht in:">
<!ENTITY copyMessage.label "Kopieren der Nachricht in:">
<!ENTITY forwardTo.label "Weiterleiten an:">
<!ENTITY replyWithTemplate.label "Antworten mit Vorlage:">
<!ENTITY markMessageRead.label "Als gelesen markieren">
<!ENTITY markMessageUnread.label "Als ungelesen markieren">
<!ENTITY markMessageStarred.label "Kennzeichnen der Nachricht">
<!ENTITY setPriority.label "Priorität ändern auf:">
<!ENTITY addTag.label "Schlagwort hinzufügen:">
<!ENTITY setJunkScore.label "Junk-Status setzen auf:">
<!ENTITY deleteMessage.label "Löschen der Nachricht">
<!ENTITY deleteFromPOP.label "Vom Server löschen">
<!ENTITY fetchFromPOP.label "Vom Server herunterladen">
<!ENTITY ignoreThread.label "Thema ignorieren">
<!ENTITY ignoreSubthread.label "Unterthema ignorieren">
<!ENTITY watchThread.label "Thema beobachten">
<!ENTITY stopExecution.label "Filter stoppen">

<!ENTITY addAction.tooltip "Weitere Aktion hinzufügen">
<!ENTITY removeAction.tooltip "Aktion entfernen">

<!-- LOCALIZATION NOTE
     The values below are used to control the widths of the filter action widgets.
     Change the values only when the localized strings in the popup menus
     are truncated in the widgets.
  -->
<!-- LOCALIZATION NOTE
  The values below are used to control the widths of the filter action widgets.
  Change the values only when the localized strings in the popup menus
  are truncated in the widgets.
 -->
<!ENTITY filterActionTypeFlexValue "1">
<!ENTITY filterActionTargetFlexValue "4">