18 lines
358 B
Perl
18 lines
358 B
Perl
package WebGUI::i18n::English::RegistrationStep_MailingSubscribe;
|
|
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
'Subscribe to mailings' => {
|
|
message => 'Subscribe to mailings',
|
|
},
|
|
'Subscribe to this mailing' => {
|
|
message => 'Subscribe to this mailing',
|
|
},
|
|
'Include newsletters' => {
|
|
message => 'Include newsletters',
|
|
},
|
|
};
|
|
|
|
1;
|
|
|