webgui/lib/WebGUI/i18n/English/Shop.pm
2008-05-20 21:00:00 +00:00

482 lines
9.6 KiB
Perl

package WebGUI::i18n::English::Shop;
use strict;
our $I18N = {
'print' => {
message => q|Print|,
lastUpdated => 0,
context => q|a link label|,
},
'view cart' => {
message => q|View Cart|,
lastUpdated => 0,
context => q|a link label|,
},
'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|
},
'tracking number' => {
message => q|Tracking #|,
lastUpdated => 0,
context => q|field label|
},
'order status' => {
message => q|Order Status|,
lastUpdated => 0,
context => q|field label|
},
'Shipped' => {
message => q|Shipped|,
lastUpdated => 0,
context => q|field label|
},
'NotShipped' => {
message => q|Not Shipped|,
lastUpdated => 0,
context => q|field label|
},
'Backordered' => {
message => q|Backordered|,
lastUpdated => 0,
context => q|field label|
},
'Cancelled' => {
message => q|Cancelled|,
lastUpdated => 0,
context => q|field label|
},
'vendors' => {
message => q|Vendors|,
lastUpdated => 0,
context => q|admin function label|
},
'update' => {
message => q|Update|,
lastUpdated => 0,
context => q|button label|
},
'refund' => {
message => q|Refund|,
lastUpdated => 0,
context => q|button label|
},
'date' => {
message => q|Date|,
lastUpdated => 0,
context => q|field label|
},
'notes' => {
message => q|Notes|,
lastUpdated => 0,
context => q|field label|
},
'manage' => {
message => q|Manage|,
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|
},
'shipping method' => {
message => q|Shipping Method|,
lastUpdated => 0,
context => q|field label|
},
'shipping amount' => {
message => q|Shipping Amount|,
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|
},
'available' => {
message => q|Available|,
lastUpdated => 0,
context => q|a label in the cart|
},
'in shop credit' => {
message => q|In-Shop Credit|,
lastUpdated => 0,
context => q|a label in the cart|
},
'in shop credit used' => {
message => q|In-Shop Credit Used|,
lastUpdated => 0,
context => q|a label in the transaction|
},
'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|
},
'date created' => {
message => q|Date Created|,
lastUpdated => 0,
context => q|a label in the vendor manager|
},
'add a new address' => {
message => q|Add A New Address|,
lastUpdated => 0,
context => q|a button in the address book|
},
'add a vendor' => {
message => q|Add A Vendor|,
lastUpdated => 0,
context => q|a button in the vendor manager|
},
'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|
},
'shipping address' => {
message => q|Shipping Address|,
lastUpdated => 0,
context => q|Label in view transaction|,
},
'payment address' => {
message => q|Payment Address|,
lastUpdated => 0,
context => q|Label in view transaction|,
},
'transaction id' => {
message => q|Transaction ID|,
lastUpdated => 0,
context => q|Label in view transaction|,
},
'add to cart' => {
message => q|Add to cart|,
lastUpdated => 1211080800,
context => q|The label for the add to cart button.|
},
};
1;