Oshoplang = { 

RemoveError: 'Your custom string goes here (Message displayed when product is removed from the shopping cart)', 

Added: 'Your custom string goes here (Message displayed when product is added to the shopping cart. NOTE: The system will display the number of items added to the cart followed by your message)',

OutOfStock: 'Select a size please',

PreOrder: ' Your custom string goes here (Message displayed when pre-ordered product is added to the shopping cart. NOTE: The system will display the number of items added to the cart followed by your message)',

InvalidQuantity: 'Your custom string goes here (Message displayed when invalid quantity is added the shopping cart)',

CartEmpty: 'Your custom string goes here (Message displayed when the shopping cart is empty)',

CartUpdateSuccess: 'Your custom string goes here (Message displayed when the shopping cart is successfully updated)',

InvalidShip: 'Your custom string goes here (Message displayed when customer tries to check out without selecting a shipping option)',

ChooseState: 'Your custom string goes here (Message displayed when customer tries to check out without selecting a destination state)',

EnterZip: 'Your custom string goes here (Message displayed when customer tries to check out without entering a zip code)',

ChooseShip: 'Your custom string goes here (Message displayed when customer tries to check out without selecting a radio button shipping option)',

IncorrectGForm: 'Your custom string goes here (Message displayed when the gift voucher form in Admin -> More Customization Options -> Online Shop Layouts -> gift Voucher layout is broken)',

EnterGName: 'Your custom string goes here (Message displayed when customer tries to submit the Gift Voucher form without entering the recipients name)',

InvalidGEmail: 'Your custom string goes here (Message displayed when customer tries to submit the Gift Voucher form without entering a proper email address)',

EnterGMessage: 'Your custom string goes here (Message displayed when customer tries to submit the Gift Voucher form without entering a message for the recipient)' 

}