var l10n = {
    'prev': 'Scroll to the previous item',
    'next': 'Scroll to the next item',
    'search': 'research',
    'yourEmail': 'Your email address',
    'searchKeywords': 'Search...',
    'loading': 'Loading...',
    'enterText': 'Enter your text here',
	'url': {
		'popinConfirmation': '/us/index.php?option=com_popin&view=confirmation&lgg=en-US&boxid=confirmation',
		'popinConfirmationDeleted': '/us/index.php?option=com_popin&view=confirmationDeleted&lgg=en-US&boxid=confirmation',
		'popinConfirmationDeletedProblem': '/us/index.php?option=com_popin&view=confirmationDeleted&lgg=en-US&boxid=confirmation&notfound=1'
	},
    'errors': {
        'form': 'One or more problems (in red) prevents form submission :',
        'required': {
            'email': 'Thank you to enter an e-mail address',
            'password': 'Thank you to enter a password',
            'tel': 'Thank you to enter a phone number',
            'civility': 'Thank you to select a civility',
            'zip': 'Thank you to enter your postcode',
            'lastName': 'Thank you to enter your last name',
            'firstName': 'Thank you to enter your first name',
            'conditions': 'Thank you to accept the security and confidentiality conditions',
            'training': 'Thank you to enter your level of training',
            'experience': 'Thank you to enter your experience',
            'cv': 'Thank you to attach your CV',
            'country': 'Thank you to select a country',
            'company': 'Thank you to enter your company',
            'yourFunction': 'Thank you to enter your function',
            'messageObject':'Thank you to enter your message',
            'message':'Thank you to write a message',
            'conditions':'Thank you to indicate you read the security and confidentiality conditions'
        },
        'invalid': {
            'email': 'The e-mail is not valid',
            'zip': 'The postal code is invalid',
            'password': 'Thank you to enter a password',
            'passwordConfirm': 'Confirmation is different from the original password'
        }
    }

};
