/wp-content/plugins/gallery-by-supsystic/src/GridGallery/Colorbox/jquery-colorbox/i18n/jquery.colorbox-hr.js

https://gitlab.com/vovanduc/dainghia · JavaScript · 15 lines · 10 code · 0 blank · 5 comment · 0 complexity · 3a521bcbe8a272aee7532428e0cbda24 MD5 · raw file

  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. });