36 lines
898 B
PHP
36 lines
898 B
PHP
<?php
|
||
// cf baz_april/lang
|
||
|
||
if (!defined('_ECRIRE_INC_VERSION')) {
|
||
return;
|
||
}
|
||
|
||
$GLOBALS[ $GLOBALS['idx_lang'] ] = array(
|
||
|
||
'transcriptions_label' => 'Transcriptions',
|
||
'titre_t' => 'Titre',
|
||
'titre_t_explications' => 'Le titre du média d’origine',
|
||
'source' => 'Source',
|
||
'source_explications' => ' ',
|
||
'lieu' => 'Lieu',
|
||
'lieu_explications' => ' ',
|
||
'date_t' => 'Date du média d’origine',
|
||
'date_t_explications' => ' ',
|
||
'duree' => 'Durée',
|
||
'duree_explications' => ' ',
|
||
'liens' => 'Liens',
|
||
'liens_explications' => ' ',
|
||
'evenement' => 'Évènement',
|
||
'evenement_explications' => ' ',
|
||
'licence' => 'Licence',
|
||
'licence_explications' => 'Par défaut Verbatim',
|
||
'verbatim' => 'Verbatim',
|
||
'autrelicence' => 'autre licence²',
|
||
'creditsvisuels' => 'Crédits des visuels',
|
||
'creditsvisuels_explications' => ' ',
|
||
|
||
|
||
'd_apres_un_media_publie_le' => 'D’après un média publié le',
|
||
|
||
);
|