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

47 lines
1.6 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
// Fichier source, a modifier dans https://git.spip.net/spip-contrib-extensions/oembed.git
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
$GLOBALS[$GLOBALS['idx_lang']] = array(
// A
'aucun_provider' => 'Aucun provider',
// B
'bouton_lecture' => 'Lecture',
// E
'erreur_ajout_provider' => 'Erreur lors de lajout du provider.',
'erreur_scheme_doublon' => 'Ce scheme est déjà présent dans la liste.',
'explication_scheme' => 'utilisez * comme wildcard',
'explication_upload_url' => 'Indiquez simplement lURL de la page qui contient le document pour <a href="https://contrib.spip.net/4595">les sites les plus courants</a>.',
// I
'info_1_provider' => '1 provider',
'info_nb_providers' => '@nb@ providers',
// L
'label_detecter_lien' => 'Détecter automatiquement les providers (ignorer la liste blanche) ?',
'label_embed_auto' => 'Transformer automatiquement les URLs insérées dans le texte ?',
'label_endpoint' => 'Endpoint',
'label_inserer_head' => 'Le site est lui même provider oembed',
'label_maxheight' => 'Hauteur maxi. par défaut (px)',
'label_maxwidth' => 'Largeur maxi. par défaut (px)',
'label_scheme' => 'Scheme',
// O
'ok_ajout_provider' => 'Provider ajouté',
// S
'supprimer_provider' => 'Supprimer',
// T
'titre_ajouter_provider' => 'Ajouter un provider',
'titre_configuration_avancee_providers' => 'Accéder à la configuration avancée des fournisseurs oEmbed',
'titre_configurer_oembed' => 'Configurer oEmbed',
'titre_configurer_providers' => 'Providers oEmbed',
'titre_oembed' => 'oEmbed'
);