/**
 * @author rmulloy
 * The labels.js file was created to support multiple languages. 
 */
nikonLabel = function(){
    return {
        locale:"en_US",
        cssClass:"enUS",
        authorizedDealers:"Authorized Dealer Disclaimer",
        contactInStock:"Please contact your Nikon Authorized Retailer directly to confirm whether the product you are looking for is in stock. If the product is not in stock you can request that your retailer order the product for you.",
        end:"End",
        errorLoad:"We encountered an error loading the products in this category. Please try again.",
        error:"We encountered a problem. Please try again.",
        findOutMore:"Find Out More",
        frontView:"Front View",
        hideAll:"Hide All",
        image:"Image",
        loading:"Loading",
        noLocateDealer:"Sorry, we were unable to locate a Nikon Authorized Retailer. Please confirm that the zip code entered above is correct. You may also try increasing the search radius.",
        of:"of",
        print:"Printable Version",
        products:"Products",
        productNumber:"Product Number",
        quickView:"Quick View",
        resultsFound:"Results Found",
        selectColor:"Select color",
        selectProduct:"Select Product",
        start:"Start",
        travel:"Travel",
        viewAll:"View All",
        seeAll :"See All",
        download:"Download",
        back : "Back",
        close:"Close",
        learnAbout : "Learn more about",
        missingItem : "The item you requested was not found. Please try another.",
        photoGlossary : "Go to the photography glossary",
        WTBDistanceLabel : "m",
        WTBNoPoint : "Google Maps was unable to locate this retailer. Please try another or click on the retailer's name to view its address.",
        WTBDirectionsError : { 
            '400' : 'Google Maps could not parse your address. Please try again.',
            '500' : 'A server error occured. Please try again.',
            '601' : 'Google Maps could not find your address. Enter a more general address like a zip code and try again.',
            '602' : 'Google Maps does not recognize your address. Please check the address you entered for errors and try again or use a more general address like a zip code.',
            '603' : 'Google Maps is unable to return this address or route. Please use a more general address like a zip code and try again.',
            '604' : 'Google Maps is unable to compute directions between these two addresses. Please use a more general address like a zip code and try again.'
        }

    }
}();

