var texts = new Array();
texts["confirmBCMismatch@checkout_new.js"] = "You have selected contact lenses with different base curves. Are you sure that you have selected the correct base curves?";
texts["street@checkout_submit.js"] = "Street address";
texts["ssnLong@checkout_submit.js"] = "Birth date (DDMMYY)";
texts["freightValue@"] = "3.5";
texts["selectContactLens@product_rows_new.js"] = "Select contact lens";
texts["contactLens@checkout_new.js"] = "CONTACT LENS";
texts["numberOfBoxes@product_rows_new.js"] = "Quantity";
texts["enterValidEmail@checkout_submit.js"] = "Please enter your e-mail address correctly";
texts["power@product_rows_new.js"] = "Power";
texts["diameter@product_rows_new.js"] = "Diameter";
texts["enterZipLong@checkout_submit.js"] = "Please enter your postcode";
texts["bottles@checkout_new.js"] = "bottles";
texts["email@checkout_submit.js"] = "E-mail";
texts["remove@product_rows_new.js"] = "Delete   ";
texts["cylinder@product_rows_new.js"] = "Cylinder";
texts["invoice@checkout_new.js"] = "Invoice";
texts["confirmRemove@checkout_new.js"] = "Are you sure you want to delete?";
texts["confirmIncompleteOrder@checkout_submit.js"] = "Some of the product rows you have filled out are missing parameters, the rows will not be included in your order. Do you want to continue?";
texts["confirmDIMismatch@checkout_new.js"] = "You have selected contact lenses with different diameters. Are you sure that you have selected the correct diameters?";
texts["currencySignFirst@"] = "1";
texts["city@checkout_submit.js"] = "City";
texts["enterStreet@checkout_submit.js"] = "please enter your address";
texts["enterSsn@checkout_submit.js"] = "Please enter your birth date";
texts["decimalSeparator@checkout_new.js"] = ".";
texts["axis@product_rows_new.js"] = "Axis";
texts["disableInvoiceAbove@checkout_new.js"] = "250";
texts["info@product_rows_new.js"] = "Info";
texts["enterValidPhoneNo@checkout_submit.js"] = "Please enter a valid phone number.";
texts["rightEye@checkout_new.js"] = "RIGHT EYE";
texts["firstName@checkout_submit.js"] = "First name";
texts["confirmPrescription@checkout_submit.js"] = "Please confirm that you have a prescription from a qualified Eye Care Practitioner for the contact lenses that you are ordering";
texts["enterFirstName@checkout_submit.js"] = "Please enter your first name";
texts["enterSsnLong@checkout_submit.js"] = "Please enter your birth date correctly (DDMMYY)";
texts["color@product_rows_new.js"] = "Colour ";
texts["box@checkout_new.js"] = "box";
texts["baseCurve@product_rows_new.js"] = "BC";
texts["currencyPerBox@checkout_new.js"] = "£/box";
texts["confirmPWMismatch@checkout_new.js"] = "You have selected contact lenses with both plus and minus powers. Are you sure that you have selected the correct powers?";
texts["enterValidCell@checkout_submit.js"] = "Please enter a valid mobile phone number.  ";
texts["number@checkout_new.js"] = "Quantity";
texts["confirmRemoveEmptyRow@checkout_new.js"] = "Are you sure want to delete the chosen products";
texts["leftEye@checkout_new.js"] = "LEFT EYE";
texts["currencyPerBottle@checkout_new.js"] = "£/ bottle";
texts["enterEmail@checkout_submit.js"] = "Please enter your e-mail address";
texts["zip@checkout_submit.js"] = "Postcode";
texts["selectAccessories@product_rows_new.js"] = "Select solution";
texts["enterLastName@checkout_submit.js"] = "Please enter your surname";
texts["volume@product_rows_new.js"] = "Size";
texts["number@product_rows_new.js"] = "Quantity";
texts["and@checkout_new.js"] = "and";
texts["items@checkout_new.js"] = "boxes";
texts["lastName@checkout_submit.js"] = "Surname";
texts["enterOnePhoneNo@checkout_submit.js"] = "Please enter at least one phone number";
texts["boxes@checkout_new.js"] = "boxes";
texts["bottle@checkout_new.js"] = "bottle";
texts["currency@checkout_new.js"] = "£";
texts["enterZip@checkout_submit.js"] = "Please enter your postcode";
texts["zeroItems@checkout_new.js"] = "0 pc";
texts["currencyDecimals@checkout_new.js"] = "2";
texts["accessories@product_rows_new.js"] = "SOLUTION";
texts["enterCity@checkout_submit.js"] = "Please enter your country ";
texts["size@product_rows_new.js"] = "Size";
texts["total@checkout_new.js"] = "Total:";
texts["extraPower@product_rows_new.js"] = "Extra power";
texts["number@checkout_submit.js"] = "Quantity";
function getText(id) {
  var t = texts[id];
  if (t) {
     return t;
  } else {
     return id;
  }
}
