aboutsummaryrefslogtreecommitdiffstats
path: root/library/colorbox/i18n/jquery.colorbox-it.js
blob: d67d76cf7c5eec049b62e9d222193d16ae2925b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
	jQuery ColorBox language configuration
	language: Italian (it)
	translated by: maur8ino
*/
jQuery.extend(jQuery.colorbox.settings, {
	current: "Immagine {current} di {total}",
	previous: "Precedente",
	next: "Successiva",
	close: "Chiudi",
	xhrError: "Errore nel caricamento del contenuto.",
	imgError: "Errore nel caricamento dell'immagine."
});