Projet

Général

Profil

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

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

1
/*
2
        jQuery Colorbox language configuration
3
        language: Polski (pl)
4
        translated by: Tomasz Wasiński
5
        site: 2bevisible.pl
6
*/
7
jQuery.extend(jQuery.colorbox.settings, {
8
        current: "{current}. obrazek z {total}",
9
        previous: "Poprzedni",
10
        next: "Następny",
11
        close: "Zamknij",
12
        xhrError: "Nie udało się załadować treści.",
13
        imgError: "Nie udało się załadować obrazka.",
14
        slideshowStart: "rozpocznij pokaz slajdów",
15
        slideshowStop: "zatrzymaj pokaz slajdów"
16
});