jquery.colorbox-hr.js 443 B

123456789101112131415
  1. /*
  2. jQuery Colorbox language configuration
  3. language: Croatian (hr)
  4. translated by: Mladen Bicanic (base.hr)
  5. */
  6. jQuery.extend(jQuery.colorbox.settings, {
  7. current: "Slika {current} od {total}",
  8. previous: "Prethodna",
  9. next: "Sljedeća",
  10. close: "Zatvori",
  11. xhrError: "Neuspješno učitavanje sadržaja.",
  12. imgError: "Neuspješno učitavanje slike.",
  13. slideshowStart: "Pokreni slideshow",
  14. slideshowStop: "Zaustavi slideshow"
  15. });