summaryrefslogtreecommitdiff
path: root/sites/all/libraries/colorbox/i18n/jquery.colorbox-da.js
blob: 676fffed2638901e0a12ffdc1a70990a4666153b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
	jQuery Colorbox language configuration
	language: Danish (da)
	translated by: danieljuhl
	site: danieljuhl.dk
*/
jQuery.extend(jQuery.colorbox.settings, {
	current: "Billede {current} af {total}",
	previous: "Forrige",
	next: "Næste",
	close: "Luk",
	xhrError: "Indholdet fejlede i indlæsningen.",
	imgError: "Billedet fejlede i indlæsningen.",
	slideshowStart: "Start slideshow",
	slideshowStop: "Stop slideshow"
});