jquery.colorbox-it.js 351 B

12345678910111213
  1. /*
  2. jQuery ColorBox language configuration
  3. language: Italian (it)
  4. translated by: maur8ino
  5. */
  6. jQuery.extend(jQuery.colorbox.settings, {
  7. current: "Immagine {current} di {total}",
  8. previous: "Precedente",
  9. next: "Successiva",
  10. close: "Chiudi",
  11. xhrError: "Errore nel caricamento del contenuto.",
  12. imgError: "Errore nel caricamento dell'immagine."
  13. });