summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/nl/chrome/nl/locale/nl/messenger/FilterEditor.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird-l10n/nl/chrome/nl/locale/nl/messenger/FilterEditor.dtd')
-rw-r--r--thunderbird-l10n/nl/chrome/nl/locale/nl/messenger/FilterEditor.dtd66
1 files changed, 66 insertions, 0 deletions
diff --git a/thunderbird-l10n/nl/chrome/nl/locale/nl/messenger/FilterEditor.dtd b/thunderbird-l10n/nl/chrome/nl/locale/nl/messenger/FilterEditor.dtd
new file mode 100644
index 0000000000..96b2da842e
--- /dev/null
+++ b/thunderbird-l10n/nl/chrome/nl/locale/nl/messenger/FilterEditor.dtd
@@ -0,0 +1,66 @@
+<!-- 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 "Filterregels">
+<!ENTITY filterName.label "Filternaam:">
+<!ENTITY filterName.accesskey "F">
+
+<!ENTITY junk.label "Ongewenst bericht">
+<!ENTITY notJunk.label "Geen ongewenst bericht">
+
+<!ENTITY lowestPriorityCmd.label "Laagst">
+<!ENTITY lowPriorityCmd.label "Laag">
+<!ENTITY normalPriorityCmd.label "Normaal">
+<!ENTITY highPriorityCmd.label "Hoog">
+<!ENTITY highestPriorityCmd.label "Hoogst">
+
+<!ENTITY contextDesc.label "Filter toepassen bij het:">
+<!ENTITY contextIncomingMail.label "Ophalen van nieuwe e-mail:">
+<!ENTITY contextIncomingMail.accesskey "O">
+<!ENTITY contextManual.label "Handmatig uitvoeren">
+<!ENTITY contextManual.accesskey "H">
+<!ENTITY contextBeforeCls.label "Filteren voor ongewensteberichtenclassificatie">
+<!ENTITY contextAfterCls.label "Filteren na ongewensteberichtenclassificatie">
+<!ENTITY contextOutgoing.label "Na verzenden">
+<!ENTITY contextOutgoing.accesskey "N">
+<!ENTITY contextArchive.label "Archiveren">
+<!ENTITY contextArchive.accesskey "r">
+<!ENTITY contextPeriodic.accesskey "P">
+
+<!ENTITY filterActionDesc.label "Deze acties uitvoeren:">
+<!ENTITY filterActionDesc.accesskey "v">
+
+<!ENTITY filterActionOrderWarning.label "Noot: filteracties worden in een andere volgorde uitgevoerd.">
+<!ENTITY filterActionOrder.label "Uitvoeringsvolgorde bekijken">
+
+<!-- New Style Filter Rule Actions -->
+<!ENTITY moveMessage.label "Bericht verplaatsen naar">
+<!ENTITY copyMessage.label "Bericht kopiƫren naar">
+<!ENTITY forwardTo.label "Bericht doorsturen naar">
+<!ENTITY replyWithTemplate.label "Antwoorden met sjabloon">
+<!ENTITY markMessageRead.label "Markeren als gelezen">
+<!ENTITY markMessageUnread.label "Markeren als ongelezen">
+<!ENTITY markMessageStarred.label "Ster toevoegen">
+<!ENTITY setPriority.label "Prioriteit wijzigen naar">
+<!ENTITY addTag.label "Bericht labelen">
+<!ENTITY setJunkScore.label "Ongewenstberichtstatus instellen op">
+<!ENTITY deleteMessage.label "Bericht verwijderen">
+<!ENTITY deleteFromPOP.label "Verwijderen van POP-server">
+<!ENTITY fetchFromPOP.label "Ophalen van POP-server">
+<!ENTITY ignoreThread.label "Conversatie negeren">
+<!ENTITY ignoreSubthread.label "Subconversatie negeren">
+<!ENTITY watchThread.label "Conversatie volgen">
+<!ENTITY stopExecution.label "Uitvoeren van filter stoppen">
+
+<!ENTITY addAction.tooltip "Een nieuwe actie toevoegen">
+<!ENTITY removeAction.tooltip "Deze actie verwijderen">
+
+<!-- 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.
+ -->
+<!-- Flex Attribute: https://developer.mozilla.org/docs/XUL/Attribute/flex -->
+<!ENTITY filterActionTypeFlexValue "50">
+<!ENTITY filterActionTargetFlexValue "4">