Projet

Général

Profil

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

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

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
});