2021-02-10 07:46:37 +01:00
|
|
|
|
<?php
|
|
|
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
|
|
|
|
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
|
|
|
|
|
|
// A
|
|
|
|
|
'ajouter_lien_podcast' => 'Ajouter ce podcast',
|
|
|
|
|
|
|
|
|
|
// C
|
|
|
|
|
'champ_code_explication' => 'Code de l\'émission sous la forme « 20210119 »',
|
|
|
|
|
'champ_code_label' => 'code',
|
|
|
|
|
'champ_duree_explication' => 'La durée de l\'émission sous la forme « ?? »',
|
|
|
|
|
'champ_duree_label' => 'durée',
|
2021-02-11 21:48:20 +01:00
|
|
|
|
'champ_fichier_explication' => 'url du fichier son',
|
|
|
|
|
'champ_fichier_label' => 'fichier',
|
2021-02-10 07:46:37 +01:00
|
|
|
|
'confirmer_supprimer_podcast' => 'Confirmez-vous la suppression de ce podcast ?',
|
|
|
|
|
|
|
|
|
|
// I
|
|
|
|
|
'icone_creer_podcast' => 'Créer un podcast',
|
|
|
|
|
'icone_modifier_podcast' => 'Modifier ce podcast',
|
|
|
|
|
'info_1_podcast' => 'Un podcast',
|
|
|
|
|
'info_aucun_podcast' => 'Aucun podcast',
|
|
|
|
|
'info_nb_podcasts' => '@nb@ podcasts',
|
|
|
|
|
'info_podcasts_auteur' => 'Les podcasts de cet auteur',
|
|
|
|
|
|
|
|
|
|
// R
|
|
|
|
|
'retirer_lien_podcast' => 'Retirer ce podcast',
|
|
|
|
|
'retirer_tous_liens_podcasts' => 'Retirer tous les podcasts',
|
|
|
|
|
|
|
|
|
|
// S
|
|
|
|
|
'supprimer_podcast' => 'Supprimer ce podcast',
|
|
|
|
|
|
|
|
|
|
// T
|
|
|
|
|
'texte_ajouter_podcast' => 'Ajouter un podcast',
|
|
|
|
|
'texte_changer_statut_podcast' => 'Ce podcast est :',
|
|
|
|
|
'texte_creer_associer_podcast' => 'Créer et associer un podcast',
|
|
|
|
|
'texte_definir_comme_traduction_podcast' => 'Ce podcast est une traduction du podcast numéro :',
|
|
|
|
|
'titre_langue_podcast' => 'Langue de ce podcast',
|
|
|
|
|
'titre_logo_podcast' => 'Logo de ce podcast',
|
|
|
|
|
'titre_objets_lies_podcast' => 'Liés à ce podcast',
|
|
|
|
|
'titre_page_podcasts' => 'Les podcasts',
|
|
|
|
|
'titre_podcast' => 'Podcast',
|
|
|
|
|
'titre_podcasts' => 'Podcasts',
|
|
|
|
|
'titre_podcasts_rubrique' => 'Podcasts de la rubrique',
|
|
|
|
|
);
|