summaryrefslogtreecommitdiff
path: root/sites/all/libraries/colorbox/i18n/jquery.colorbox-ca.js
blob: 173c05fdfdaac4ad76ad728c5f49780d3edf3009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
	jQuery Colorbox language configuration
	language: Catala (ca)
	translated by: eduard salla
*/
jQuery.extend(jQuery.colorbox.settings, {
	current: "Imatge {current} de {total}",
	previous: "Anterior",
	next: "Següent",
	close: "Tancar",
	xhrError: "Error en la càrrega del contingut.",
	imgError: "Error en la càrrega de la imatge."
});