File: /home/enamadmin/moodledata/lang/fr/qtype_shortmath.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 'qtype_shortmath', language 'fr', version '4.5'.
*
* @package qtype_shortmath
* @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['filloutoneanswer'] = 'Vous devez fournir au moins une réponse possible, écrite dans le format LaTeX. Les réponses laissées vides ne seront pas utilisées. Vous pouvez utiliser « * » pour remplacer une chaîne de caractères. La première réponse valide sera utilisée pour calculer le pointage et donner une rétroaction.';
$string['pluginname'] = 'Réponse brève mathématique';
$string['pluginname_help'] = 'Question à réponse brève pour des expressions mathématiques utilisant MathQuill et une réponse au format LaTeX.';
$string['pluginname_link'] = 'question/type/shortmath';
$string['pluginnameadding'] = 'Ajouter une question à réponse brève mathématique';
$string['pluginnameediting'] = 'Modifier une question à réponse brève mathématique';
$string['pluginnamesummary'] = 'Question à réponse brève pour des expressions mathématiques utilisant MathQuill et une réponse au format LaTeX.';
$string['privacy:metadata'] = 'Le type de question à réponse brève mathématique n’enregistre aucune donnée personnelle.';