HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_open,popen,apache_child_terminate
Upload Files
File: /home/enamadmin/aaamoodledata/lang/fr/forumreport_summary.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 'forumreport_summary', language 'fr', version '4.3'.
 *
 * @package     forumreport_summary
 * @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['attachmentcount'] = 'Nombre d’annexes';
$string['charcount'] = 'Nombre de caractères';
$string['earliestpost'] = 'Message le plus ancien';
$string['eventreportdownloaded'] = 'Rapport résumé de forum téléchargé';
$string['eventreportviewed'] = 'Rapport résumé de forum consulté';
$string['exportposts'] = 'Exporter messages';
$string['exportpostslabel'] = 'Exporter messages de {$a}';
$string['filter:datesbuttonlabel'] = 'Ouvrir le filtre de date';
$string['filter:datesfrom'] = 'Depuis {$a}';
$string['filter:datesfromto'] = '{$a->datefrom} - {$a->dateto}';
$string['filter:datesname'] = 'Dates';
$string['filter:datesorderwarning'] = 'La date « depuis » ne peut être postérieure à la date « à ».';
$string['filter:datesto'] = 'À {$a}';
$string['filter:groupsbuttonlabel'] = 'Ouvrir le filtre de groupe';
$string['filter:groupscountall'] = 'Groupes (tous)';
$string['filter:groupscountnumber'] = 'Groupes ({$a})';
$string['filter:groupsname'] = 'Groupes';
$string['forumselectcourseoption'] = 'Tous les forums du cours';
$string['forumselectlabel'] = 'Le forum sélectionné';
$string['latestpost'] = 'Message le plus récent';
$string['nodetitle'] = 'Rapport résumé du forum';
$string['pluginname'] = 'Rapport résumé de forum';
$string['postcount'] = 'Nombre de discussions lancées';
$string['privacy:metadata'] = 'Le plugin Rapport résumé de forum n’enregistre aucune donnée personnelle.';
$string['replycount'] = 'Nombre de réponses envoyées';
$string['summary:view'] = 'Consulter le rapport résumé d’un ou plusieurs forums';
$string['summary:viewall'] = 'Consulter les données de chaque utilisateur dans le rapport résumé d’un ou plusieurs forums';
$string['summarytitle'] = 'Rapport résumé du forum - {$a}';
$string['viewcount'] = 'Nombre d’affichages';
$string['viewsdisclaimer'] = 'La colonne nombre d’affichage n’est pas filtrée par groupe';
$string['wordcount'] = 'Nombre de mots';