var l10n = {
    prev: 'Previous',
    next: 'Next',
    loading: 'Loading…',
    
    here: 'You are here',

    expand: 'déplier',
    collapse: 'replier',

    mc: {
        hide: 'Hide',
        display: 'Display',
        close: 'Close',
        options: 'Options',
        tools: 'Tools',
        share: 'Share',
        publish: 'Publish',
        legend: 'Infos',
        prev: 'Previous',
        next: 'Next',
        play: 'Play',
        pause: 'Pause',
        initSize: 'Initial Size',
        fullSize: 'Full screen',
        quality: 'Quality',
        low: 'Low',
        standard: 'Standard',
        high: 'High',
        lang: 'Language',
        newWindow: ' (new window)',
        
        hideLegend: 'Hide legend',
        closeDetails: 'Close details',
        closeSlideshow: 'Close the slideshow',
        closeSlideshowAccess: 'Close the slideshow access',
        displaySlideshowDetails: 'Display the slideshow details',
        hideSlideshowDetails: 'Hide the slideshow details',
        stopPlaying: 'Stop playing',
        
        playSlideshow: '<b>Play</b> the slideshow',
        playAudio: '<b>Play</b> sound',
        playVideo: '<b>Play</b> video',
        playPdf: '<b>View</b> PDF',
        playAnim: '<b>Play</b> animation',
        downloadPdf: '<b>Download</b> PDF',
        
        btnPrevTitle: 'Display the previous image',
        btnNextTitle: 'Display the next image',
        btnPlayTitle: 'Play the slideshow',
        btnPauseTitle: 'Pause the slideshow',
        btnLegendTitle: 'Display informations',
        btnFullSizeTitle: 'Switch to full screen',
        btnStdSizeTitle: 'Switch to full screen',
        
        msgIntroDownloadFlashPlayer: 'download Flash',
        msgDownloadFlashPlayer: 'To access the media center, please download the last Flash Plugin:',
        langueImagePath: 'en',
        
        homeErrorXhr: 'A technical error took over during the loading of this element',
        homeLoadImage: 'Image loading'
    },
        
    accordion: {
        hide: 'Close',
        show: 'Display detail'
    },    
    
    carouselHome: {
        previouspage: 'Read previous news',  
        nextpage: 'Read next news'
    },
    
    url: {
        jsFolder: '/lib_central/javascript/ONEWEB/GUI/'
    },
    
    errors: {
        form: 'There are problems with some datas in this form&nbsp;: please correct the errors below.',
        required: {
            sccSubject: 'Mandatory question',
			
            confirmAddCPFormSex: 'Please select your civility',
			confirmAddCPFormLastname: 'Please enter your lastname',
			confirmAddCPFormFirstname: 'Please enter your firstname',
			confirmAddCPFormOccupation: 'Please select your profession',
			confirmAddCPFormCountry: 'Please select your country',
			
			passForgetFormEmail: 'Please enter an e-mail address',
			passForgetFormCaptcha: 'Le texte saisi ne correspond pas aux lettres lues ou écoutées.' ,

			connectAREVAFormEmail: 'Please enter an e-mail address',
			connectAREVAFormPassword: 'The password is invalid.',
			
			subscriptionFormEmail: 'Please enter an e-mail address',
			subscriptionFormNickname: 'Please enter a nickname',
			subscriptionFormPassword: 'The password is invalid.',
			subscriptionFormConfirmPassword: 'The password is invalid.',
			subscriptionFormCaptcha: 'Le texte saisi ne correspond pas aux lettres lues ou écoutées.',
			
			modifySubscriptionFormOccupation: 'Please select your profession',
			modifySubscriptionFormCompanyName: 'Please enter the name of your company or organization',
			modifySubscriptionFormPersonalPhone: 'Please enter a phone number',
			
			modifyEmailFormEmail: 'Please enter an e-mail address',
			
			modifyPasswordFormOldPassword: 'Merci de saisir le mot de passe correct que vous avez actuellement',
			modifyPasswordFormNewPassword: 'Merci de saisir un noouveau mot de passe',
			modifyPasswordFormConfirmPassword: 'La confirmation de votre mot de passe ne correspond pas à votre mot de passe',
			
			modifyNickNameFormName: 'Please enter a nickname with 6 chars',
			
			sendPageFormLastname: 'Please enter your lastname',
			sendPageFormYourEmail: 'Please enter an e-mail address',
			sendPageFormOtherEmail1: 'Please enter an e-mail address',
			
			sendChatFormSex: 'Please select your civility',
			sendChatFormLastname: 'Please enter your lastname',
			sendChatFormFirstname: 'Please enter your firstname',
			sendChatFormYourEmail: 'Please enter an e-mail address',
			sendChatFormEmailFW: 'Please enter an e-mail address',
			sendChatFormYourComment: 'Please enter your comment'
			
			
			
        },
        invalid: {
            email: 'The e-mail address is invalid',
            password: 'The password is invalid.',
            
            lastname: 'Please enter a valid lastname',
            firstname: 'Please enter a valid firstname',
            
            phonenumber: 'Please enter a valid phone number'
        },
        popin: {
            title: 'A problem occurred',
            close: 'Close',
            message: 'We apologize for the inconvenience.'
        }
        
    },
    pagination: {
        page: 'Page',
        results: 'result ',
        to: 'to',
        over: 'on',
        previouspage: 'previous',
        nextpage: 'next'
    },
    catalogue: {
        noresults: 'Aucun résultat ne correspond à vos critères de recherche. Veuillez décocher des critères ou cliquer sur le bouton Réinitialiser en bas de page'
    },
    tabs: {
        activeTab: 'active tab',
        display: 'display'
    }
};

