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_nice,proc_terminate,pfsockopen,dl,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname,leak,apache_child_terminate
Upload Files
File: /home/enamadmin/moodledata/lang/fr/report_offlinequizcron.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 'report_offlinequizcron', language 'fr', version '4.5'.
 *
 * @package     report_offlinequizcron
 * @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['apply'] = 'Appliquer';
$string['backtomainpage'] = 'Retour à la liste des travaux';
$string['deletejob'] = 'Supprimer le travail';
$string['deletejobcheck'] = 'Voulez-vous vraiment supprimer le travail ?';
$string['downloadallfiles'] = 'Télécharger tous les fichiers au format ZIP';
$string['downloadselected'] = 'Télécharger les fichiers sélectionnés en tant que ZIP';
$string['error'] = 'Erreur';
$string['evaluatedfiles'] = 'Quantité de fichiers évalués';
$string['filename'] = 'Nom du fichier';
$string['files'] = 'Fichiers image';
$string['files_help'] = 'Vous trouverez ci-dessous la liste des fichiers de la table DB {offlinequiz_queue_data}.';
$string['getreport'] = 'Obtenir le rapport';
$string['importuser'] = 'Créé par';
$string['intro'] = 'Ce rapport vous permet d’administrer la tâche cron du QCM papier pour l’évaluation du formulaire de réponse.';
$string['jobid'] = 'Identifiant';
$string['nofiles'] = 'Aucun fichier trouvé';
$string['offlinequizcron:view'] = 'Afficher le rapport d’administration du cron des QCMs papiers';
$string['offlinequizjobdetails'] = 'Détails de l’évaluation du travail {$a}';
$string['offlinequizjobs'] = 'Liste des travaux d’évaluation de QCM papier';
$string['offlinequizjobs_help'] = 'Vous trouverez ci-dessous la liste des tâches dans la table DB {offlinequiz_queue}.';
$string['pagesize_details'] = 'Nombre de fichiers par page';
$string['pagesize_jobs'] = 'Nombre de travaux par page';
$string['pluginname'] = 'Offlinequiz Cronjob Admin';
$string['privacy:metadata'] = 'L’offlinequizcron est uniquement utilisé pour afficher les informations des files d’attente du plugin mod_offlinequiz. Il ne conserve pas de données lui-même.';
$string['processingqueue'] = 'File d’attente de traitement';
$string['processqueue'] = 'File d’attente de traitement';
$string['reportsettings'] = 'Paramètres des rapports';
$string['resubmitjob'] = 'Soumettre à nouveau le travail';
$string['search'] = 'Chercher';
$string['showjobswithstatus'] = 'Afficher les travaux avec le statut';
$string['status'] = 'Statut';
$string['statusall'] = 'Tout';
$string['statuserror'] = 'Erreur';
$string['statusfinished'] = 'Terminé';
$string['statusnew'] = 'Nouveau';
$string['statusprocessed'] = 'Traité';
$string['statusprocessing'] = 'Traitement';
$string['submit'] = 'Envoyer';
$string['timecreated'] = 'Créé à';
$string['timefinish'] = 'Fin de l’évaluation';
$string['timestart'] = 'Début de l’évaluation';