File: /home/enamadmin/aaamoodledata/lang/fr/lifecyclestep_adminapprove.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 'lifecyclestep_adminapprove', language 'fr', version '4.3'.
*
* @package lifecyclestep_adminapprove
* @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['amount_courses'] = 'Cours en attente restants';
$string['bulkactions'] = 'Actions en bloc';
$string['cachedef_mformdata'] = 'Met en cache les données du formulaire';
$string['courseid'] = 'ID du cours';
$string['courses_waiting'] = 'Ces cours sont actuellement en attente d\'approbation dans l\'étape "{$a->step}" dans la chaîne de traitement "{$a->workflow}".';
$string['emailcontent'] = 'Il y a {$a->amount} nouveaux cours en attente de confirmation. Veuillez visiter {$a->url}.';
$string['emailcontenthtml'] = 'Il y a {$a->amount} nouveaux cours en attente de confirmation. Veuillez visiter <a href="{$a->url}">ce lien</a>.';
$string['emailsubject'] = 'Cycle de vie : de nouveaux cours sont en attente de confirmation.';
$string['manage-adminapprove'] = 'Gérer les étapes de l\'approbation admin';
$string['no_courses_waiting'] = 'Il n\'y a actuellement aucun cours en attente d\'approbation dans l\'étape "{$a->step}" de la chaîne de traitement "{$a->workflow}".';
$string['nostepstodisplay'] = 'Il n\'y a actuellement aucun cours en attente d\'interaction dans une étape d\'approbation admin.';
$string['nothingtodisplay'] = 'Il n\'y a pas de cours en attente d\'approbation correspondant à vos filtres actuels.';
$string['only_number'] = 'Seuls les caractères numériques sont autorisés !';
$string['pluginname'] = 'Admin approuver l\'étape';
$string['privacy:metadata'] = 'Ce module complémentaire ne stocke aucune donnée personnelle.';
$string['proceed'] = 'Procéder';
$string['proceedall'] = 'Procéder pour tous';
$string['proceedselected'] = 'Procéder pour les sélectionnés';
$string['rollback'] = 'Revenir en arrière';
$string['rollbackall'] = 'Revenir en arrière pour tous';
$string['rollbackselected'] = 'Revenir en arrière pour les sélectionnés';
$string['statusmessage'] = 'Message d\'état';
$string['statusmessage_help'] = 'Message d\'état, qui est affiché à un enseignant, si un processus d\'un cours est à cette étape d\'approbation par l\'administrateur.';
$string['tools'] = 'Outils';
$string['workflow'] = 'Chaîne de traitement';