if(typeof Shadowbox == 'undefined')
    throw 'Unable to load Shadowbox language file, Shadowbox not found.';

Shadowbox.lang = {

    code:       'it',

    of:         'di',

    loading:    'in caricamento',

    cancel:     'Annulla',

    next:       'Avanti',

    previous:   'Indietro',

    play:       'Play',

    pause:      'Pausa',

    close:      'Chiudi',

    errors:     {
        single: 'È necessario installare il plugin <a href="{0}">{1}</a> per poter vedere questo contenuto.',
        shared: 'È necessario installare i plugin <a href="{0}">{1}</a> e <a href="{2}">{3}</a> per poter vedere questo contenuto.',
        either: 'È necessario installare o il plugin <a href="{0}">{1}</a> o <a href="{2}">{3}</a> per poter vedere questo contenuto.'
    }

};

