Projet

Général

Profil

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

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

1
/*
2
        jQuery Colorbox language configuration
3
        language: Lithuanian (lt)
4
        translated by: Tomas Norkūnas
5
*/
6
jQuery.extend(jQuery.colorbox.settings, {
7
        current: "Nuotrauka {current} iš {total}",
8
        previous: "Atgal",
9
        next: "Pirmyn",
10
        close: "Uždaryti",
11
        xhrError: "Nepavyko užkrauti turinio.",
12
        imgError: "Nepavyko užkrauti nuotraukos.",
13
        slideshowStart: "Pradėti automatinę peržiūrą",
14
        slideshowStop: "Sustabdyti automatinę peržiūrą"
15
});