15 lines
284 B
Perl
15 lines
284 B
Perl
package WebGUI::i18n::Dutch::RegistrationStep_MailingSubscribe;
|
|
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
'Subscribe to mailings' => {
|
|
message => 'Abonneren op nieuwsbrieven',
|
|
},
|
|
'Subscribe to this mailing' => {
|
|
message => 'Abonneer op deze nieuwsbrief',
|
|
},
|
|
};
|
|
|
|
1;
|
|
|