var temp = { SearchingFailed: 'Search failed.', LogoutFailed: 'Logout failed.', LoadingCategoriesFailed: 'Failed to load categories.', EmailMandatory: 'E-mail is required.', LoginFailed: 'Login failed.', LoadingGDPRFailed: 'GDPR consent text retrieval failed.', RemoveItemFailed: 'Failed to delete the item.', EmptyingCartFailed: 'Basket emptying failed.', GDPRAndProtection: 'GDPR and protection of personal data', PasswordIsMandatory: 'Password is required.', CurrencySetFailed: 'Currency setting failed.', LoadingCartFailed: 'Loading basket failed.', LanguageSetFailed: 'Language setting 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); }