Projet

Général

Profil

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

root / htmltest / sites / all / libraries / colorbox-version / i18n / jquery.colorbox-ru.js @ 4543c6c7

1 85ad3d82 Assos Assos
/*
2
        jQuery Colorbox language configuration
3
        language: Russian (ru)
4
        translated by: Marfa
5
        site: themarfa.name
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
});