Codebase list jquery-colorbox / upstream/latest i18n / jquery.colorbox-cs.js
upstream/latest

Tree @upstream/latest (Download .tar.gz)

jquery.colorbox-cs.js @upstream/latestraw · history · blame

/*
	jQuery Colorbox language configuration
	language: Czech (cs)
	translated by: Filip Novak
	site: mame.napilno.cz/filip-novak
*/
jQuery.extend(jQuery.colorbox.settings, {
	current: "{current}. obrázek z {total}",
	previous: "Předchozí",
	next: "Následující",
	close: "Zavřít",
	xhrError: "Obsah se nepodařilo načíst.",
	imgError: "Obrázek se nepodařilo načíst.",
	slideshowStart: "Spustit slideshow",
	slideshowStop: "Zastavit slideshow"
});