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

125 lines
2.8 KiB
Perl

package WebGUI::i18n::English::Macro_Product;
our $I18N = {
'add to cart' => {
message => q|Add to cart|,
lastUpdated => 0,
context => q|The label for the add to cart link.|
},
'available product configurations' => {
message => q|Available product configurations|,
lastUpdated => 0,
context => q|Message indicatin the available configurations.|
},
'macroName' => {
message => q|Product|,
lastUpdated => 1128918830,
},
'no sku or id' => {
message => q|No SKU or productId passed|,
lastUpdated => 1135117939,
},
'cannot find product' => {
message => q|Cannot find product|,
lastUpdated => 1128976376,
},
'product title' => {
message => q|Product Macro|,
lastUpdated => 1128965480,
},
'variants.message' => {
message => q|The internationalized text "^International("available product configurations","Macro_Product");"|,
lastUpdated => 1149217564,
},
'variantLoop' => {
message => q|A loop containing information about all variants about the Product.|,
lastUpdated => 1149217564,
},
'variant.compositionLoop' => {
message => q|A loop containing information about all variants about the Product.|,
lastUpdated => 1149217564,
},
'parameter' => {
message => q|The parameter that defines this variant, for example, size.|,
lastUpdated => 1149217564,
},
'value' => {
message => q|The value of the parameter, for the example of size, XL.|,
lastUpdated => 1149217564,
},
'variant.variantId' => {
message => q|The Id for this variant of the Product.|,
lastUpdated => 1149217564,
},
'variant.price' => {
message => q|The price for this variant of the Product.|,
lastUpdated => 1149217564,
},
'variant.weight' => {
message => q|The weight for this variant of the Product.|,
lastUpdated => 1149217564,
},
'variant.sku' => {
message => q|The SKU for this variant of the Product.|,
lastUpdated => 1149217564,
},
'variant.addToCart.url' => {
message => q|A URL to add this variant of the Product to the user's shopping cart.|,
lastUpdated => 1149217564,
},
'variant.addToCart.label' => {
message => q|An internationalized label, "^International("add to cart","Macro_Product");",
to display to the user for adding this variant
of the Product to their shopping cart.|,
lastUpdated => 1149217564,
},
'productId' => {
message => q|The unique identifier of this Product.|,
lastUpdated => 1149217564,
},
'title' => {
message => q|The title for this Product.|,
lastUpdated => 1149217564,
},
'description' => {
message => q|The description of this Product.|,
lastUpdated => 1149217564,
},
'price' => {
message => q|The Product's base cost.|,
lastUpdated => 1149217564,
},
'weight' => {
message => q|The Product's base weight.|,
lastUpdated => 1149217564,
},
'sku' => {
message => q|The Product's base SKU.|,
lastUpdated => 1149217564,
},
};
1;