jquery.colorbox-sr.js 507 B

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