30 lines
625 B
Perl
30 lines
625 B
Perl
package WebGUI::i18n::English::AssetAspect_Subscribable;
|
|
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
|
|
"Subscription Group" => {
|
|
message => 'Subscription Group',
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
"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;
|
|
#vim:ft=perl
|