File: /home/enamadmin/moodledata/lang/fr/enrol_ibobenrol.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 'enrol_ibobenrol', language 'fr', version '4.5'.
*
* @package enrol_ibobenrol
* @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['accessgranted'] = 'Vous avez tous les Open badges requis pour vous inscrire dans ce cours !';
$string['autoenrol'] = 'Inscrire automatiquement quand un Open badge est assigné.';
$string['enrolinfo'] = 'Vous avez besoin des Open badges suivants pour vous inscrire à ce cours :';
$string['enrolme'] = 'M’inscrire';
$string['ibobenrol:config'] = 'Ajouter et configurer une instance de la méthode d’inscription par Open badges';
$string['ibobenrol:manage'] = 'Gérer une instance du plugin d’inscription Open badge';
$string['ibobenrol:unenrol'] = 'Désinscrire des participants d’un cours quand vous avez été inscrit par IBOB_enrol (plugin d’inscription Open badge)';
$string['ibobenrol:unenrolself'] = 'Se désinscrire d’un cours quand vous avez été inscrit par IBOB_enrol (plugin d’inscription Open badge)';
$string['issuedateformat'] = 'd/m/Y';
$string['issuedatetext'] = 'délivré le';
$string['nobadgesconfigured'] = 'Aucun Open badge pour s’inscrire n’a été défini. Contactez l’administrateur du cours.';
$string['nobadgesfound'] = 'Aucun Open badge trouvé.';
$string['plugindirectory'] = 'Page des plugins Moodle';
$string['pluginname'] = 'Inscription par Open Badge';
$string['privacy:metadata'] = 'IBOB_enrol (plugin d’inscription Open badge) ne stocke aucune donnée personnelle';
$string['role'] = 'Rôle atttribué par défaut';
$string['select_filter_badges'] = 'Filtrer la liste des badges ci-dessous (par le nom et la description)';
$string['selectbadges'] = 'Open badges requis pour vous inscrire';
$string['unenrol'] = 'Désinscrire l’utilisateur';
$string['unenrolselfconfirm'] = 'Vous-voulez vraiment vous désinscrire du cours «{$a}» ?';