Projet

Général

Profil

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

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

1
/*
2
        jQuery Colorbox language configuration
3
        language: Italian (it)
4
        translated by: maur8ino
5
*/
6
jQuery.extend(jQuery.colorbox.settings, {
7
        current: "Immagine {current} di {total}",
8
        previous: "Precedente",
9
        next: "Successiva",
10
        close: "Chiudi",
11
        xhrError: "Errore nel caricamento del contenuto.",
12
        imgError: "Errore nel caricamento dell'immagine.",
13
        slideshowStart: "Inizia la presentazione",
14
        slideshowStop: "Termina la presentazione"
15
});