additional_plugins/serendipity_event_lightbox/colorbox/i18n/jquery.colorbox-hr.js
Matthias Mees 2c288d2292 [serendipity_event_lightbox] Update bundled lightbox scripts
- Update colorbox to 1.6.4
- Update lightbox2 to 2.9.0
- Update prettyPhoto to 3.1.6 (the uncompressed version was still
  at v3.1.4)
2017-04-27 17:15:20 +02:00

15 lines
443 B
JavaScript

/*
jQuery Colorbox language configuration
language: Croatian (hr)
translated by: Mladen Bicanic (base.hr)
*/
jQuery.extend(jQuery.colorbox.settings, {
current: "Slika {current} od {total}",
previous: "Prethodna",
next: "Sljedeća",
close: "Zatvori",
xhrError: "Neuspješno učitavanje sadržaja.",
imgError: "Neuspješno učitavanje slike.",
slideshowStart: "Pokreni slideshow",
slideshowStop: "Zaustavi slideshow"
});