File: /home/enamadmin/moodledata/lang/fr/favourites.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 'favourites', language 'fr', version '4.5'.
*
* @package favourites
* @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:favourite'] = 'Enregistre des références à des éléments marqués comme favoris.';
$string['privacy:metadata:favourite:component'] = 'Le composant auquel le favori appartient, p. ex. core_user';
$string['privacy:metadata:favourite:itemid'] = 'L’identifiant de l’élément marqué comme favori';
$string['privacy:metadata:favourite:itemtype'] = 'Le type de l’élément favori, p. ex. cours';
$string['privacy:metadata:favourite:ordering'] = 'Un nombre utilisé pour ordonner les favoris de même type';
$string['privacy:metadata:favourite:timecreated'] = 'La date et l’heure à laquelle l’élément a été marqué comme favori';
$string['privacy:metadata:favourite:timemodified'] = 'La date et l’heure à laquelle l’élément favori a été modifié pour la dernière fois';
$string['privacy:metadata:favourite:userid'] = 'L’identifiant de l’utilisateur qui a marqué l’élément comme favori';