librealire/lang/librealire_fr.php

44 lines
1.2 KiB
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(
'titre_page_configurer' => 'Libre à Lire',
'titre_page_configurer_librealire' => 'Configurer le site',
'transcriptions' => 'transcriptions',
'avertissement_label' => 'Avertissements',
'avertissement_explications' => 'Texte présent au bas de toutes les transcriptions (cf composition = transcriptions).',
'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',
'soustitre' => 'Sous-titre',
);