You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
701 B
31 lines
701 B
<?php
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
// extrait automatiquement de https://trad.spip.net/tradlang_module/mesfavoris?lang_cible=it
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// A
|
|
'add' => 'Aggiungi',
|
|
'add_to' => 'Aggiungi a Preferiti',
|
|
'ajoute_le' => 'Aggiunto il',
|
|
|
|
// C
|
|
'configurer' => 'Configura',
|
|
|
|
// L
|
|
'legend_formulaire_public' => 'Scheda accessibile',
|
|
'legend_style_formulaire' => 'Stile scheda',
|
|
'login_first' => 'Effettuare la registrazione',
|
|
|
|
// M
|
|
'mes_favoris' => 'Preferiti',
|
|
|
|
// R
|
|
'remove' => 'Elimina',
|
|
'remove_from' => 'Elimina da Preferiti'
|
|
);
|