spip_nursit/plugins-dist/dist/nursit/oembed/lang/oembed_it.php
2023-06-01 17:30:12 +02:00

49 lines
1.6 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 https://trad.spip.net/tradlang_module/oembed?lang_cible=it
// ** ne pas modifier le fichier **
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
$GLOBALS[$GLOBALS['idx_lang']] = array(
// A
'aucun_provider' => 'Nessun provider',
// B
'bouton_lecture' => 'Lettura',
// E
'erreur_ajout_provider' => 'Errore durante laggiunta del provider.',
'erreur_scheme_doublon' => 'Questo schema è già presente nellelenco.',
'explication_scheme' => 'usa * come carattere jolly',
'explication_upload_url' => 'Inserisci semplicemente lURL della pagina che contiene il documento per <a href="https://contrib.spip.net/4595"> i siti più popolari</a>.',
// I
'info_1_provider' => '1 provider',
'info_nb_providers' => '@nb@ provider',
// L
'label_detecter_lien' => 'Rileva automaticamente i provider (ignora la whitelist)?',
'label_embed_auto' => 'Trasforma automaticamente gli URL inseriti nel testo?',
'label_endpoint' => 'Endpoint',
'label_inserer_head' => 'Il sito stesso è un provider oEmbed',
'label_maxheight' => 'Altezza massima predefinita (px)',
'label_maxwidth' => 'Larghezza massima predefinita (px)',
'label_scheme' => 'Schema',
// O
'ok_ajout_provider' => 'Provider aggiunto',
// S
'supprimer_provider' => 'Eliminare',
// T
'titre_ajouter_provider' => 'Aggiungi un provider',
'titre_configuration_avancee_providers' => 'Accedi alla configurazione avanzata dei provider oEmbed',
'titre_configurer_oembed' => 'Configura oEmbed',
'titre_configurer_providers' => 'Provider oEmbed',
'titre_oembed' => 'oEmbed'
);