18 lines
287 B
PHP
18 lines
287 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(
|
||
|
||
//
|
||
'media_d_origine' => 'Média d’origine',
|
||
|
||
'lire' => 'Lire',
|
||
|
||
'avertissement' => 'Avertissement',
|
||
|
||
);
|