<?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 'assignfeedback_poodll', language 'fr', branch 'MOODLE_30_STABLE'
 *
 * @package   assignfeedback_poodll
 * @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['allowedrecorders'] = 'Enregistrements possibles';
$string['boardsize'] = 'Dimension du tableau blanc PoodLL';
$string['default'] = 'Activé par défaut';
$string['default_help'] = 'Si ce réglage est activé, cette méthode de feedback sera activée par défaut pour tous les nouveaux devoirs.';
$string['deletefeedback'] = 'Supprimer ce feedback.';
$string['downloadfile'] = '[fichier à télécharger]';
$string['downloadsok'] = 'Afficher le lien de téléchargement';
$string['enabled'] = 'Feedback PoodLL';
$string['enabled_help'] = 'Si l\'option est activée, le correcteur peut laisser des commentaires audio / vidéo pour chaque remise de fichier.';
$string['no'] = 'non';
$string['pluginname'] = 'Feedback PoodLL';
$string['reallydeletefeedback'] = 'Voulez-vous vraiment supprimer ce feedback ?';
$string['recordertype'] = 'Type d\'enregistrement PoodLL';
$string['replymp3voice'] = 'Enregistrement vocal (MP3)';
$string['replysnapshot'] = 'Prendre une photo';
$string['replyvideo'] = 'Enregistrement vidéo';
$string['replyvoice'] = 'Enregistrement vocal (Red5)';
$string['replywhiteboard'] = 'Tableau blanc';
$string['showcurrentfeedback'] = 'Afficher le feedback courant';
$string['showcurrentfeedbackdetails'] = 'Afficher les précédents feedback PoodLL enregistrés via le formulaire de feedback.';
$string['yes'] = 'oui';
