56 lines
1.5 KiB
Perl
56 lines
1.5 KiB
Perl
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 sms' => {
|
|
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,
|
|
},
|
|
|
|
'sms gateway' => {
|
|
message => q|SMS gateway|,
|
|
context => q|email to SMS/text email address for this site.|,
|
|
lastUpdated => 1235685248,
|
|
},
|
|
|
|
'sms gateway help' => {
|
|
message => q|The email address that this site would use to send an SMS message.|,
|
|
lastUpdated => 1235695517,
|
|
},
|
|
|
|
'send inbox notifications only' => {
|
|
message => q|Send only Inbox notifications|,
|
|
context => q|Site setting. A notification is a short message that something is in the Inbox.|,
|
|
lastUpdated => 1235685248,
|
|
},
|
|
|
|
'send inbox notifications only help' => {
|
|
message => q|Should WebGUI always just send notifications about Inbox messages, instead of the message itself?|,
|
|
lastUpdated => 1235696295,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|
|
#vim:ft=perl
|