summaryrefslogtreecommitdiff
path: root/sites/all/libraries/colorbox/i18n/jquery.colorbox-es.js
blob: 11296fc941f1f5e41853c3571d9f03dbeb077122 (plain)
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."
});