Projet

Général

Profil

Paste
Télécharger (507 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / colorbox-1.6.2 / i18n / jquery.colorbox-sr.js @ 0aee3c58

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