File: /home/enamadmin/moodledata/lang/fr/tool_hidecourses.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 'tool_hidecourses', language 'fr', version '4.5'.
*
* @package tool_hidecourses
* @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['changevisibilityconfirm'] = 'Cette page vous permet de définir la visibilité de tous les cours de la catégorie <strong>{$a->category}</strong> et ses sous-catégories à <strong>{$a->state}</strong>. Cette action ne peut pas être annulée';
$string['hidden'] = 'caché pour les étudiants';
$string['hideallcourses'] = 'Cacher tous les cours';
$string['hidecourses:hidecourses'] = 'Cacher tous les cours d’une catégorie.';
$string['invalidactionid'] = 'Action non valide.';
$string['pluginname'] = 'Cacher les cours';
$string['privacy:metadata'] = 'Le plugin Cacher les cours n’enregistre aucune donnée personnelle.';
$string['showallcourses'] = 'Afficher tous les cours.';
$string['updatequeued'] = 'Une tâche adhoc a été ajoutée à la liste des tâches pour modifier tous les cours de la catégorie <strong>{$a}</strong>. Elle sera exécutée lors de la prochaine exécution du cron.';
$string['visible'] = 'visible pour les étudiants';