Add some more i18n labels used in the Product templates.

Update all 4 product templates to use the new buy variant template
variables.
This commit is contained in:
Colin Kuskie 2008-05-19 03:52:28 +00:00
parent 0e257e7c94
commit 6174d6995e
2 changed files with 16 additions and 0 deletions

View file

@ -342,6 +342,12 @@ our $I18N = {
lastUpdated => 1031514049
},
'specs' => {
message => q|Specs|,
lastUpdated => 1211168475,
context => q|Abbreviation of Specifications|,
},
'35' => {
message => q|Add a specification.|,
lastUpdated => 1031514049
@ -773,6 +779,16 @@ be useful, others may not.|,
lastUpdated => 1210611784,
},
'options' => {
message => q|Options|,
lastUpdated => 1211168603,
},
'other products' => {
message => q|Other Products|,
lastUpdated => 1211168991,
},
};
1;