File: /home/enamadmin/aaamoodledata/lang/fr/repository_office365.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 'repository_office365', language 'fr', version '4.3'.
*
* @package repository_office365
* @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['cachedef_unifiedfolderids'] = 'Référentiel Microsoft 365 - Identifiants de dossier uniques';
$string['cachedef_unifiedgroupfolderids'] = 'Référentiel Microsoft 365 - Identifiants de dossier uniques pour les groupes';
$string['configplugin'] = 'Configurer le référentiel Microsoft 365';
$string['coursegroup'] = 'Désactiver le dossier Groupes (Cours) dans le sélecteur de fichiers';
$string['defaultgroupsfolder'] = 'Fichiers de cours';
$string['erroraccessdenied'] = 'Accès refusé';
$string['errorauthoidcnotconfig'] = 'Veuillez configurer le plug-in d’authentification OpenID Connect avant d’essayer d’utiliser le référentiel Microsoft 365.';
$string['errorbadclienttype'] = 'Type de client non valide.';
$string['errorbadpath'] = 'Mauvais chemin';
$string['errorcoursenotfound'] = 'Cours introuvable';
$string['erroro365required'] = 'Ce fichier n’est actuellement disponible que pour les utilisateurs de Microsoft 365.';
$string['errorwhiledownload'] = 'Une erreur s’est produite lors du téléchargement du fichier';
$string['file'] = 'Fichier';
$string['groups'] = 'Groupes (cours)';
$string['myfiles'] = 'Mon OneDrive';
$string['notconfigured'] = '<p class="error">Pour utiliser ce plugin, vous devez d’abord configurer les <a href="{$a}/admin/settings.php?section=local_o365">plugins Microsoft 365</a></p>';
$string['office365:view'] = 'Afficher le référentiel Microsoft 365';
$string['onedrivegroup'] = 'Désactiver le dossier de mon OneDrive dans le sélecteur de fichiers';
$string['pluginname'] = 'Microsoft 365';
$string['pluginname_help'] = 'Un référentiel Microsoft 365';
$string['privacy:metadata'] = 'Ce plugin communique avec l’API Microsoft 365 OneDrive en tant qu’utilisateur actuel. Tous les fichiers téléchargés seront envoyés au serveur distant';
$string['trendingaround'] = 'Fichiers en cours autour de moi';
$string['trendinggroup'] = 'Désactiver le dossier Fichiers en cours autour de moi dans le sélecteur de fichiers';
$string['upload'] = 'Télécharger un nouveau fichier';