friendica/library/colorbox/i18n/jquery.colorbox-es.js

14 lines
334 B
JavaScript
Raw Normal View History

2013-02-05 02:09:25 +01:00
/*
2015-12-30 14:53:02 +01:00
jQuery Colorbox language configuration
2013-02-05 02:09:25 +01:00
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."
});