15 lines
278 B
Perl
15 lines
278 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',
|
|
},
|
|
};
|
|
|
|
1;
|
|
|