Added first name and last name address options for products.

This commit is contained in:
Kaleb Murphy 2008-07-29 20:46:17 +00:00
parent 77aec308c1
commit 2c41d60933
7 changed files with 58 additions and 21 deletions

View file

@ -650,6 +650,16 @@ our $I18N = {
lastUpdated => 0,
context => q|a label in the address editor|
},
'firstName' => {
message => q|First Name|,
lastUpdated => 0,
context => q|a label in the address editor|
},
'lastName' => {
message => q|Last Name|,
lastUpdated => 0,
context => q|a label in the address editor|
},
'address' => {
message => q|Address|,