summaryrefslogtreecommitdiffstats
path: root/admin/survey/script/jquery/colorbox/i18n/jquery.colorbox-sr.js
blob: 97b1d6de327ace4c33ef905221e4814222237195 (plain) (blame)
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"
});