webgui/lib/WebGUI/i18n/English/Macro_SubscriptionItem.pm
2007-01-12 17:40:58 +00:00

52 lines
1.2 KiB
Perl

package WebGUI::i18n::English::Macro_SubscriptionItem;
our $I18N = {
'macroName' => {
message => q|Subscription Item|,
lastUpdated => 1128919093,
},
'subscription item title' => {
message => q|Subscription Item Macro|,
lastUpdated => 1112547248,
},
'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,
},
'subscription item body' => {
message => q|
<p><b>&#94;SubscriptionItem(<i>subscriptionId</i>,[<i>templateId</i>]);</b><br />
This macro is used to display information about subscription items from your site.
It accepts two arguments, the Id of the subscription item and an optional
template to use instead of the default template, specified by a template Id
from the Macro/SubscriptionItem namespace.</p>
<p>This Macro may not be nested inside other Macros.</p>
<p>These variables are available in the template:</p>
|,
lastUpdated => 1168623113,
},
};
1;