338 lines
7.1 KiB
Perl
338 lines
7.1 KiB
Perl
package WebGUI::i18n::English::Shop;
|
|
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
'my purchases template' => {
|
|
message => q|My Purchases Template|,
|
|
lastUpdated => 0,
|
|
context => q|commerce setting|
|
|
},
|
|
|
|
'my purchases template help' => {
|
|
message => q|Which template should be used to display a user's order history?|,
|
|
lastUpdated => 0,
|
|
context => q|commerce setting help|
|
|
},
|
|
|
|
'my purchases detail template' => {
|
|
message => q|My Purchases Detail Template|,
|
|
lastUpdated => 0,
|
|
context => q|commerce setting|
|
|
},
|
|
|
|
'my purchases detail template help' => {
|
|
message => q|Which template should be used to display a user's order history detail? An individual sale rather than the whole transaction list.|,
|
|
lastUpdated => 0,
|
|
context => q|commerce setting help|
|
|
},
|
|
|
|
'username' => {
|
|
message => q|User|,
|
|
lastUpdated => 0,
|
|
context => q|field label|
|
|
},
|
|
|
|
'date' => {
|
|
message => q|Date|,
|
|
lastUpdated => 0,
|
|
context => q|field label|
|
|
},
|
|
|
|
'order number' => {
|
|
message => q|Order #|,
|
|
lastUpdated => 0,
|
|
context => q|field label|
|
|
},
|
|
|
|
'status code' => {
|
|
message => q|Status Code|,
|
|
lastUpdated => 0,
|
|
context => q|field label|
|
|
},
|
|
|
|
'status message' => {
|
|
message => q|Status Message|,
|
|
lastUpdated => 0,
|
|
context => q|field label|
|
|
},
|
|
|
|
'payment method' => {
|
|
message => q|Payment Method|,
|
|
lastUpdated => 0,
|
|
context => q|field label|
|
|
},
|
|
|
|
'add shipper' => {
|
|
message => q|Add Shipping Method|,
|
|
lastUpdated => 0,
|
|
context => q|button in shipping manager|
|
|
},
|
|
|
|
'shopping cart template' => {
|
|
message => q|Cart Template|,
|
|
lastUpdated => 0,
|
|
context => q|commerce setting|
|
|
},
|
|
|
|
'shopping cart template help' => {
|
|
message => q|Choose the template that you want used to render the shopping cart.|,
|
|
lastUpdated => 0,
|
|
context => q|commerce setting help|
|
|
},
|
|
|
|
'address book template' => {
|
|
message => q|Address Book Template|,
|
|
lastUpdated => 0,
|
|
context => q|commerce setting|
|
|
},
|
|
|
|
'address book template help' => {
|
|
message => q|Choose the template you want used to render the address book.|,
|
|
lastUpdated => 0,
|
|
context => q|commerce setting help|
|
|
},
|
|
|
|
'edit address template' => {
|
|
message => q|Edit Address Template|,
|
|
lastUpdated => 0,
|
|
context => q|commerce setting|
|
|
},
|
|
|
|
'edit address template help' => {
|
|
message => q|Choose the template you want used to render the address edit form.|,
|
|
lastUpdated => 0,
|
|
context => q|commerce setting help|
|
|
},
|
|
|
|
'transactions' => {
|
|
message => q|Transactions|,
|
|
lastUpdated => 0,
|
|
context => q|admin function label|
|
|
},
|
|
|
|
'payment methods' => {
|
|
message => q|Payment Methods|,
|
|
lastUpdated => 0,
|
|
context => q|admin function label|
|
|
},
|
|
|
|
'shipping methods' => {
|
|
message => q|Shipping Methods|,
|
|
lastUpdated => 0,
|
|
context => q|admin function label|
|
|
},
|
|
|
|
'taxes' => {
|
|
message => q|Taxes|,
|
|
lastUpdated => 0,
|
|
context => q|admin function label|
|
|
},
|
|
|
|
'shop settings' => {
|
|
message => q|Shop Settings|,
|
|
lastUpdated => 0,
|
|
context => q|admin function label|
|
|
},
|
|
|
|
'is a required field' => {
|
|
message => q|%s is a required field.|,
|
|
lastUpdated => 0,
|
|
context => q|an error message|
|
|
},
|
|
|
|
'label' => {
|
|
message => q|Label|,
|
|
lastUpdated => 0,
|
|
context => q|a label in the address editor|
|
|
},
|
|
|
|
'label help' => {
|
|
message => q|eg: 'Home' or 'Work'|,
|
|
lastUpdated => 0,
|
|
context => q|a label in the address editor|
|
|
},
|
|
|
|
'name' => {
|
|
message => q|Name|,
|
|
lastUpdated => 0,
|
|
context => q|a label in the address editor|
|
|
},
|
|
|
|
'address' => {
|
|
message => q|Address|,
|
|
lastUpdated => 0,
|
|
context => q|a label in the address editor|
|
|
},
|
|
|
|
'city' => {
|
|
message => q|City|,
|
|
lastUpdated => 0,
|
|
context => q|a label in the address editor|
|
|
},
|
|
|
|
'state' => {
|
|
message => q|State / Province|,
|
|
lastUpdated => 0,
|
|
context => q|a label in the address editor|
|
|
},
|
|
|
|
'code' => {
|
|
message => q|Postal / Zip Code|,
|
|
lastUpdated => 0,
|
|
context => q|a label in the address editor|
|
|
},
|
|
|
|
'country' => {
|
|
message => q|Country|,
|
|
lastUpdated => 0,
|
|
context => q|a label in the address editor|
|
|
},
|
|
|
|
'phone number' => {
|
|
message => q|Phone Number|,
|
|
lastUpdated => 0,
|
|
context => q|a label in the address editor|
|
|
},
|
|
|
|
'add a new address' => {
|
|
message => q|Add A New Address|,
|
|
lastUpdated => 0,
|
|
context => q|a button in the address book|
|
|
},
|
|
|
|
'delete' => {
|
|
message => q|Delete|,
|
|
lastUpdated => 0,
|
|
context => q|a button in the address book|
|
|
},
|
|
|
|
'edit' => {
|
|
message => q|Edit|,
|
|
lastUpdated => 0,
|
|
context => q|a button in the address book|
|
|
},
|
|
|
|
'use this address' => {
|
|
message => q|Use This Address|,
|
|
lastUpdated => 0,
|
|
context => q|a button in the address book|
|
|
},
|
|
|
|
'too many of this item' => {
|
|
message => q|Can't add that many %s to your cart.|,
|
|
lastUpdated => 0,
|
|
context => q|an error message|
|
|
},
|
|
|
|
'subtotal' => {
|
|
message => q|Subtotal|,
|
|
lastUpdated => 0,
|
|
context => q|a summary heading in the cart|
|
|
},
|
|
|
|
'coupon' => {
|
|
message => q|Coupon|,
|
|
lastUpdated => 0,
|
|
context => q|a summary heading in the cart|
|
|
},
|
|
|
|
'tax' => {
|
|
message => q|Tax|,
|
|
lastUpdated => 0,
|
|
context => q|a summary heading in the cart|
|
|
},
|
|
|
|
'total' => {
|
|
message => q|Total|,
|
|
lastUpdated => 0,
|
|
context => q|a summary heading in the cart|
|
|
},
|
|
|
|
'shipping' => {
|
|
message => q|Shipping|,
|
|
lastUpdated => 0,
|
|
context => q|a summary heading in the cart|
|
|
},
|
|
|
|
'not applicable' => {
|
|
message => q|N/A|,
|
|
lastUpdated => 0,
|
|
context => q|shipping not possible on this item because it's not a physical good|
|
|
},
|
|
|
|
'item' => {
|
|
message => q|Item|,
|
|
lastUpdated => 0,
|
|
context => q|a column heading label in the shopping cart|
|
|
},
|
|
|
|
'price' => {
|
|
message => q|Price|,
|
|
lastUpdated => 0,
|
|
context => q|a column heading label in the shopping cart|
|
|
},
|
|
|
|
'quantity' => {
|
|
message => q|Quantity|,
|
|
lastUpdated => 0,
|
|
context => q|a column heading label in the shopping cart|
|
|
},
|
|
|
|
'extended price' => {
|
|
message => q|Extended Price|,
|
|
lastUpdated => 0,
|
|
context => q|a column heading label in the shopping cart|
|
|
},
|
|
|
|
'per item shipping' => {
|
|
message => q|Per Item Shipping|,
|
|
lastUpdated => 0,
|
|
context => q|a column heading label in the shopping cart|
|
|
},
|
|
|
|
'remove button' => {
|
|
message => q|Remove|,
|
|
lastUpdated => 0,
|
|
context => q|a button a user clicks on to remove an item from the cart|
|
|
},
|
|
|
|
'checkout button' => {
|
|
message => q|Checkout|,
|
|
lastUpdated => 0,
|
|
context => q|a button the user clicks on to proceed to payment options|
|
|
},
|
|
|
|
'choose shipping button' => {
|
|
message => q|Choose Shipping Address|,
|
|
lastUpdated => 0,
|
|
context => q|a button the user clicks on to choose shipping information|
|
|
},
|
|
|
|
'update cart button' => {
|
|
message => q|Update Cart|,
|
|
lastUpdated => 0,
|
|
context => q|a button the user clicks on to apply changes to the cart|
|
|
},
|
|
|
|
'continue shopping button' => {
|
|
message => q|Continue Shopping|,
|
|
lastUpdated => 0,
|
|
context => q|a button the user clicks on to go back to shopping after viewing the cart|
|
|
},
|
|
|
|
'shop' => {
|
|
message => q|Shop|,
|
|
lastUpdated => 0,
|
|
context => q|the title of all commerce related stuff in the admin console|
|
|
},
|
|
|
|
'ship to button' => {
|
|
message => q|Ship To|,
|
|
lastUpdated => 0,
|
|
context => q|a button the user clicks on to set shipping information|
|
|
},
|
|
|
|
};
|
|
|
|
1;
|