17 lines
372 B
Perl
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;
|
|
|