Projet

Général

Profil

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

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

1
/*
2
        jQuery Colorbox language configuration
3
        language: Croatian (hr)
4
        translated by: Mladen Bicanic (base.hr)
5
*/
6
jQuery.extend(jQuery.colorbox.settings, {
7
        current: "Slika {current} od {total}",
8
        previous: "Prethodna",
9
        next: "Sljedeća",
10
        close: "Zatvori",
11
        xhrError: "Neuspješno učitavanje sadržaja.",
12
        imgError: "Neuspješno učitavanje slike.",
13
        slideshowStart: "Pokreni slideshow",
14
        slideshowStop: "Zaustavi slideshow"
15
});