var __ = function (stringa, param){
	stringa = i18n[stringa];
	return stringa.replace(/{param}/, param);
};

var i18n = {
	campo_vuoto : 'Field <strong>{param}</strong> empty.',
	campo_ricerca_vuoto : '<strong>Search</strong> field empty.',
	prodotto_aggiunto_carrello : 'Product added to cart',
	errore_aggiunta_prodotto : 'Error! Try again or <a href="{param}contatti" title="notify error">notify the error</a>'
};
