finalize template variable names for the variant buy form. Add help for template variables and i18n

This commit is contained in:
Colin Kuskie 2008-05-12 17:20:53 +00:00
parent 3ae4c8692b
commit a0ef1b5494
3 changed files with 29 additions and 5 deletions

View file

@ -753,6 +753,26 @@ be useful, others may not.|,
context => q|The label for the add to cart button.|
},
'buy_form_header' => {
message => q|HTML code to start the form for putting variant into a shopping cart. |,
lastUpdated => 1210611784,
},
'buy_form_options' => {
message => q|A dropdown list of available variants for this product.|,
lastUpdated => 1210611784,
},
'buy_form_button' => {
message => q|The submit button for the form, with internationalized text.|,
lastUpdated => 1210611784,
},
'buy_form_footer' => {
message => q|HTML code to end the form for putting variant into a shopping cart. |,
lastUpdated => 1210611784,
},
};
1;