File: /home/enamadmin/aaamoodledata/lang/fr/report_log.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_log', language 'fr', version '4.3'.
*
* @package report_log
* @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['allsources'] = 'Toutes les sources';
$string['cli'] = 'CLI';
$string['eventcomponent'] = 'Composant';
$string['eventcontext'] = 'Contexte de l’événement';
$string['eventloggedas'] = '{$a->realusername} en tant que {$a->asusername}';
$string['eventorigin'] = 'Origine';
$string['eventrelatedfullnameuser'] = 'Utilisateur concerné';
$string['eventreportviewed'] = 'Journal consulté';
$string['eventuserreportviewed'] = 'Journal d’utilisateur consulté';
$string['log:view'] = 'Consulter les journaux du cours';
$string['log:viewtoday'] = 'Consulter les journaux du jour';
$string['logsformat'] = 'Format des journaux';
$string['nocapability'] = 'Impossible d’accéder au journal de l’utilisateur';
$string['nologreaderenabled'] = 'Aucun lecteur de journal activé';
$string['origin'] = 'Source';
$string['other'] = 'Autre';
$string['page'] = 'Page {$a}';
$string['page-report-log-index'] = 'Rapport de journaux de cours';
$string['page-report-log-user'] = 'Rapport utilisateur de journaux de cours';
$string['page-report-log-x'] = 'Tout rapport de journal';
$string['pluginname'] = 'Journaux';
$string['privacy:metadata'] = 'Le plugin Journaux n’enregistre aucune donnée personnelle.';
$string['restore'] = 'Restaurer';
$string['selectlogreader'] = 'Sélectionner un lecteur de journaux';
$string['web'] = 'Web';
$string['ws'] = 'Service web';