Internationalized system messages.
This commit is contained in:
parent
bcb265e188
commit
2490e166d3
15 changed files with 422 additions and 79 deletions
|
|
@ -3,7 +3,15 @@ package WebGUI::i18n::English::AssetAspect_Mailable;
|
|||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'mail template' => {
|
||||
message => 'Mail style template',
|
||||
},
|
||||
'mailing' => {
|
||||
message => 'Mailing',
|
||||
},
|
||||
'subject' => {
|
||||
message => 'Subject',
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
60
lib/WebGUI/i18n/English/AssetAspect_Subscriber.pm
Normal file
60
lib/WebGUI/i18n/English/AssetAspect_Subscriber.pm
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
package WebGUI::i18n::English::AssetAspect_Subscriber;
|
||||
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'Subscription group' => {
|
||||
message => 'Subscription group',
|
||||
},
|
||||
'Enable subscription' => {
|
||||
message => 'Enable subscription',
|
||||
},
|
||||
'require confirmation' => {
|
||||
message => 'Always require subscription confirmation?',
|
||||
},
|
||||
'allow anonymous' => {
|
||||
message => 'Allow anonymous subscription?',
|
||||
},
|
||||
'confirmation required template' => {
|
||||
message => 'Confirmation required template',
|
||||
},
|
||||
'confirmation email subject' => {
|
||||
message => 'Confirmation email subject',
|
||||
},
|
||||
'confirmation email template' => {
|
||||
message => 'Confirmation email template',
|
||||
},
|
||||
'no mutation subject' => {
|
||||
message => 'No mutation email subject',
|
||||
},
|
||||
'no mutation template' => {
|
||||
message => 'No mutation email template',
|
||||
},
|
||||
'tab name' => {
|
||||
message => 'Subscription',
|
||||
},
|
||||
|
||||
|
||||
'subscribe' => {
|
||||
message => 'Subscribe',
|
||||
},
|
||||
'unsubscribe' => {
|
||||
message => 'Unsubscribe',
|
||||
},
|
||||
|
||||
'click to confirm fallback' => {
|
||||
message => 'Click here to confirm your (un)subscription: %s',
|
||||
},
|
||||
'already subscribed fallback' => {
|
||||
message => 'This email address is already subscribed to %s',
|
||||
},
|
||||
|
||||
'anonnymous not allowed' => {
|
||||
message => 'Anonymous subscription is not allowed. Please log in to (un)subscribe',
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
||||
|
||||
|
|
@ -3,12 +3,22 @@ package WebGUI::i18n::English::Asset_NewsletterCollection;
|
|||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
assetName => {
|
||||
message => 'Newsletter collection',
|
||||
},
|
||||
'subscribe' => {
|
||||
message => 'subscribe',
|
||||
},
|
||||
'unsubscribe' => {
|
||||
message => 'unsubscribe',
|
||||
},
|
||||
'template' => {
|
||||
message => 'Template',
|
||||
},
|
||||
'number of recent issues' => {
|
||||
message => 'Number of recent issues',
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
63
lib/WebGUI/i18n/English/MailingManager.pm
Normal file
63
lib/WebGUI/i18n/English/MailingManager.pm
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
package WebGUI::i18n::English::MailingManager;
|
||||
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'manage mailings' => {
|
||||
message => 'Manage mailings',
|
||||
},
|
||||
'newsletter settings' => {
|
||||
message => 'Newsletter settings',
|
||||
},
|
||||
'bounce scores' => {
|
||||
message => 'Bounce scores',
|
||||
},
|
||||
|
||||
'newsletter domain name' => {
|
||||
message => 'Newsletter domain name',
|
||||
},
|
||||
'bounce score threshold' => {
|
||||
message => 'Bounce score threshold',
|
||||
},
|
||||
|
||||
'email' => {
|
||||
message => 'Email',
|
||||
},
|
||||
'bounce score' => {
|
||||
message => 'Bounce score',
|
||||
},
|
||||
|
||||
'cannot cancel' => {
|
||||
message => 'Cannot cancel mailing \'%s\'.',
|
||||
},
|
||||
'error' => {
|
||||
message => 'An error occurred',
|
||||
},
|
||||
'configure mailing' => {
|
||||
message => 'Configure mailing',
|
||||
},
|
||||
'switch user' => {
|
||||
message => 'Switch user',
|
||||
},
|
||||
'return to manager' => {
|
||||
message => 'Return to mailing manager',
|
||||
},
|
||||
'send mailing at' => {
|
||||
message => 'Send mailing at',
|
||||
},
|
||||
'schedule mailing' => {
|
||||
message => 'Schedule mailing',
|
||||
},
|
||||
'test recipient' => {
|
||||
message => 'Recipient address for test emails',
|
||||
},
|
||||
'test users' => {
|
||||
message => 'Generate test emails for',
|
||||
},
|
||||
'send test mails' => {
|
||||
message => 'Send test emails',
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue