move product import to shelf

This commit is contained in:
JT Smith 2008-07-12 21:40:27 +00:00
parent 3642628dc6
commit cc0105a9a4
9 changed files with 317 additions and 432 deletions

View file

@ -3,6 +3,24 @@ package WebGUI::i18n::English::Asset_Shelf;
use strict;
our $I18N = {
'import' => {
message => q|Import Products|,
lastUpdated => 1212550974,
context => q|Label for bringing data into the Shop (Tax, Product, etc.)|
},
'export' => {
message => q|Export Products|,
lastUpdated => 1212550978,
context => q|Label for taking data out of the Shop (Tax, Product, etc.)|,
},
'import successful' => {
message => q|Your products have been imported.|,
lastUpdated => 1213047491,
context => q|Message telling the user the their products have been imported successfully.|
},
'price' => {
message => q|The price of this sku.|,
lastUpdated => 0,

View file

@ -927,30 +927,6 @@ our $I18N = {
context => q|Period name for a yearly subscription.|
},
'import' => {
message => q|Import|,
lastUpdated => 1212550974,
context => q|Label for bringing data into the Shop (Tax, Product, etc.)|
},
'export' => {
message => q|Export|,
lastUpdated => 1212550978,
context => q|Label for taking data out of the Shop (Tax, Product, etc.)|,
},
'import successful' => {
message => q|Your products have been imported.|,
lastUpdated => 1213047491,
context => q|Message telling the user the their products have been imported successfully.|
},
'view products' => {
message => q|View all imported products|,
lastUpdated => 1213047491,
context => q|Label for a shortcut to the import products folder|
},
'address1 help' => {
message => q|The first address line.|,
lastUpdated => 1213121298,