var l10n = {
    prev: 'Précédent',
    next: 'Suivant',
    print: 'Imprimer',
    loading: 'Loading…',
    
    errors: {
        form: 'Ces champs sont obligatoires',
        invalid: {
            email: 'Email invalide'
        },
        required: {
            civility: 'Civilité obligatoire',
            email: 'Email obligatoire',
            fname: 'Prénom obligatoire',
            lname: 'Nom obligatoire',
            pwd: 'Mot de passe obligatoire',
            subject: 'Sujet obligatoire',
            prdCode: 'Le code est obligatoire',
            address_line1: 'Adresse obligatoire',
            address_zip: 'Code postal obligatoire',
            address_city: 'Ville obligatoire',
            phone: 'Télephone obligatoire',
			statut: 'Statut obligatoire',
            
            ritualTestimonial: {
                Salon_Name: 'Nom obligatoire',
                Salon_City: 'Ville obligatoire',
                Salon_Date: 'Date obligatoire',
                Employee_Identity: 'Son nom est obligatoire',
                Service: 'Service obligatoire',
                Welcome_Quality: 'Qualité de l\'accueil obligatoire',
                Diag_Quality: 'Qualité du soin obligatoire',
                Gamme: 'Gamme obligatoire',
                Hair_Quality: 'Type de cheveux obligatoire'
            }
        },
        confirm: {
            pwd: 'Mot de passe différent du premier'
        }
    },
    
    url: {
        async: {
            discoverKerastase: '/sites/_lang/_pays/discover/flash.aspx',
            glossary: '/_fr/_fr/about/glossary-letter.aspx?code=',
            whatsNewProducts: '/_fr/_fr/news/product-award-item.aspx?code=',
            whatsNewAwards: '/_fr/_fr/news/product-award-item.aspx?code=',
            salonExperienceInstitutes: '/_fr/_fr/salon-experience/institute-item.aspx?code=',
            salonExperienceDiagnostic: '/_fr/_fr/salon-experience/diagnostic-item.aspx?code=',
            salonExperienceRituals: '/_fr/_fr/salon-experience/ritual-item.aspx?code=',
            myKerastaseOffers: '/_fr/_fr/my-kerastase/offer-item.aspx?code=',
            popins: {
                password: '#password',
                confirmRegister: '/sites/_lang/_pays/confirmations/register.aspx',
                confirmSendToFriend: '/_fr/_fr/confirmations/send-to-friend.aspx',
                confirmContact: '/_fr/_fr/confirmations/contact.aspx',
                confirmPassword: '/_fr/_fr/confirmations/password.aspx'
            }
        },
        ingredientsListing: 'http://fil.lorealprofessionnel.com/kerastase/_fr/_fr/FIL/FILList_Kerastase.aspx?FilCode={$code}&LanguageCode=1036',
        img: {
            error: '/img/common/picto/error.png'
        }
    }
};
