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/moodledata/lang/fr/logstore_standard.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 'logstore_standard', language 'fr', version '4.5'.
 *
 * @package     logstore_standard
 * @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['buffersize'] = 'Taille du tampon d’écriture';
$string['jsonformat'] = 'Format JSON';
$string['jsonformat_desc'] = 'Utiliser pour le champ de base de données « other » le format standard JSON au lieu des données PHP sérialisées.';
$string['pluginname'] = 'Journaux standards';
$string['pluginname_desc'] = 'Un plugin qui enregistre les journaux dans une table de la base de données de Moodle.';
$string['privacy:metadata:log'] = 'Une collection des événements passés';
$string['privacy:metadata:log:anonymous'] = 'Si l’événement a été marqué comme anonyme';
$string['privacy:metadata:log:eventname'] = 'Le nom de l’événement';
$string['privacy:metadata:log:ip'] = 'L’adresse IP utilisée au moment de l’événement';
$string['privacy:metadata:log:origin'] = 'L’origine de l’événement';
$string['privacy:metadata:log:other'] = 'Informations supplémentaires sur l’événement';
$string['privacy:metadata:log:realuserid'] = 'L’identifiant de l’utilisateur réel de l’événement, lorsqu’un utilisateur est masqué.';
$string['privacy:metadata:log:relateduserid'] = 'L’identifiant d’un utilisateur en lien avec cet événement';
$string['privacy:metadata:log:timecreated'] = 'La date et l’heure de la survenue de l’événement';
$string['privacy:metadata:log:userid'] = 'L’identifiant de l’utilisateur qui a déclenché cet événement';
$string['taskcleanup'] = 'Nettoyage de la table des journaux';