var l10n = {
    prev: 'Précédent',
    next: 'Suivant',
    print: 'Imprimer',
    loading: 'Chargement en cours…',
    
    errors: {
        form: 'These fields are mandatory',
        invalid: {
            email: 'Email is not valid'
        },
        required: {
            civility: 'Civility is mandatory',
            email: 'Email is mandatory',
            fname: 'First name is mandatory',
            lname: 'Last Name is mandatory',
            pwd: 'Mot de passe obligatoire',
            subject: 'Sujet obligatoire',
            prdCode: 'Le code est obligatoire',
			city: 'City is mandatory',
			zipcode: 'Zip code is mandatory',
			phone: 'Phone number is mandatory',
			address: 'Address is mandatory',
			age: 'Age is mandatory',
			purchase: 'This question is mandatory',
			terms:'You have to accept terms and conditions'
			
        },
        confirm: {
            pwd: 'Mot de passe différent du premier'
        }
    },
    
    url: {
        async: {
            discoverKerastase: '/_fr/_fr/discover/flash.html',
            glossary: '/_fr/_fr/about/glossary-letter.html?code=',
            whatsNewProducts: '/_fr/_fr/news/product-award-item-product.html?code=',
            whatsNewAwards: '/_fr/_fr/news/product-award-item-award.html?code=',
            salonExperienceInstitutes: '/_fr/_fr/salon-experience/institute-item.php?code=',
            salonExperienceDiagnostic: '/_fr/_fr/salon-experience/diagnostic-item.php?code=',
            salonExperienceRituals: '/_fr/_fr/salon-experience/ritual-item.php?code=',
            myKerastaseOffers: '/_fr/_fr/my-kerastase/offer-item.html?code=',
            popins: {
                confirmRegister: '/_fr/_fr/confirmations/register.html',
                confirmSendToFriend: '/_fr/_fr/confirmations/send-to-friend.html',
                confirmContact: '/_fr/_fr/confirmations/contact.html',
                confirmPassword: '/_fr/_fr/confirmations/password.html'
            }
        },
        ingredientsListing: 'http://fil.lorealprofessionnel.com/kerastase/_fr/_fr/FIL/FILList_Kerastase.aspx?FilCode={$code}&LanguageCode=1036',
        img: {
            error: 'img/picto/error.png'
        }
    }
};
