File: /home/enamadmin/moodledata/lang/fr/local_course_templates.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_course_templates', language 'fr', version '4.5'.
*
* @package local_course_templates
* @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['addcourse'] = 'Ajouter un cours à partir d’un modèle';
$string['back'] = 'Retour';
$string['choosecategory'] = 'Veuillez sélectionner votre catégorie de cours';
$string['choosetemplate'] = 'Choisir son modèle';
$string['choosetemplatebanner'] = 'Choisir le modèle';
$string['continue'] = 'Continuer';
$string['course_templates:edit'] = 'Modifier le modèle de cours';
$string['course_templates:view'] = 'Voir les modèles de cours';
$string['coursename'] = 'Nom complet du cours';
$string['courseshortname'] = 'Nom abrégé du cours';
$string['createcoursefromtemplate'] = 'Créer un cours à partir d’un modèle';
$string['createfailed'] = 'Il y a eu un problème. Avez-vous utilisé un nom de cours qui existe déjà ? Veuillez réessayer.';
$string['createsuccess'] = 'Créer un nouveau cours avec succès';
$string['datetime'] = 'Date et heure';
$string['definesettingsbanner'] = 'Définir les paramètres';
$string['enddate'] = 'Date de fin';
$string['endtime'] = 'Heure de fin';
$string['hiddencategories'] = 'Catégories cachées';
$string['inputinfo'] = 'Veuillez entrer les informations ci-dessous';
$string['inputinfotip'] = 'Veuillez saisir de nouvelles informations de cours';
$string['jumpto'] = 'Rediriger vers';
$string['jumpto_coursepage'] = 'Page du cours';
$string['jumpto_coursesettingspage'] = 'Paramètres du cours';
$string['location'] = 'Lieu';
$string['namecategory'] = 'Catégorie';
$string['namecategorydescription'] = 'Veuillez choisir la catégorie contenant les modèles de cours';
$string['parametererror'] = 'Erreur de paramètre';
$string['pluginname'] = 'Modèles de cours';
$string['privacy:metadata'] = 'Le plugin Modèles de cours n’enregistre aucune donnée personnelle.';
$string['selectcategorybanner'] = 'Choisir la catégorie';
$string['startdate'] = 'Date de début';
$string['starttime'] = 'Heure de début';
$string['useastemplate'] = 'Utiliser comme modèle';