spell check done

This commit is contained in:
Colin Kuskie 2004-11-29 23:58:12 +00:00
parent c6d9dd5267
commit 10fabf0818
2 changed files with 35 additions and 35 deletions

View file

@ -3,8 +3,8 @@ package WebGUI::i18n::English::Commerce;
our $I18N = {
'commerce settings' => {
message => q|Commerce|,
lastUpdated => 0,
context => q|The displayeed title of the Commerce Settings in the Admin Console|
lastUpdated => 1101772584,
context => q|The displayed title of the Commerce Settings in the Admin Console|
},
'pay button' => {
message => q|Pay|,
@ -70,13 +70,13 @@ our $I18N = {
This template is shown when a user is asked to confirm his purchase. The form data for the payment gateway is also shown here.<br>
<br>
<b>Transaction error template </b><br>
This is the template that's shown if any error occurs during the payment process. This could be a dclined credit card or a flase cvv2 code, for instance. Also an 'error' is triggered by a fraud protection filter or some other service that requires manual interaction from the merchant.<br>
This is the template that's shown if any error occurs during the payment process. This could be a declined credit card or a false cvv2 code, for instance. Also an 'error' is triggered by a fraud protection filter or some other service that requires manual interaction from the merchant.<br>
<br>
<b>Checkout canceled template</b><br>
This is the template that the user sees when he cancels the transaction. This normally only occurs with remote-side payment gateways (like PayPal). This is beacuse a site-side payment gateway usually uses a single step proces.<br>
This is the template that the user sees when he cancels the transaction. This normally only occurs with remote-side payment gateways (like PayPal). This is because a site-side payment gateway usually uses a single step process.<br>
<br>
<b>Send daily report to</b>
Everyday the scheduler plugin that checks and updates subscriptions send a report on on the succesful and failed term payments. Here you can set to whitch email address it should send this report.<br>
Everyday the scheduler plugin that checks and updates subscriptions send a report on on the successful and failed term payments. Here you can set to which email address it should send this report.<br>
<br>
<h2>Payment plugins</h2>
<b>Payment plugin</b><br>
@ -96,26 +96,26 @@ Your login to Versign PayflowPro.<br>
<br>
<b>Password</b>
Your password.<br>|,
lastUpdated => 0,
lastUpdated => 1101772591,
context => q|The content of the manage commerce help page.|
},
'manage commerce settings' => {
message => q|Manage commerce settings.|,
lastUpdated => 0,
context => q|The menu title for 'Manage commerce settings' in the adminconsole side menu.|
lastUpdated => 1101772609,
context => q|The menu title for 'Manage commerce settings' in the AdminConsole side menu.|
},
'pending transactions' => {
message => q|Show pending transactions.|,
lastUpdated => 0,
context => q|The menu title for 'Show pending transactions' in the adminconsole side menu.|
lastUpdated => 1101772617,
context => q|The menu title for 'Show pending transactions' in the AdminConsole side menu.|
},
'list pending transactions' => {
message => q|Pending transactions|,
lastUpdated => 0,
context => q|The title of the 'Show pending transactions' admin console screen.|
lastUpdated => 1101772628,
context => q|The title of the 'Show pending transactions' AdminConsole screen.|
},
'transactionId' => {
@ -223,7 +223,7 @@ Your password.<br>|,
<td valign="top" align="left">This means that this transaction has been completed successfully. You have purchased the product.</td>
</tr><tr>
<td valign="top" align="right"><b>Pending</b></td>
<td valign="top" align="left">This means that this transaction is under review. This could have anumber of causes, and normally this transaction is processed within a short time.</td>
<td valign="top" align="left">This means that this transaction is under review. This could have a number of causes, and normally this transaction is processed within a short time.</td>
</tr><tr>
<td valign="top" align="right"><b>Transaction Error</b></td>
<td valign="top" align="left">An unrecoverable error happened while processing the transaction.</td>
@ -232,7 +232,7 @@ Your password.<br>|,
<td valign="top" align="left">Something went wrong with the connection to the payment gateway. The admin has been notified.</td>
</tr>
</table>|,
lastUpdated => 0,
lastUpdated => 1101772638,
context => q|A message that explains the status codes that are returned in the transaction error template.|
},
@ -257,8 +257,8 @@ Your password.<br>|,
context => q|The title of the help page of the list pending transactions screen.|
},
'help manage pending transactions body' => {
message => q|All transactions that are marked as 'Pending' are listed here. Transactions are marked pending if some extra review is required. For instance when a transction is suspected of fraud. Pending transactions can also be tranactions that yet have to be confirmed by something as or similar to PayPals APN. If you have checked that the transaction is legit you can click on the 'Complete transaction' link.|,
lastUpdated => 0,
message => q|All transactions that are marked as 'Pending' are listed here. Transactions are marked pending if some extra review is required. For instance when a transaction is suspected of fraud. Pending transactions can also be transactions that yet have to be confirmed by something as or similar to PayPal's APN. If you have checked that the transaction is legit you can click on the 'Complete transaction' link.|,
lastUpdated => 1101772650,
context => q|The body of the help page of the list pending transactions screen.|
},
@ -274,12 +274,12 @@ Your password.<br>|,
message => q|The following template variable is available in this template:<br>
<br>
<b>message</b><br>
The internationalized cancelation message.|,
lastUpdated => 0,
The internationalized cancellation message.|,
lastUpdated => 1101772660,
context => q|The body of the help page of the cancel checkout template.|
},
'help checkout confirm template body' => {
message => q|This template separates normal and recurring items. A normal item is an item that is payed only once. Recuuring items are payed once a period, like a subscription.<br>
message => q|This template separates normal and recurring items. A normal item is an item that is payed only once. Recurring items are payed once a period, like a subscription.<br>
<br>
The following template variables are available in this template:<br>
<br>
@ -290,7 +290,7 @@ The title to use for this template.<br>
Th number of normal items in the shopping cart.<br>
<br>
<b>normalItemLoop</b>
A loop containing the normal items in the shoppingcart. The following template varaibles are available in this loop:<br>
A loop containing the normal items in the shopping-cart. The following template variables are available in this loop:<br>
<blockquote>
<b>quantity</b><br>
The quantity of the current item in the shopping cart.<br>
@ -308,14 +308,14 @@ A loop containing the normal items in the shoppingcart. The following template v
The price of the quantity of this item. (totalPrice = quantity * price)<br>
</blockquote>
<b>recurringItems</b><br>
The number of recurring items in the shoppingcart.<br>
The number of recurring items in the shopping cart.<br>
<br>
<b>recurringItemLoop</b><br>
A loop containing the recurring items in the shopping cart. For available template variables seen <b>normalItemLoop</b><br>
<br>
<b>form</b><br>
The form that's generated by the selected payment plugin.<br>|,
lastUpdated => 0,
lastUpdated => 1101772672,
context => q|The body of the help page of the confirm checkout template.|
},
'help checkout confirm template title' => {

View file

@ -15,7 +15,7 @@ our $I18N = {
message => q|This wobject creates a simple multipurpose data-entry form.
<br><br>
<b>Acknowledgement</b><br>
<b>Acknowledgment</b><br>
This message will be displayed to the user after they submit their data..
<p>
@ -34,14 +34,14 @@ Choose a template for your form.
Choose a template for the data that will be sent via email.
<p>
<b>Acknowlegement Template</b><br>
Choose a template that will be used to display the acknowlegement.
<b>Acknowledgment Template</b><br>
Choose a template that will be used to display the acknowledgment.
<p>
<b>List Template</b><br>
Choose a template that will be used to display the list of stored records in this Data Form.
<p>|,
lastUpdated => 1099535835,
lastUpdated => 1101772835,
},
'editField-vertical-label' => {
@ -130,7 +130,7 @@ Set the number of characters tall this form field will be. Only used on textarea
<p>
<b>Align vertical</b><br>
This property controls wheter radio buttons and checklists are laid out horizontally or vertically.
This property controls whether radio buttons and checklists are laid out horizontally or vertically.
<p>
<b>Extras</b><br>
@ -146,12 +146,12 @@ Enter the default value (if any) for the field. For Yes/No fields, enter "yes"
<p>
|,
lastUpdated => 1099532598,
lastUpdated => 1101772844,
},
'16' => {
message => q|Acknowledgement|,
lastUpdated => 1031514049,
message => q|Acknowledgment|,
lastUpdated => 1101772851,
},
'100' => {
@ -198,8 +198,8 @@ Enter the default value (if any) for the field. For Yes/No fields, enter "yes"
message => q|The following template variables are available for Data Form templates.
<p/>
<b>acknowledgement</b><br>
The acknowledgement specified in the wobject's properties. This message should be displayed after a user submits data.
<b>acknowledgment</b><br>
The acknowledgment specified in the wobject's properties. This message should be displayed after a user submits data.
<p>
<b>export.tab.url</b><br>
Following this URL will export the data stored to this data form as a tab delimited file.
@ -347,7 +347,7 @@ The end of the form.
<p>
*Only available if the user has already submitted the form.|,
lastUpdated => 1098920726
lastUpdated => 1101772868
},
'61' => {
@ -567,8 +567,8 @@ A conditional indicating whether this field exists for the mail subsystem of the
},
'81' => {
message => q|Acknowlegement Template|,
lastUpdated => 1052064282
message => q|Acknowledgment Template|,
lastUpdated => 1101772875
},
'8' => {