File: /home/enamadmin/aaamoodledata/lang/fr/block_user_favorites.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 'block_user_favorites', language 'fr', version '4.3'.
*
* @package block_user_favorites
* @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['btn:add'] = 'Ajouter cette page';
$string['btn:delete'] = 'Supprimer la page';
$string['btn:edit'] = 'Éditer';
$string['btn:remove'] = 'Supprimer la page';
$string['description'] = 'Le bloc favoris permet à l’utilisateur de sauvegarder ses pages préférées';
$string['javascript:no'] = 'Annuler';
$string['javascript:set_title'] = 'Définir le titre du favori';
$string['javascript:yes'] = 'Sauvegarder';
$string['pluginname'] = 'Pages favorites';
$string['privacy:metadata:favorite'] = 'Information sur les favoris de l’utilisateur';
$string['privacy:metadata:favorite:created_at'] = 'La date à laquelle le lien a été créé';
$string['privacy:metadata:favorite:hash'] = 'Le hash (identifiant) du lien en favori';
$string['privacy:metadata:favorite:title'] = 'Le titre du lien en favori';
$string['privacy:metadata:favorite:url'] = 'L’url du lien en favori';
$string['privacy:metadata:links'] = 'Liens sauvegardés par le plugin user favourites';
$string['user_favorites:add'] = 'Ajouter un favori';
$string['user_favorites:addinstance'] = 'Ajouter un nouveau bloc pour les favoris d’un utilisateur';
$string['user_favorites:delete'] = 'Supprimer le favori';
$string['user_favorites:myaddinstance'] = 'Ajouter un nouveau Bloc pour les favoris de l’utilisateur à mon moodle';
$string['user_favorites:view'] = 'Voir les favoris';