webgui/lib/WebGUI/i18n/English/AssetAspect_Subscribable.pm
2009-09-09 17:24:00 -05:00

14 lines
302 B
Perl

package WebGUI::i18n::English::AssetAspect_Subscribable;
use strict;
our $I18N = {
"new post" => {
message => 'has posted to one of your subscriptions',
lastUpdated => 0,
context => 'Title of the e-mail that is sent for subscriptions',
},
};
1;
#vim:ft=perl