38 lines
689 B
Perl
38 lines
689 B
Perl
package WebGUI::i18n::English::Macro_SubscriptionItem;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|Subscription Item|,
|
|
lastUpdated => 1128919093,
|
|
},
|
|
|
|
'subscription item title' => {
|
|
message => q|Subscription Item Macro Template Variables|,
|
|
lastUpdated => 1184712144,
|
|
},
|
|
|
|
'url' => {
|
|
message => q|The URL to purchase a subscription to this item.|,
|
|
lastUpdated => 1149217400,
|
|
},
|
|
|
|
'name' => {
|
|
message => q|The name of the item.|,
|
|
lastUpdated => 1149217400,
|
|
},
|
|
|
|
'description' => {
|
|
message => q|The description of the item.|,
|
|
lastUpdated => 1149217400,
|
|
},
|
|
|
|
'price' => {
|
|
message => q|The price of the item.|,
|
|
lastUpdated => 1149217400,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|