File: /home/enamadmin/moodledata/lang/fr/fileconverter_googledrive.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 'fileconverter_googledrive', language 'fr', version '4.5'.
*
* @package fileconverter_googledrive
* @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['disabled'] = 'Désactivé';
$string['issuer'] = 'Service OAuth 2';
$string['issuer_help'] = 'Le service OAuth 2 utilisé pour accéder à Google Drive.';
$string['pluginname'] = 'Google Drive';
$string['privacy:metadata:fileconverter_googledrive:externalpurpose'] = 'Ces informations sont envoyées à l’API de Google Drive pour convertir le fichier vers un autre format. Le fichier et conservé de façon temporaire sur Google Drive, puis est supprimé une fois la conversion effectuée.';
$string['privacy:metadata:fileconverter_googledrive:filecontent'] = 'Le contenu du fichier.';
$string['privacy:metadata:fileconverter_googledrive:filemimetype'] = 'Le type MIME du fichier.';
$string['privacy:metadata:fileconverter_googledrive:params'] = 'Les paramètres de la requête passée à l’API de Google Drive.';
$string['test_conversion'] = 'Tester la conversion de document';
$string['test_conversionnotready'] = 'Ce convertisseur de document n’est pas correctement configuré.';
$string['test_conversionready'] = 'Ce convertisseur de document est correctement configuré.';
$string['test_converter'] = 'Vérifiez que ce convertisseur fonctionne correctement.';
$string['test_issuerinvalid'] = 'Les paramètres du service OAuth du convertisseur de documents n’a pas une valeur valide.';
$string['test_issuernotconnected'] = 'Le service OAuth défini dans les paramètres du convertisseur de documents n’a pas de compte système connecté.';
$string['test_issuernotenabled'] = 'Le service OAuth défini dans les paramètres du convertisseur de documents n’est pas activé.';
$string['test_issuernotset'] = 'Le service OAuth doit être configuré dans les paramètres du convertisseur de documents.';