variable sectioning for all non namespaced Help

This commit is contained in:
Colin Kuskie 2006-06-02 04:31:50 +00:00
parent 65a79bfb41
commit 8fad593e08
4 changed files with 427 additions and 161 deletions

View file

@ -13,71 +13,111 @@ our $I18N = {
context => q|An error message that's shown when an attempt is made to cancel a non recurring transaction.|
},
'errorMessage' => {
message => q|A message with an error concerning the cancellation of recurring payment.|,
lastUpdated => 1149222142,
},
'historyLoop' => {
message => q|A loop containing the transactions in the transaction history. Within this loop these variables are also available:|,
lastUpdated => 1149222142,
},
'amount.template' => {
message => q|The total amount of this transaction.|,
lastUpdated => 1149222142,
},
'recurring' => {
message => q|A boolean that indicates whether this is a recurring transaction or not.|,
lastUpdated => 1149222142,
},
'canCancel' => {
message => q|A boolean value indicating whether it's possible to cancel this transaction. This is only the case with recurring payments that haven't been canceled yet.|,
lastUpdated => 1149222142,
},
'cancelUrl' => {
message => q|The URL to visit when you ant to cancel this recurring transaction.|,
lastUpdated => 1149222142,
},
'initDate' => {
message => q|The date the transaction was initialized.|,
lastUpdated => 1149222142,
},
'completionDate' => {
message => q|The date on which the transaction has been confirmed.|,
lastUpdated => 1149222142,
},
'status.template' => {
message => q|The status for this transaction.|,
lastUpdated => 1149222142,
},
'lastPayedTerm' => {
message => q|The most recent term that has been payed. This is an integer.|,
lastUpdated => 1149222142,
},
'gateway' => {
message => q|The payment gateway that was used.|,
lastUpdated => 1149222142,
},
'gatewayId' => {
message => q|The ID that is assigned to this transaction by the payment gateway.|,
lastUpdated => 1149222142,
},
'transactionId' => {
message => q|The internal ID that is assigned to this transaction by WebGUI.|,
lastUpdated => 1149222142,
},
'userId' => {
message => q|The internal WebGUI user ID of the user that performed this transaction.|,
lastUpdated => 1149222142,
},
'itemLoop' => {
message => q|This loop contains all items the transaction consists of. These variables are available:|,
lastUpdated => 1149222142,
},
'amount.template' => {
message => q|The amount of this item.|,
lastUpdated => 1149222142,
},
'itemName' => {
message => q|The name of this item.|,
lastUpdated => 1149222142,
},
'itemId' => {
message => q|The internal WebGUI ID tied to this item.|,
lastUpdated => 1149222142,
},
'itemType' => {
message => q|The type that this item's of.|,
lastUpdated => 1149222142,
},
'quantity' => {
message => q|The quantity in which this item is bought.|,
lastUpdated => 1149222142,
},
'help purchase history template body' => {
message => q|The following template variables are available in this template:<br />
<br />
<b>errorMessage</b><br />
A message with an error concerning the cancellation of recurring payment.<br />
<br />
<b>historyLoop</b><br />
A loop containing the transactions in the transaction history. Within this loop these variables are also available:<br />
<div class="helpIndent">
<b>amount</b><br />
The total amount of this transaction.<br />
<br />
<b>recurring</b><br />
A boolean that indicates whether this is a recurring transaction or not.<br />
<br />
<b>canCancel</b><br />
A boolean value indicating whether it's possible to cancel this transaction. This is only the case with recurring payments that haven't been canceled yet.<br />
<br />
<b>cancelUrl</b><br />
The URL to visit when you ant to cancel this recurring transaction.<br />
<br />
<b>initDate</b><br />
The date the transaction was initialized.<br />
<br />
<b>completionDate</b><br />
The date on which the transaction has been confirmed.<br />
<br />
<b>status</b><br />
The status for this transaction.<br />
<br />
<b>lastPayedTerm</b><br />
The most recent term that has been payed. This is an integer.<br />
<br />
<b>gateway</b><br />
The payment gateway that was used.<br />
<br />
<b>gatewayId</b><br />
The ID that is assigned to this transaction by the payment gateway.<br />
<br />
<b>transactionId</b><br />
The internal ID that is assigned to this transaction by WebGUI.<br />
<br />
<b>userId</b><br />
The internal WebGUI user ID of the user that performed this transaction.<br />
<br />
<b>itemLoop</b>
This loop contains all items the transaction consists of. These variables are available:<br />
<div class="helpIndent">
<b>amount</b><br />
The amount of this item.<br />
<br />
<b>itemName</b><br />
The name of this item.<br />
<br />
<b>itemId</b><br />
The internal WebGUI ID tied to this item.<br />
<br />
<b>itemType</b><br />
The type that this item's of.<br />
<br />
<b>quantity</b><br />
The quantity in which this item is bought.<br />
</div>
</div>|,
lastUpdated => 1101753027,
message => q|<p>The following template variables are available in this template:</p>
|,
lastUpdated => 1149222379,
context => q|The body of the help page of the purchase history template.|
},
'help purchase history template title' => {