librealire/lang/librealire_fr.php

44 lines
1.2 KiB
PHP
Raw Normal View History

<?php
2020-10-08 13:18:04 +02:00
// cf baz_april/lang
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
$GLOBALS[ $GLOBALS['idx_lang'] ] = array(
2020-12-03 10:18:50 +01:00
'titre_page_configurer' => 'Libre à Lire',
'titre_page_configurer_librealire' => 'Configurer le site',
2020-12-03 10:18:50 +01:00
'transcriptions' => 'transcriptions',
'avertissement_label' => 'Avertissements',
'avertissement_explications' => 'Texte présent au bas de toutes les transcriptions (cf composition = transcriptions).',
2020-10-08 13:18:04 +02:00
'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' => ' ',
2020-10-07 19:53:45 +02:00
2020-10-08 13:18:04 +02:00
'd_apres_un_media_publie_le' => 'Daprès un média publié le',
2020-10-08 09:21:29 +02:00
2020-12-03 10:18:50 +01:00
'soustitre' => 'Sous-titre',
);