webgui/lib/WebGUI/i18n/English/Macro_Product.pm
2005-04-25 22:29:37 +00:00

17 lines
372 B
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.|
}
};
1;