HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_open,popen,apache_child_terminate
Upload Files
File: /home/enamadmin/moodledata/lang/fr/assignsubmission_onlinetext.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 'assignsubmission_onlinetext', language 'fr', version '4.5'.
 *
 * @package     assignsubmission_onlinetext
 * @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['allowonlinetextsubmissions'] = 'Activé';
$string['default'] = 'Activé par défaut';
$string['default_help'] = 'Si ce réglage est activé, cette méthode de remise de travaux sera activée par défaut pour tous les nouveaux devoirs.';
$string['enabled'] = 'Texte en ligne';
$string['enabled_help'] = 'Si ce réglage est activé, les participants pourront taper du texte directement dans le navigateur pour leur travail à remettre.';
$string['eventassessableuploaded'] = 'Texte en ligne déposé';
$string['nosubmission'] = 'Aucun travail n’a encore été remis pour ce devoir';
$string['numwords'] = '({$a} mots)';
$string['numwordsforlog'] = 'Nombre de mot du devoir : {$a} mots';
$string['onlinetext'] = 'Texte en ligne';
$string['onlinetextfilename'] = 'texteenligne.html';
$string['onlinetextsubmission'] = 'Permettre la remise de texte en ligne';
$string['pluginname'] = 'Remise de textes en ligne';
$string['privacy:metadata:assignmentid'] = 'Identifiant du devoir';
$string['privacy:metadata:filepurpose'] = 'Les fichiers annexés au texte remis.';
$string['privacy:metadata:submissionpurpose'] = 'L’identifiant de remise qui relie aux travaux de l’utilisateur.';
$string['privacy:metadata:tablepurpose'] = 'Enregistre le texte remis pour chaque remise.';
$string['privacy:metadata:textpurpose'] = 'Le texte remis pour cette remise du devoir.';
$string['privacy:path'] = 'Texte remis';
$string['wordlimit'] = 'Nombre maximal de mots';
$string['wordlimit_help'] = 'Si les travaux en format texte sont activés, ce réglage indique le nombre maximal de mots que les étudiants peuvent remettre.';
$string['wordlimitexceeded'] = 'Le nombre maximal de mots pour ce devoir est de {$a->limit} mots, alors que vous essayez de remettre un devoir de {$a->count} mots. Veuillez retravailler votre devoir et essayer à nouveau.';