<?php

// This file is part of Moodle - http://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 <http://www.gnu.org/licenses/>.

/**
 * Strings for component 'report_overviewstats', language 'fr', branch 'MOODLE_29_STABLE'
 *
 * @package   report_overviewstats
 * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
 * @license   http://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';
