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

16 lines
439 B
JavaScript
Raw Normal View History

2013-02-05 01:09:25 +00:00
/*
2015-12-30 13:53:02 +00:00
jQuery Colorbox language configuration
2013-02-05 01:09:25 +00: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 13:53:02 +00:00
imgError: "Errore nel caricamento dell'immagine.",
slideshowStart: "Inizia la presentazione",
slideshowStop: "Termina la presentazione"
2013-02-05 01:09:25 +00:00
});