webgui/lib/WebGUI/i18n/English/Asset_Shelf.pm

85 lines
2.4 KiB
Perl

package WebGUI::i18n::English::Asset_Shelf;
use strict;
our $I18N = {
'import' => {
message => q|Import Products|,
lastUpdated => 1212550974,
context => q|Label for bringing data into the Shop (Tax, Product, etc.)|
},
'export' => {
message => q|Export Products|,
lastUpdated => 1212550978,
context => q|Label for taking data out of the Shop (Tax, Product, etc.)|,
},
'import successful' => {
message => q|Your products have been imported.|,
lastUpdated => 1213047491,
context => q|Message telling the user the their products have been imported successfully.|
},
'price' => {
message => q|The price of this sku.|,
lastUpdated => 0,
context => q|a template variable|,
},
'thumbnailUrl' => {
message => q|The URL for a thumbnail image of this sku. If it has no thumbnail, then this variable will be empty.|,
lastUpdated => 0,
context => q|a template variable|,
},
'product_url' => {
message => q|The URL to this sku.|,
lastUpdated => 0,
context => q|a template variable|,
},
'addToCartForm' => {
message => q|If this product supports it, the form to add this product to the cart. It will contain a submit button and all required form elements needed to add the product to the cart.|,
lastUpdated => 0,
context => q|a template variable|,
},
'shelves' => {
message => q|A loop containing the list of shelves that are children of this one in the asset tree. Each record in the loop contains all the properties of a shelf.|,
lastUpdated => 0,
context => q|a template variable|,
},
'products' => {
message => q|A loop containing the list of products that match the keywords specified in this shelf. Each record in the loop contains all the properties of the matching sku, plus the following variables.|,
lastUpdated => 0,
context => q|a template variable|,
},
'subcategories' => {
message => q|Subcategories|,
lastUpdated => 0,
context => q|a template label|,
},
'shelf template' => {
message => q|Shelf Template|,
lastUpdated => 0,
context => q|a property|,
},
'shelf template help' => {
message => q|Choose the template that will display the list of products associated with this shelf.|,
lastUpdated => 0,
context => q|help for a property|,
},
'assetName' => {
message => q|Shelf|,
lastUpdated => 0,
context => q|the name of the asset|,
},
};
1;