<?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 'tinymce_poodll', language 'fr', branch 'MOODLE_30_STABLE'
 *
 * @package   tinymce_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['drawtheninsert'] = 'Après avoir dessiné, appuyez sur « Enregistrer », puis « Insérer »';
$string['pluginname'] = 'PoodLL partout (TinyMCE)';
$string['poodll:allowaudiomp3'] = 'Permettre l\'enregistrement audio (MP3)';
$string['poodll:allowaudiored5'] = 'Permettre l\'enregistrement audio(Red5)';
$string['poodll:allowsnapshot'] = 'Permettre de prendre une photo';
$string['poodll:allowvideo'] = 'Permettre l\'enregistrement vidéo';
$string['poodll:allowwhiteboard'] = 'Permettre le tableau blanc';
$string['poodll:audiomp3_desc'] = 'Enregistrer le MP3';
$string['poodll:audiored5_desc'] = 'Enregistrer de l\'audio';
$string['poodll:browse'] = 'Parcourir';
$string['poodll:nothingtoinsert'] = 'Rien à insérer!';
$string['poodll:snapshot_desc'] = 'Prendre une photo';
$string['poodll:video_desc'] = 'Enregistrer une vidéo';
$string['poodll:visible'] = 'Visible';
$string['poodll:whiteboard_desc'] = 'Dessiner';
$string['recorderstoshow'] = 'Montrer les enregistreurs';
$string['recordtheninsert'] = 'Après l\'enregistrement, appuyez sur insérer.';
$string['show_audiomp3'] = 'Montrer l\'enregistreur MP3';
$string['show_audiored5'] = 'Montrer l\'enregistreur audio(Red5)';
$string['show_snapshot'] = 'Montrer la photo';
$string['show_video'] = 'Montrer l\'enregistrement vidéo';
$string['show_whiteboard'] = 'Montrer le tableau blanc';
$string['snaptheninsert'] = 'Après avoir pris une photo, appuyez sur insérer.';
$string['title'] = 'Créer un fichier média';
