Projet

Général

Profil

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

root / drupal7 / sites / all / libraries / colorbox-version / i18n / jquery.colorbox-bg.js @ 5a7e6170

1 85ad3d82 Assos Assos
/*
2
  jQuery Colorbox language configuration
3
        language: Bulgarian (bg)
4
        translated by: Marian M.Bida
5
        site: webmax.bg
6
*/
7
jQuery.extend(jQuery.colorbox.settings, {
8
        current: "изображение {current} от {total}",
9
        previous: "предишна",
10
        next: "следваща",
11
        close: "затвори",
12
        xhrError: "Неуспешно зареждане на съдържанието.",
13
        imgError: "Неуспешно зареждане на изображението.",
14
        slideshowStart: "пусни слайд-шоу",
15
        slideshowStop: "спри слайд-шоу"
16
});