var temp = { LoadingStateFailed: 'State retrieval failed.', LittleComplication: 'Little Complication', SavingFailed: 'Save failed.', HouseNumberInfo: 'You don\'t have a house number filled in your shipping address.

Sometimes it doesn\'t even exist, in which case we\'ll ask you to add number "1" next to the street. This simple trick will speed up shipping in some cases up to two weeks, shipping companies sometimes have a problem with it ;)', LoadingUserFailed: 'User load failed.', LoadingDistanceFailed: 'Distance retrieval failed.', UrlStarts_SparePartsCategory: '/SpareParts/Manufacturers/', UrlStarts_SparePartsManufacturerDetail: '/SpareParts/Manufacturers/', UrlStarts_SparePartsManufacturers: '/SpareParts/Manufacturers', UrlStarts_SparePartsPartList: '/SpareParts/PartList/', UrlStarts_SparePartsSearch: '/SpareParts/Search/', UrlStarts_SparePartsDetailWithManufacturer: '/SpareParts/', UrlStarts_SparePartsDetail: '/SpareParts/', UrlStarts_Product: '/Product/', UrlStarts_Category: '/Category/', UrlStarts_Page: '/Page/', UrlStarts_SparePartsDefault: '/SpareParts' }; if(typeof Localization == 'undefined') { Localization = temp; } else { jQuery.extend(Localization, temp); }