First cut at moving Subscribable to an Asset.

This commit is contained in:
Colin Kuskie 2010-03-03 18:43:28 -08:00
parent 7e673d4bc7
commit 5dc0299226
2 changed files with 44 additions and 48 deletions

View file

@ -0,0 +1,35 @@
package WebGUI::i18n::English::AssetAspect_Subscribable;
use strict;
our $I18N = {
"new post" => {
message => 'has posted to one of your subscriptions',
context => 'Title of the e-mail that is sent for subscriptions',
},
"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