File: /home/enamadmin/aaamoodledata/lang/fr/assignsubmission_onlineaudio.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_onlineaudio', language 'fr', version '4.3'.
*
* @package assignsubmission_onlineaudio
* @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['allownameoverride'] = 'Autoriser les étudiants à changer le nom du fichier';
$string['allownameoverride_help'] = 'Si activé, les étudiants peuvent remplacer le nom de fichier par défaut. Cette option n’a aucun effet si le « modèle de nom de fichier par défaut » est activé.';
$string['configmaxbytes'] = 'Taille maximum du fichier';
$string['confirmdeletefile'] = 'Voulez-vous vraiment supprimer le fichier <strong>{$a}</strong> ?';
$string['countfiles'] = '{$a} fichier(s)';
$string['defaultname'] = 'Modèle de nom du fichier par défaut';
$string['defaultname_help'] = 'Cette option permet de formater un nom de fichier basé sur un modèle. Le nom de fichier sera imposé si le paramètre « Autoriser les étudiants à changer le nom du fichier » est défini à non.';
$string['enabled'] = 'Enregistrement audio en ligne';
$string['enabled_help'] = 'Si cette option est activée, les étudiants sont autorisés à soumettre des enregistrements audio.';
$string['maxbytes'] = 'Taille maximum du fichier';
$string['maxfilesreached'] = 'Le nombre maximum d’enregistrements pour ce devoir est atteint.';
$string['maxfilessubmission'] = 'Nombre maximum d’enregistrements';
$string['maxfilessubmission_help'] = 'Si les enregistrements audio en ligne sont activés, chaque étudiant sera en mesure de soumettre ce nombre d’enregistrements.';
$string['nodefaultname'] = 'Aucun (vide)';
$string['nosuchfile'] = 'Aucun fichier disponible';
$string['pluginname'] = 'Enregistrement audio en ligne';
$string['recording'] = 'Enregistrement audio en ligne';
$string['upload'] = 'Déposer';
$string['uploaderror'] = 'Erreur de téléchargement.';