MediaWiki:Gadget-GalleryDetails.js/it

From wikishia

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
// Localization for [[MediaWiki:Gadget-GalleryDetails.js]]

var gallery_details_sidebar =
{ text : 'Dettagli galleria'
 ,tip  : 'Mostra info sulle immagini'
}; 
 
var gallery_details_nom_links = {
  del_req :
    { text        : 'Richiesta\xa0di canc...'
     ,tip         : 'Nomina il file per la cancellazione e notificalo al caricante'
     ,prompt_text : 'Perché questo file è una violazione del copyright?'
    }
 ,nosource :
    { text : 'No\xa0fonte'
     ,tip  : 'Segna come mancante di informazioni sulla fonte e notificalo al caricante'
    }
 ,nolicense :
    { text : 'No\xa0licenza'
     ,tip  : 'Segna come mancante di informazioni sulla licenza e notificalo al caricante'
    }
 ,nopermission :
    { text : 'No\xa0autorizzazione'
     ,tip  : 'Segna come mancante di autorizzazione e notificalo al caricante'
    }
 ,copyvio :
    { text : 'Copyviol...'
     ,tip  : 'Segna come copyviol (richiesta di conferma per un motivo) e notificalo al caricante'
    }
};