webgui_newsletter/lib/WebGUI/i18n/Dutch/Asset_NewsletterCollection.pm
root dd9150a1a8 Added form plugin honeypot to webgui_newsletter. It can be used with:
<tmpl_var subscriptionForm_form>
<tmpl_var form_honeypot>
<tmpl_var form_honeypot_id>

It's used by default now.
2018-10-23 03:07:37 +02:00

31 lines
676 B
Perl

package WebGUI::i18n::Dutch::Asset_NewsletterCollection;
use strict;
our $I18N = {
assetName => {
message => 'Nieuwsbrief collectie',
},
'subscribe' => {
message => 'inschrijven',
},
'unsubscribe' => {
message => 'uitschrijven',
},
'template' => {
message => 'Sjabloon',
},
'number of recent issues' => {
message => 'Aantal recente nieuwsbrieven',
},
'useHoneypot label' => {
message => q|Gebruik honeypot|,
lastUpdated => 0,
},
'useHoneypot description' => {
message => q|Gebruik honeypot om spam te voorkomen.|,
lastUpdated => 0,
},
};
1;