jQuery(function($) {
	$.extend( $.wgt.incentivescampaignlist.prototype.options.texts, {			
		topRankingHeaderText: "Top ranking"
	} );
	$.extend( $.wgt.corporateeventlist.prototype.options.texts, {			
		cardHeaderText: {
			"COMPANY_BIRTHDAY": "Aniversario de empresa",
			"COMPANY_INCORPORATION": "Nueva incorporaci\u00F3n",
			"USER_BIRTHDAY": "Cumplea\u00F1os"
		},
		cardLinkText: {
			"COMPANY_BIRTHDAY": "Felicitar",
			"COMPANY_INCORPORATION": "Saludar",
			"USER_BIRTHDAY": "Felicitar"
		},
		numYearsElapsedSingularText: "$NUM_YEARS a\u00F1o",
		numYearsElapsedPluralText: "$NUM_YEARS a\u00F1os"
	} );
});
