Projet

Général

Profil

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

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

1
/*
2
        jQuery Colorbox language configuration
3
        language: Slovenian (si)
4
        translated by: Boštjan Pišler (pisler.si)
5
*/
6
jQuery.extend(jQuery.colorbox.settings, {
7
        current: "Slika {current} od {total}",
8
        previous: "Prejšnja",
9
        next: "Naslednja",
10
        close: "Zapri",
11
        xhrError: "Vsebine ni bilo mogoče naložiti.",
12
        imgError: "Slike ni bilo mogoče naložiti.",
13
        slideshowStart: "Zaženi prezentacijo",
14
        slideshowStop: "Zaustavi prezentacijo"
15
});