librealire/lang/librealire_fr.php
2020-10-08 13:18:04 +02:00

36 lines
898 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 dorigine',
'source' => 'Source',
'source_explications' => ' ',
'lieu' => 'Lieu',
'lieu_explications' => ' ',
'date_t' => 'Date du média dorigine',
'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' => 'Daprès un média publié le',
);