jQuery.VWLang = {
    FinCalc: {
        TITLE: 'Finance Calculator',
        CLOSE: 'Close',
        EDIT: 'Edit',
        PRICE_HEADER: 'On the road price:',
        MODEL_LEGEND: 'Model',
        MODEL_SELECT_LABEL: 'Select model',
        MODEL_OPTION_LABEL: 'Choose model',
        TRIM_SELECT_LABEL: 'Select trim',
        TRIM_OPTION_LABEL: 'Choose version',
        NUM_DOORS_SELECT_LABEL: 'Number of doors',
        NUM_DOORS_OPTION_LABEL: 'Choose number of doors',
        ENGINE_SELECT_LABEL: 'Select engine',
        ENGINE_OPTION_LABEL: 'Choose engine',
        MODEL_SELECT_BUTTON: 'Go',
        PRODUCT_SELECT_LABEL: 'Select Finance Plan',
        PRODUCT_NO_PLANS_LABEL: 'No Finance Plans Available',
        PRODUCT_OPTION_LABEL: 'Loading...',
        PLAN_LABEL: 'Finance Plan:',
        PRODUCTS_LEGEND: 'Products',
        LOADING: 'Loading...',
        ERROR: 'Finance Calculator is not currently available for this particular engine. Please try again later',
        DISCLAIMER: '*Guarantees and indemnities may be required. An offer of finance depends on certain conditions and is available to over 18s in the UK only. Volkswagen Finance, Brunswick Court, Yeomans Drive, Blakelands, Milton Keynes MK14 5LR. Volkswagen Finance is a trading name of Volkswagen Financial Services (UK) Limited.<br /><br />*Recommended retail cash price {price} on the road (inc. 12 months road fund licence, first registration fee, delivery to retailer and number plates).<br /><br />*Finance Example valid for one month from {date}',
        CCY_SYMBOL: '&pound;',
        CCY_POSITION: 'before',
        NO_PRODUCTS_AVAILABLE_MESSAGE: 'Currently we have no finance offer available for this particular model. <a href="/find-a-retailer">Please contact your local retailer</a>'
    }
}
