<?php

// This file is part of Moodle - http://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 <http://www.gnu.org/licenses/>.

/**
 * Strings for component 'offlinequiz_rimport', language 'fr', branch 'MOODLE_28_STABLE'
 *
 * @package   offlinequiz_rimport
 * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

defined('MOODLE_INTERNAL') || die();

$string['addingfilestoqueue'] = '{$a} grilles de réponses ont été ajoutées à la file d\'attente d\'évaluation. Un courriel vous sera envoyé lorsque les données auront été traitées.';
$string['correcterror'] = 'Correct';
$string['deleteselectedpages'] = 'Supprimer les pages sélectionnées';
$string['errorcouldnotgrab'] = 'Saisie impossible';
$string['errordifferentpage'] = 'Une page différente existe déjà';
$string['errordifferentresultexists'] = 'Un résultat différent existe déjà';
$string['errordoublepage'] = 'La page existe déjà';
$string['errorfilenotfound'] = 'Fichier non trouvé';
$string['errorgifnotsupported'] = 'Images GIF non supportées';
$string['errorgrouperror'] = 'Erreur de groupe';
$string['errorimagenotsupported'] = 'Type d\'image non supporté';
$string['errorimportusernotinlist'] = 'Utilisateur pas dans la liste';
$string['errorinsecuremarkings'] = 'Lecture imprécise';
$string['errorinvalidlistnumber'] = 'Numéro de liste invalide';
$string['errorinvalidpagenumber'] = 'Numéro de page invalide';
$string['errorjpgnotsupported'] = 'Images JPG non supportées';
$string['errormissingpages'] = 'Pages incomplète';
$string['errornonexistinguser'] = 'Utilisateur inexistant';
$string['errornotadjusted'] = 'Non ajusté';
$string['errorotherresult'] = 'Un autre résultat existe déjà';
$string['errorpageerror'] = 'Erreur de page';
$string['errorpngnotsupported'] = 'Les images PNG ne sont pas supportées';
$string['errorresultexists'] = 'Un résultat existe déjà';
$string['errortiffnotsupported'] = 'Images TIFF non supportées';
$string['errorusernotincourse'] = 'L\'utilisateur n\'est pas inscrit dans le cours';
$string['errorusernotinlist'] = 'L\'utilisateur n\'est pas dans la liste';
$string['idnumber'] = 'Numéro d\'identification';
$string['import'] = 'Importer';
$string['importedon'] = 'Importé le';
$string['importforms'] = 'Importer des grilles de réponses';
$string['importlisterror'] = 'Liste non détectée';
$string['importpforms'] = 'Importer des listes de participants';
$string['newformsinqueue'] = '{$a} grille(s) de réponses est/sont en attente d\'évaluation.';
$string['pluginname'] = 'Import de résultats de test hors-ligne';
$string['processingformsinqueue'] = '{$a} grille(s) de réponses est/sont en traitement';
$string['showpage'] = 'Afficher';
$string['username'] = 'Nom d\'utilisateur';
$string['waitingforanalysis'] = 'En attente d\'analyse';
$string['ziporimagefile'] = 'Fichier ZIP ou image';
