﻿function get_LACappearance()
{
    return LAC_APPEARANCE = {
        'ResultsMsg' : 'Locations <b>{0}</b> of <b>{1}</b>',
        'MoreMsg' : '- <u>more</u>...',
        'EmptyMessage' : 'Type here ...',
        'MultipleMatches' : 'More than one match for ',
        'BestAlphaMatches' : 'Best alphabetical matches for ',
        'NoMatches' : 'No matches for ',
        'NoText' : 'Please specify a location',
        'ErrorMultipleMatchesTitle': 'Please confirm your station and continue.',
        'ErrorMultipleMatchesMsg': '<li>Note: Locations followed by a "(B)" are Limited Service Bus Stops.</li>',
        'ErrorBestAlphaMatchesTitle': 'Please confirm your station and continue.',
        'ErrorBestAlphaMatchesMsg': '<li>Note: Locations followed by a "(B)" are Limited Service Bus Stops.</li>',
        'ErrorNoTextTitle': 'In your previous attempt, you did not correctly identify your departure and arrival cities or states.',
        'ErrorNoTextMsg': '<li>Did you abbreviate a state or province name? Please use two letter codes (for example, "PA" for Pennsylvania) for states or choose the full name from the selection box.</li><li>Did you enter in an airport code instead of the location name? Our system does not recognize abbreviations such as airport codes.</li>'
    };
}