File: /home/enamadmin/moodledata/lang/fr/report_overviewstats.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 'report_overviewstats', language 'fr', version '4.5'.
*
* @package report_overviewstats
* @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['chart-countries'] = 'Pays des utilisateurs';
$string['chart-countries-info'] = 'Nombre de pays différents : {$a}';
$string['chart-courses'] = 'Cours';
$string['chart-courses-percategory'] = 'Nombre de cours dans une catégorie';
$string['chart-courses-percategory-categoryname'] = 'Catégorie de cours';
$string['chart-courses-percategory-coursesown'] = 'Cours (responsable seulement)';
$string['chart-courses-percategory-coursesrecursive'] = 'Cours (récursifs)';
$string['chart-courses-sizes'] = 'Nombre de cours selon la taille';
$string['chart-courses-sizes_help'] = 'Affiche le diagramme de distribution du nombre d’activité par cours. C’est-à-dire, le nombre de cours par rapport à 0-4 activités, à 5-9 activités, à 10-14 activités, etc.';
$string['chart-enrolments'] = 'Utilisateurs inscrits';
$string['chart-enrolments-month'] = 'Dernier mois';
$string['chart-enrolments-year'] = 'Dernière année';
$string['chart-langs'] = 'Langue de préférence des utilisateurs';
$string['chart-langs-info'] = 'Nombre de langues différentes : {$a}';
$string['chart-logins'] = 'Utilisateurs qui se connectent';
$string['chart-logins-perday'] = 'Par jour';
$string['overviewstats:view'] = 'Visualiser l’aperçu des statistiques';
$string['pluginname'] = 'Aperçu des statistiques';