var dic = {
    start_place: 'Start',
    end_place: 'End',
    time: 'Time',
    select_start: 'Start here',
    select_end: 'End here',
    gmap_not_supported: 'Sorry, the Google Maps API is not compatible with this browser',
    search_parameters_error: 'Please select start place, end place and time',
    search_error_start: 'Please select departure place',
    search_error_end: 'Please select arrival place',
    search_error_time: 'Please select arrival time',
    route: 'Route',
    stop: 'Stop',
    select_start_place: 'Please select a start place',
    search_results: 'Search results',
    direct_route: 'Direct route',
    change_route: 'Route with changes',
    from: 'From',
    to: 'to',
    arrival_time: 'Arrival time',
    departure_stop: 'Departure stop',
    departure_time: 'Departure time',
    arrival_stop: 'Arrival stop',
    duration: 'Duration',
    validity: 'Validity',
    view_route: 'View route',
    timetable: 'Timetable',
    no_results: 'Your search didn\'t find anything',
    events: 'Events',
    path: 'Path',
    image: 'Image',
    description: 'Description',
    map: 'Map',
    print: "Print",
    warning: "Warning"
};

