Message Center i18n.

This commit is contained in:
Colin Kuskie 2009-02-26 15:26:04 -08:00
parent 684d67fd37
commit e1f77b502d

View file

@ -0,0 +1,34 @@
package WebGUI::i18n::English::Message_Center;
use strict;
our $I18N = {
'receive inbox notifications' => {
message => q|Inbox notifications contain.|,
context => q|Allows a user to choose how they get notified about things in their Inbox.|,
lastUpdated => 1235685248,
},
'short notification' => {
message => q|Short notification|,
context => q|An abbreviated, short message that they have an email.|,
lastUpdated => 1235685248,
},
'full message' => {
message => q|Full content from message|,
context => q|The entire content of the Inbox message.|,
lastUpdated => 1235685248,
},
'receive inbox emails' => {
message => q|Receive inbox notification via SMS?|,
context => q|Allows a user to choose how they get notified about things in their Inbox.|,
lastUpdated => 1235685248,
},
};
1;
#vim:ft=perl