Internationalize MailingSubscribe reg plugin

This commit is contained in:
Martin Kamerbeek 2010-11-04 14:27:52 +01:00
parent 87afa361f4
commit 837123de93
3 changed files with 34 additions and 6 deletions

View file

@ -0,0 +1,15 @@
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;