/**
 *	Set the language variables
 *  English US Array
 *
 **/

language = new Array()

language['serviceTypeErased'] = "All data about this Service Type will be erased !";
language['correctWeight'] = "Please enter correct weight value in pounds and ounces\nEx: .30 => 30 ounces\n1.30 => 1 pound and 30 ounces";
language['notAgreeTerms'] = "You did not agree the terms.";
language['completeRequiredFields'] = "Please, complete all required fields.";
language['invalidInterval'] = "Invalid Interval.";
language['selectPaymentType'] = "Please, Select a Payment Type !";
language['correctRequiredFields'] = "Please correct missing required fields:";
language['chooseOneShippingService'] = "Please, choose one Shipping Service.";
language['completeAllInformation'] = "Please complete all information.";
language['validCardNumber'] = "Please enter a valid card number.";
language['validCardNumberDigits'] = "Please enter a valid card number. Use only digits. do not use spaces or hyphens.";
language['validAmexCardNumber'] = "Please enter a valid American Express Card number.";
language['validDiscoverCardNumber'] = "Please enter a valid Discover Card number.";
language['validMarterCardNumber'] = "Please enter a valid MasterCard number.";
language['validVisaCardNumber'] = "Please enter a valid Visa Card number.";
language['validCreditCardNumber'] = "Enter a valid credit card number.";
language['validExpirationDate'] = "The expiration date you have entered would make this card invalid.";
language['chooseOneCompany'] = "Please, Choose, at least, one company";
language['chooseOneItem'] = "You have to choose one item to edit !";
language['underConstruction'] = "Under construction !";
language['badRequest'] = "Bad Request! Request page not found.";
language['chooseAllOptions'] = "Please choose all options.";
language['itemAdded'] = "This item has been added to your quote";
language['checkout'] = "checkout";
language['itemAddedRfp'] = "This item has been added to your quote";
language['viewCart'] = "View your quote request and submit";
language['viewCartRfp'] = "View Your quote request and submit";
language['productUnavailable'] = "This product is unavailable";
language['thereAreOnly'] = "There are only";
language['available'] = "avaiable";
language['billingAddress'] = "Billing Address";
language['billingShippingAddress'] = "Billing / Shipping Address";
language['billingFirstName'] = "Billing First Name";
language['billingLastName'] = "Billing Last Name";
language['billingEmailAddress'] = "Billing Email Address";
language['billingPhone'] = "Billing Phone";
language['billingAddress1'] = "Billing Address 1";
language['billingCity'] = "Billing City";
language['billingProvince'] = "Billing Province";
language['billingState'] = "Billing State";
language['billingValidPostalCode'] = "Valid Billing Postal/Zip Code";
language['shippingFirstName'] = "Shipping First Name";
language['shippingLastName'] = "Shipping Last Name";
language['shippingEmailAddress'] = "Shipping Email Address";
language['shippingPhone'] = "Shipping Phone";
language['shippingAddress1'] = "Shipping Address 1";
language['shippingCity'] = "Shipping City";
language['shippingProvince'] = "Shipping Province";
language['shippingState'] = "Shipping State";
language['shippingValidPostalCode'] = "Shipping Postal/Zip Code";
language['bsFistName'] = "Billing/Shipping First Name";
language['bsLastName'] = "Billing/Shipping Last Name";
language['bsEmailAddress'] = "Billing/Shipping Email Address";
language['bsPhone'] = "Billing/Shipping Phone";
language['bsAddress1'] = "Billing/Shipping Address 1";
language['bsCity'] = "Billing/Shipping City";
language['bsProvince'] = "Billing/Shipping Province";
language['bsState'] = "Billing/Shipping State";
language['bsValidPostalCode'] = "Valid Billing/Shipping Postal / Zip Code";
language['dontShipToThisCountry'] = "Sorry, We don\'t ship to this country";
language['ordersHistoryConfirmation'] = "All data about this order will be erased !";
language['recommendedItems'] = "View Recommended Items";
language['or'] = "or";
language['confirmSave'] = "Are you sure?";
language['confirmUpdate'] = "Are you sure?";
language['pleaseChooseField'] = "Please, choose a field to Search.";
language['selectItemsToBeShipped'] = "Please select items to be shipped in this package.";
language['purchaseOrderFieldRequired'] = "Purchase Order Field is Required.";
language['mininumLength'] = "The password must contain a minimum of 6 characters."
language['accessDenied'] = "Access Denied:  Please contact your administrator for access to this section.";
language['onlyOneItemToMove'] = "Please select only one item to move.";
language['enterValidNumberValue'] = "Please enter a number between 0 and 100 in the \"Friends Discount\"\nand \"Customer Discount\" fields, or leave them both blank.";
language['startingDate'] = "Starting Date";
language['endingDate'] = "Ending Date";
language['dateFormat'] = "Please use MM/DD/YYYY date format.";
language['retailPrice'] = "Retail Price must be higer than Sale Price when Sale Price layout is choosed.";

