14 lines
302 B
Perl
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
|