File: /home/enamadmin/moodledata/lang/fr/block_course_status_tracker.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_status_tracker', language 'fr', version '4.5'.
*
* @package block_course_status_tracker
* @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['completed_courses'] = 'Cours terminés';
$string['course'] = 'Cours';
$string['course_comp_date'] = 'Date d’achèvement du cours';
$string['course_name'] = 'Titre du cours';
$string['course_status'] = 'Suiveur du statut des cours';
$string['course_status_tracker'] = 'Suiveur du statut des cours';
$string['course_status_tracker:addinstance'] = 'Ajouter une instance';
$string['course_status_tracker:view'] = 'Affichage : Statut du cours';
$string['coursecompletion_setting'] = 'L’achèvement du cours n’a pas encore été activé';
$string['department'] = 'Département';
$string['enrolled_courses'] = 'Cours inscrits';
$string['grade'] = 'Notes';
$string['inprogress_courses'] = 'Cours en progression';
$string['job_title'] = 'Titre du poste';
$string['joining_date'] = 'Date d’inscription';
$string['module'] = 'Module';
$string['name'] = 'Nom';
$string['pluginname'] = 'Suiveur du statut des cours';
$string['report_coursecompletion'] = 'Achèvement du cours';
$string['report_courseenrollment'] = 'Rapport : Cours inscrit';
$string['report_courseinprogress'] = 'Cours en progression';
$string['report_courseundefined'] = 'Cours sans suivi d’achèvement';
$string['s_no'] = '<abbr title="number">N°</abbr> de série';
$string['undefined_coursecriteria'] = 'Cours sans critères d’achèvement';