jQuery(function($) {
	$.extend( $.wgt.basewidget.prototype.options.texts, {
		ariaNext: "Siguiente",
		ariaPrevious: "Anterior",
		ariaPaginator: "Carrusel"
	} );
	$.extend( $.wgt.incentivescampaignlist.prototype.options.texts, {			
		topRankingHeaderText: "Top ranking"
	} );
	$.extend( $.wgt.offerlist.prototype.options.texts, {			
		ariaFavouriteButtonLabel: "A\u00F1adir a favoritas",
		ariaOfferImageAlt: "Imagen del producto $PRODUCT_TITLE",
		ariaOfferRatingLabel: "Valoraci\u00F3n de la oferta $OFFER_RATING"
	} );
	$.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",
		ariaUserProfileLinkLabel: "Perfil de $USER_DISPLAY_NAME"	
	} );
	$.extend( $.wgt.forumlist.prototype.options.texts, {
		ariaForumTsOn: "Fecha de publicaci\u00F3n",
		ariaForumImage: "Imagen de portada de {0}"
	} );
});
