/**
* Exposure plugin texts translated to Dutch.
*/
jQuery.extend(jQuery.exposure.texts, {
	first : "First",
	previous : "Previous",
	next : "Next",
	last : "Last",
	play : "Play Slideshow",
	pause : "Pause Slideshow"
});

