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/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.5'.
 *
 * @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 administrateur';
$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 administrateur.';
$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';