Advertisement
belostotsky

Untitled

Jul 30th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. <script>
  2. ecwidMessages = {
  3. "AddressForm.state":"County",
  4. "AddressForm.zip":"Postcode",
  5. "CheckoutServiceImpl.required_fields":"Please complete your shipping/billing address for us to calculate your shipping costs. Note: County, Postcode and Country are mandatory fields.",
  6. "ChooseLocationAndShippingPopup.state":"County",
  7. "ChooseLocationAndShippingPopup.zip":"Postcode",
  8. "Minicart.out_of_stock":"The product is temporarily out of stock and cannot be put in the bag",
  9. "OrderBox.tax":"VAT",
  10. "OrderComponent.tax":"VAT",
  11. "PaymentMethod.bcheck":"Business cheque",
  12. "PaymentMethod.pcheck":"Personal cheque",
  13. "PaypalCheckout.tax":"VAT",
  14. "Person.enter_postal_code":"Please enter a valid postcode",
  15. "ProductDetails.out_of_stock":"Temporarily out of stock",
  16. "ProductDetails.price_includes_taxes":"This price includes VAT",
  17. "ShoppingCartView.estimated_tax":"Estimated VAT",
  18. "ShoppingCartView.not_precise":"VAT and shipping costs are not precise until you choose your address",
  19. "ShoppingCartView.shipping_tax_are_estimated_for_":"Shipping and VAT are estimated for ",
  20. "ShoppingCartView.tax":"VAT",
  21. "ShoppingCartView.tax_estimated_for":"VAT is estimated for ",
  22. "ProductBrowser.sign_in":"Sign In to your Account (or Create new Account)",
  23. "PrintableInvoice.thank_you":"Thank you for your order. Please note that the Order Number shown above is also the Invoice Number.",
  24. "AddressForm.line1_tip":" ",
  25. "AddressForm.line2_tip":" ",
  26. "ProductDetails.out_of_stock":"Write your text here"
  27. }
  28. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement