38 lines
1 KiB
PHP
38 lines
1 KiB
PHP
|
<?php
|
|||
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|||
|
// extrait automatiquement de https://trad.spip.net/tradlang_module/zengarden?lang_cible=it
|
|||
|
// ** ne pas modifier le fichier **
|
|||
|
|
|||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|||
|
return;
|
|||
|
}
|
|||
|
|
|||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|||
|
|
|||
|
// A
|
|||
|
'apercevoir_ce_theme' => 'Vedi',
|
|||
|
|
|||
|
// B
|
|||
|
'bandeau_personalisable' => 'E’ possibile personalizzare la copertina di questo tema',
|
|||
|
|
|||
|
// C
|
|||
|
'choisir_ce_theme' => 'Scegliere',
|
|||
|
'choix_theme' => 'Scegli il tuo tema',
|
|||
|
|
|||
|
// D
|
|||
|
'desactiver_ce_theme' => 'Disattiva e torna allo stile predefinito',
|
|||
|
|
|||
|
// I
|
|||
|
'info_page' => 'Puoi scegliere un tema proposto o semplicemente vederne l’anteprima senza modificare l’aspetto del sito per i tuoi visitatori',
|
|||
|
'intitule_compatiblite_squelette' => 'Compatibile solo con temi',
|
|||
|
'intitule_version' => 'versione',
|
|||
|
|
|||
|
// S
|
|||
|
'switcher_activer' => 'Attiva il tema per il sito pubblico',
|
|||
|
'switcher_desactiver' => 'Disattiva lo schema',
|
|||
|
|
|||
|
// T
|
|||
|
'theme_actif' => 'Questo tema è attualmente utilizzato',
|
|||
|
'themes' => 'Temi'
|
|||
|
);
|