Codebase list jquery-colorbox / debian/1.6.4-1 i18n / jquery.colorbox-sv.js
debian/1.6.4-1

Tree @debian/1.6.4-1 (Download .tar.gz)

jquery.colorbox-sv.js @debian/1.6.4-1raw · history · blame

/*
	jQuery Colorbox language configuration
	language: Swedish (sv)
	translated by: Mattias Reichel
*/
jQuery.extend(jQuery.colorbox.settings, {
	current: "Bild {current} av {total}",
	previous: "Föregående",
	next: "Nästa",
	close: "Stäng",
	xhrError: "Innehållet kunde inte laddas.",
	imgError: "Den här bilden kunde inte laddas.",
	slideshowStart: "Starta bildspel",
	slideshowStop: "Stoppa bildspel"
});