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

16 lines
439 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: 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.",
2015-12-30 14:53:02 +01:00
imgError: "Errore nel caricamento dell'immagine.",
slideshowStart: "Inizia la presentazione",
slideshowStop: "Termina la presentazione"
2013-02-05 02:09:25 +01:00
});