File: /home/enamadmin/moodledata/lang/fr/block_course_modulenavigation.php
<?php
// This file is part of Moodle - https://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <https://www.gnu.org/licenses/>.
/**
* Strings for component 'block_course_modulenavigation', language 'fr', version '4.5'.
*
* @package block_course_modulenavigation
* @category string
* @copyright 1999 Martin Dougiamas and contributors
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$string['config_blocktitle'] = 'Titre du bloc';
$string['config_blocktitle_default'] = 'Sommaire';
$string['config_blocktitle_help'] = 'Laissez ce champ vide pour utiliser le nom par défaut comme titre du bloc. Si vous ajoutez un titre ici, il sera utilisé à la place du titre par défaut.';
$string['config_onesection'] = 'Afficher uniquement la section active';
$string['config_onesection_label'] = 'Si cette option est activé, une seule section (celle qui est active) sera affichée. Si cette option est désactivée, le bloc sera affiché comme un menu accordéon avec toutes les sections.';
$string['course_modulenavigation:addinstance'] = 'Ajouter un nouveau bloc « sommaire du cours »';
$string['notusingsections'] = 'Ce format de cours n’utilise pas de section.';
$string['pluginname'] = 'Sommaire du cours';
$string['privacy:null_reason'] = 'Le bloc « sommaire du cours » affiche seulement des données enregistrées à d’autres endroits';
$string['toggleclickontitle'] = 'Cliquer sur le titre';
$string['toggleclickontitle_desc'] = '« Afficher le menu » ou « aller à la page »';
$string['toggleclickontitle_menu'] = 'Afficher le menu';
$string['toggleclickontitle_page'] = 'Aller à la page';
$string['togglecollapse'] = 'Déplier les accordéons';
$string['togglecollapse_desc'] = 'Choisir de déplier tous les accordéons par défaut';
$string['toggleshowlabels'] = 'Afficher les étiquettes';
$string['toggleshowlabels_desc'] = 'Choisir d’afficher ou non les étiquettes';
$string['toggletitles'] = 'Afficher les titres';
$string['toggletitles_desc'] = 'Choisir d’afficher que les titres ou les titres et le contenu';