File: /home/enamadmin/aaamoodledata/lang/fr/local_coursefiles.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 'local_coursefiles', language 'fr', version '4.3'.
*
* @package local_coursefiles
* @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['allcomponents'] = 'Tous les composants';
$string['component'] = 'Composant';
$string['download'] = 'Télécharger les fichiers sélectionnés';
$string['filename'] = 'Nom du fichier';
$string['filesize'] = 'Taille du fichier';
$string['filetype:all'] = 'Tous les types de fichiers';
$string['filetype:archive'] = 'Archive';
$string['filetype:audio'] = 'Audio';
$string['filetype:document'] = 'Document';
$string['filetype:hvp'] = 'Archive H5P';
$string['filetype:image'] = 'Image';
$string['filetype:other'] = 'Autre';
$string['filetype:video'] = 'Vidéo';
$string['filter:component'] = 'Filtrer par composant';
$string['filter:filetype'] = 'Filtrer par type de fichier';
$string['linkname'] = 'Fichiers de cours';
$string['mimetype'] = 'Type de fichier';
$string['nofileselected'] = 'Vous n’avez pas sélectionné de fichier.';
$string['nothingfound'] = 'Aucun fichier trouvé';
$string['pluginname'] = 'Fichiers de cours';
$string['privacy:metadata'] = 'Le plug-in Fichiers de cours affiche uniquement les fichiers existants.';