if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
	console.error('Class ss.i18n not defined');
} else {
	ss.i18n.addDictionary('it_IT', {
        'Page.COMPANY_REQUIRED'     : "Please fill in the [Azienda] field...",
        'Page.NAME_REQUIRED'        : "Please fill in the [Nome] field...",
        'Page.ADDRESS_REQUIRED'     : "Please fill in the [Indirizzo] field...",
        'Page.EMAIL_REQUIRED'       : "Please fill in the [Email] field...",
        'Page.EMAIL_VALID'          : "Please provide a valid email address...",
        'Page.MESSAGE_REQUIRED'     : "Please fill in the [Messaggio] field..."
	});
}