aboutsummaryrefslogtreecommitdiffstats
path: root/library/colorbox/i18n/jquery.colorbox-es.js
blob: 6449c66f89e53c078132712c1bc16aa3f8736853 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
  jQuery ColorBox language configuration
	language: Spanish (es)
	translated by: migolo
*/
jQuery.extend(jQuery.colorbox.settings, {
	current: "Imagen {current} de {total}",
	previous: "Anterior",
	next: "Siguiente",
	close: "Cerrar",
	xhrError: "Error en la carga del contenido.",
	imgError: "Error en la carga de la imagen."
});