File: /home/enamadmin/moodledata/lang/fr/tiny_aiplacement.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 'tiny_aiplacement', language 'fr', version '4.5'.
*
* @package tiny_aiplacement
* @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['aiplacement:generateimage'] = 'Générer image avec IA';
$string['aiplacement:generatetext'] = 'Générer texte avec IA';
$string['aspectlandscape'] = 'Paysage';
$string['aspectportrait'] = 'Portrait';
$string['aspectratio'] = 'Format d’image';
$string['aspectsquare'] = 'Carré';
$string['back'] = 'Retour';
$string['buttontitle'] = 'test';
$string['definitionhigh'] = 'Haute';
$string['definitionstandard'] = 'Standard';
$string['errorgeneral'] = 'Ré-essayer plus tard';
$string['generate'] = 'Générer';
$string['generatefailtitle'] = 'Une erreur est survenue';
$string['generateimage'] = 'Générer image';
$string['generatetext'] = 'Générer texte';
$string['generating'] = 'Génération';
$string['imagemodaltitle'] = 'Générer une image avec IA';
$string['imageprompt_label'] = 'Décrire l’image à générer';
$string['imageprompt_placeholder'] = 'Essayez « Paysage de montagne »';
$string['imagequality'] = 'Qualité d’image';
$string['imagestyle'] = 'Style d’image';
$string['insert'] = 'Insérer';
$string['loading'] = 'Chargement…';
$string['loading_almostdone'] = 'Presque fini…';
$string['loading_applying'] = 'Application des dernières touches…';
$string['loading_generating'] = 'Génération de la réponse–';
$string['loading_processing'] = 'Traitement de votre requête…';
$string['next'] = 'Suite';
$string['pluginname'] = 'Placement IA';
$string['privacy:metadata'] = 'Le plugin Placement IA n’enregistre aucune donnée personnelle.';
$string['regenerate'] = 'Re-générer';
$string['textmodaltitle'] = 'Générer du texte avec IA';
$string['textprompt_label'] = 'Décrire le texte à générer par l’IA. Des infos telles que le sujet, la longueur, l’audience ou le ton peuvent être indiqués.';
$string['textresponse_label'] = 'Texte généré par IA';
$string['textresponse_placeholder'] = 'Le texte généré apparaîtra ici. Il peut être modifié avant d’être inséré dans l’éditeur.';