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