27 lines
642 B
Perl
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>^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;
|