Fix Subscribable aspect i18n. Fixes bug #11003.
This commit is contained in:
parent
6c4d146e10
commit
dd9a78d24e
3 changed files with 26 additions and 23 deletions
|
|
@ -3,11 +3,27 @@ package WebGUI::i18n::English::AssetAspect_Subscribable;
|
|||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
"new post" => {
|
||||
message => 'has posted to one of your subscriptions',
|
||||
|
||||
"Subscription Group" => {
|
||||
message => 'Subscription Group',
|
||||
lastUpdated => 0,
|
||||
context => 'Title of the e-mail that is sent for subscriptions',
|
||||
},
|
||||
|
||||
"Subscription Group help" => {
|
||||
message => 'The users who are subscribed to recieve e-mail alerts for this asset',
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
"Email Template" => {
|
||||
message => 'Email Template',
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
"Email Template help" => {
|
||||
message => 'The template to use to send out e-mail notifications',
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue