summaryrefslogtreecommitdiff
path: root/sites/all/libraries/colorbox/i18n/jquery.colorbox-nl.js
blob: dfc658ec9a8b1f99a59b4642815e5905fab8a630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
	jQuery Colorbox language configuration
	language: Dutch (nl)
	translated by: barryvdh
*/
jQuery.extend(jQuery.colorbox.settings, {
	current: "Afbeelding {current} van {total}",
	previous: "Vorige",
	next: "Volgende",
	close: "Sluiten",
	xhrError: "Deze inhoud kan niet geladen worden.",
	imgError: "Deze afbeelding kan niet geladen worden.",
	slideshowStart: "Diashow starten",
	slideshowStop: "Diashow stoppen"
});