var language = "en";

var unavailable_alert = "This item is not available with the combination of colours, packages and accessories you have selected. Try selecting other combinations to make this configuration available to you.  To start from scratch, click the Reset button.";
var saveWarning_alert = "Please select:";
var saveWarning_alert_ext = "a colour";
var saveWarning_alert_int = "an interior option";
var saveWarning_alert_pak = "an option package";
var select_province = "Please select a province.";
var negative_trade_in_equity = "Your vehicle pricing and monthly payments have been calculated using the values you have entered. The amounts you have entered for Trade-In Value and Trade-In Owing indicate that you are in a negative equity position. Further details are provided in \"Print Preview\" and \"Advanced Calculator\". ";
var negative_entry = "you cannot enter a negative value.";
var greater_finance_down_payment = "Your Down Payment and/or Trade-In values are larger than the price of this vehicle. Please re-enter.";
var greater_finance_tradein = "Your trade in equity equity is to high";
var greater_lease_down_payment = "Your desired down payment cannot be greater than the amount due on the vehicle.";
var dealer_enter_price = "please enter a price for ";
var print_price_fact_sheet_pc = "To print this page press Ctrl + P on your keyboard simultaneously.";
var print_price_fact_sheet_mac = "To print this page press Command + P on your keyboard simultaneously.";
var invalid_character = "Only positive numeric values are allowed in this field.";
var supply_tradein_amount_owing = "Trade-in of leased vehicle must supply an Amount Owing.";
var crdapp_tcci_rates_msg = "You are applying for credit through Toyota Financial Services (TFS). Please select the TFS rates checkbox under the Terms and Rates section before clicking the Credit Application button.";
var zero_monthly_payment = "The trade-in values you have entered make it no longer possible for you to lease and/or finance this vehicle as is indicated by the dashes in the monthly payments.  If you still wish to apply for credit on this vehicle please modify the trade in values on the payment calculator so a monthly payment can be calculated.";
var configurator_not_ready="Please wait until the page finishes loading.";
var popup_creditapp_confirm="This is the vehicle associated with your Credit App. If there are no changes to your vehicle, click OK. Otherwise click Cancel to make your desired edits. You can then click the Credit Application button to review, edit and submit your form."
var lease_veh_price_less_than_lev = "Your Down Payment and/or Trade-In values are such that the Leasing of this vehicle is no longer possible. Please change your Down Payment or select Finance or Cash to continue with the current configuration and Down Payment.";
var invalid_annual_kms = "The number of kilometers input has exceeded the allowable limit.  Please try again";

function setLanguage( lang ){
	language = lang;
}

function getLanguage(){
	return language;
}
