1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/plugins-dist/mediabox/lang/mediabox_it.php
2015-04-28 17:10:23 +02:00

53 lines
2.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
// extrait automatiquement de http://trad.spip.net/tradlang_module/mediabox?lang_cible=it
// ** ne pas modifier le fichier **
if (!defined('_ECRIRE_INC_VERSION')) return;
$GLOBALS[$GLOBALS['idx_lang']] = array(
// B
'bouton_reinitialiser' => 'Reinizializza',
'boxstr_close' => 'Chiudi',
'boxstr_current' => '@current@/@total@',
'boxstr_next' => 'Prossimo',
'boxstr_previous' => 'Precedente',
'boxstr_slideshowStart' => 'Presentazione',
'boxstr_slideshowStop' => 'Stop',
'boxstr_zoom' => 'Zoom',
// E
'explication_selecteur' => 'Specificare lelemento target che attiverà il box. (CSS expression o jQuery)',
'explication_selecteur_galerie' => 'Specificare lelemento target da da raggruppare insieme nella galleria. (jQuery o CSS expression)',
'explication_splash_url' => 'Inserisci lURL dei media da visualizzare automaticamente in un box alla prima visita del sito pubblico.',
'explication_traiter_toutes_images' => 'Inserire un box attorno a tutte le immagini?',
// L
'label_active' => 'Attivare il mediabox nel sito pubblico',
'label_apparence' => 'Apparenza',
'label_aucun_style' => 'Non usare una cornice per impostazione predefinita',
'label_choix_transition_elastic' => 'Elastico',
'label_choix_transition_fade' => 'Sfuma',
'label_choix_transition_none' => 'Senza effetti di transizione',
'label_maxheight' => 'Altezza massima (% o px)',
'label_maxwidth' => 'Larghezza massima (% o px)',
'label_minheight' => 'Altezza minima (% o px)',
'label_minwidth' => 'Larghezza minima (% o px)',
'label_opacite' => 'Opacità dello sfondo',
'label_selecteur_commun' => 'In generale',
'label_selecteur_galerie' => 'Nella galleria',
'label_skin' => 'Aspetto grafico',
'label_slideshow_speed' => 'Tempo di esposizione delle immagini nella presentazione (ms)',
'label_speed' => 'Velocità di transizione (ms)',
'label_splash' => 'Splash Box',
'label_splash_url' => 'URL da mostrare',
'label_traiter_toutes_images' => 'Immagini',
'label_transition' => 'Transizione tra due viste',
// T
'titre_menu_box' => 'Media Box',
'titre_page_configurer_box' => 'Configurazione del Media Box'
);
?>