jquery.colorbox-it.js 439 B

123456789101112131415
  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. slideshowStart: "Inizia la presentazione",
  14. slideshowStop: "Termina la presentazione"
  15. });