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

27 lines
642 B
Perl

package WebGUI::i18n::English::Macro_SubscriptionItemPurchaseUrl;
our $I18N = {
'macroName' => {
message => q|Subscription Item Purchase URL|,
lastUpdated => 1128919107,
},
'subscription item purchase url title' => {
message => q|Subscription Item Purchase URL Macro|,
lastUpdated => 1112548245,
},
'subscription item purchase url body' => {
message => q|
<p><b>&#94;SubscriptionItemPurchaseUrl(<i>subscriptionId</i>);</b><br />
This macro fetches the URL to purchase a subscription item identified
by its subscriptionId.</p>
<p>This Macro may be nested inside other Macros.</p>
|,
lastUpdated => 1168623124,
},
};
1;