17 lines
285 B
PHP
17 lines
285 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(
|
|
|
|
|
|
'podcast' => 'Podcast',
|
|
'ogg' => 'OGG',
|
|
'mp3' => 'MP3',
|
|
'emission_integrale' => 'Émission intégrale',
|
|
|
|
);
|