File: /home/enamadmin/moodledata/lang/fr/block_mymindmap_overview.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_mymindmap_overview', language 'fr', version '4.5'.
*
* @package block_mymindmap_overview
* @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['mymindmap_collapse'] = 'Réduire la carte mentale permet une meilleure navigation au sein de vos cours';
$string['mymindmap_collapse_all'] = 'Tout réduire';
$string['mymindmap_expand'] = 'Tout déployer implique une plus grande carte mentale navigable';
$string['mymindmap_expand_all'] = 'Tout déployer';
$string['mymindmap_howto'] = 'Pour naviguer aisément dans la carte, cliquer sur le bouton gauche et déplacez le curseur';
$string['mymindmap_mine'] = 'Cours actuels';
$string['mymindmap_nocourse'] = 'Vous n’avez actuellement aucun cours ou les cours que vous avez sont vides de contenu';
$string['mymindmap_openit'] = 'Ouvrir/Fermer la carte mentale de mes cours';
$string['mymindmap_overview'] = 'Carte mentale de mes cours';
$string['mymindmap_overview:addinstance'] = 'Ajouter un bloc mymindmap_overview';
$string['mymindmap_past'] = 'Cours passés';
$string['mymindmap_restriction'] = '*** Restreint';
$string['mymindmap_warning'] = 'Attention ! Ce cours ne contient aucune ressource.';
$string['mymindmap_withoutname'] = 'Section sans titre';
$string['pluginname'] = 'Ma vue carte mentale';
$string['privacy:metadata'] = 'Le plugin bloc mymindmap_overview ne conserve aucune donnée personnelle';