File: /home/enamadmin/aaamoodledata/lang/fr/external.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 'external', language 'fr', version '4.3'.
*
* @package external
* @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['privacy:metadata:serviceusers'] = 'Une liste des utilisateurs pouvant utiliser un certain service externe';
$string['privacy:metadata:serviceusers:iprestriction'] = 'Adresses IP restreinte pour l’utilisation du service';
$string['privacy:metadata:serviceusers:timecreated'] = 'La date et l’heure de création de l’enregistrement';
$string['privacy:metadata:serviceusers:userid'] = 'L’identifiant de l’utilisateur';
$string['privacy:metadata:serviceusers:validuntil'] = 'La date et l’heure à laquelle l’autorisation prend fin';
$string['privacy:metadata:tokens'] = 'Un enregistrement des jetons d’interaction avec Moodle au moyen de services web ou d’apps mobiles.';
$string['privacy:metadata:tokens:creatorid'] = 'L’identifiant de l’utilisateur qui a créé le jeton';
$string['privacy:metadata:tokens:iprestriction'] = 'IP restreintes à l’utilisation de ce jeton';
$string['privacy:metadata:tokens:lastaccess'] = 'La date et l’heure de la dernière utilisation du jeton';
$string['privacy:metadata:tokens:privatetoken'] = 'Un jeton encore plus privé utilisé occasionnellement pour valider certaines opérations, telles que SSO';
$string['privacy:metadata:tokens:timecreated'] = 'La date et l’heure de création du jeton';
$string['privacy:metadata:tokens:token'] = 'Le jeton de l’utilisateur';
$string['privacy:metadata:tokens:tokentype'] = 'Le type de jeton';
$string['privacy:metadata:tokens:userid'] = 'L’identifiant de l’utilisateur dont c’est le jeton';
$string['privacy:metadata:tokens:validuntil'] = 'La date de l’échéance du jeton';
$string['privacy:request:notexportedsecurity'] = 'Pas exporté pour des raisons de sécurité';