var bqc = {
    locale: {
        lcode: 'E',
        language: 'en',
        loading: 'Loading...',
        itinary: {
            details: {
                title: 'Directions by car',
                estimatedDuration: 'Estimated time',
                openSegment: '[map]',
                arrival: 'To',
                reverseItinary: 'Get reverse directions',
                totalDistance: 'Covered distance',
                km: 'km',
                miles: 'miles',
                notice: 'These directions are informational only. No warranty is given as to their content. You may find that construction projects, traffic, or other events may cause road conditions to differ from the proposed itinerary.',
                closeSegment: '[close]',
                start: 'From',
                toPoint: '&nbsp;:',
                mapLink: 'Map',
                streetLink: 'Street view',
                resetMsg: 'The route has been modified.',
                resetLink: 'Undo'
            },
            form: {
                impossibleMsg: 'Impossible to find this location.',
                tryMsg: 'Impossible to find this location. Did you mean?'
            },
            noRoute: 'No direction could be found.'
        },
        compass: {
            north: 'Pan up',
            east: 'Pan right',
            south: 'Pan down',
            west: 'Pan left',
            center: 'Return to initial view'
        },
        streetview: {
            street: "Street view"
        },
        zoombar: {
            zoomin: "Zoom in",
            zoomout: "Zoom out"
        },
        browser: {
            ie6: "Please use a more recent browser!"
        },
        resultList: {
            loading: "Searching...",
            reserve:"Reserve",
            resultsMiniTitle :"Results ",
            results :" results displayed : ",
            previous: 'Previous',
            next: 'next',
            open: 'Open',
            close: 'Close',
            resultTitle: 'Results for:« %s »',
            proximTitle: ' point(s) of interest found nearby « %s »',
            resultsFound: ' results found.'

        },
        search: {
            inputValue: 'Name, address or category',
            errCharacter: 'Enter at least 3 characters in the search text.',
            errNoResult: 'No results for « %s » were found.',
            categories: [
                'Hotel',
                'B&B',
                'Campground',
                'Tourist residence',
                'Other accommodations',
                'Country routes',
                'Park / wildlife reserve',
                'Museum / historic site',
                'Festivals / events',
                'Other attractions',
                'Tourist information',
                'Tourist services'
            ],
            errProxNoResult:'No points of interest were found in a radius of ',
            errProxDistanceKm:'100km.',
            errProxDistanceMiles:'60 miles.',
            errCircuitsDistanceMiles:'3.1 miles.',
            errCircuitsDistanceKm:'5km'
        },
        circuits: {
            1:"Townships Trail",
            2:"King's Road",
            3:"The Countryman's Tour",
            4:"New France Route",
            5:"The Whale Route",
            6:"Border Route",
            7:"Mountain Road",
            8:"Navigators' Route",
            9:"Summit Drive",
            10:"Wine Route",
            11:"Fjord Route",
            12:"St. Lawrence Route",
            13:"Farmlands Route",
            15:"River's Road",
            16:"Richelieu Route"
        },
        tooltip: {
            clusterPoints:" points"
        }
    }
}
