var l10n = {
    prev: 'Zurück',
    next: 'Vor',
    print: 'Drucken',
    loading: 'Bitte haben Sie einen Moment Geduld – Die Seite wird geladen…',
    
    errors: {
        form: 'Anrede (Pflichtfeld)',
		form2: 'Bitte füllen Sie alle Pflichtfelder aus.',
        invalid: {
            email: 'Ungültige E-Mail-Adresse'
        },
        required: {
            civility: 'Pflichtfeld',
            email: 'Pflichtfeld',
            fname: 'Pflichtfeld',
            lname: 'Pflichtfeld',
            pwd: 'Pflichtfeld',
			pwd2: 'Pflichtfeld',
            subject: 'Pflichtfeld',
            prdCode: 'Pflichtfeld',
            address_line1: 'Pflichtfeld',
            address_zip: 'Pflichtfeld',
            address_city: 'Pflichtfeld',
			address_country: 'Pflichtfeld',
			diag: 'Pflichtfeld',
			terms: 'You must read and agree to the terms and conditions',
			sample_homme: 'You must select a product',
            
            ritualTestimonial: {
                Salon_Name: 'Pflichtfeld',
                Salon_City: 'Pflichtfeld',
                Salon_Date: 'Pflichtfeld',
                Employee_Identity: 'Pflichtfeld',
                Conclusion: 'Pflichtfeld',
                Service: 'Pflichtfeld',
                Welcome_Quality: 'Pflichtfeld',
                Care_Quality: 'Pflichtfeld',
                Environment_Quality: 'Pflichtfeld'
            }
        },
        confirm: {
            pwd: 'Passwort unterscheidet sich von der ersten'
        }
    },
    
    url: {
        async: {
            discoverKerastase: '/_de/_de/discover/flash.aspx',
            glossary: '/_de/_de/about/glossary-letter.aspx?code=',
            whatsNewProducts: '/_de/_de/news/product-award-item.aspx?code=',
            whatsNewAwards: '/_de/_de/news/product-award-item.aspx?code=',
            salonExperienceInstitutes: '/_de/_de/salon-experience/institute-item.aspx?code=',
            salonExperienceDiagnostic: '/_de/_de/salon-experience/diagnostic-item.aspx?code=',
            salonExperienceRituals: '/_de/_de/salon-experience/ritual-item.aspx?code=',
            myKerastaseOffers: '/_de/_de/my-kerastase/offer-item.aspx?code=',
            popins: {
                password: '#password',
                confirmRegister: '/_de/_de/confirmations/register.aspx',
                confirmSendToFriend: '/_de/_de/confirmations/send-to-friend.aspx',
                confirmContact: '/_de/_de/confirmations/contact.aspx',
                confirmPassword: '/_de/_de/confirmations/password.aspx'
            }
        },
        ingredientsListing: 'http://fil.lorealprofessionnel.com/kerastase/_de/_de/FIL/FILList_Kerastase.aspx?FilCode={$code}&LanguageCode=1036',
        img: {
            error: '/img/common/picto/error.png'
        }
    }
};
