15 lines
297 B
PHP
15 lines
297 B
PHP
<?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(
|
|
|
|
// P
|
|
'podcast_description' => '',
|
|
'podcast_nom' => 'podcast',
|
|
'podcast_slogan' => 'Des podcasts et de la tendresse !',
|
|
);
|