<?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 'block_tag_youtube', language 'fr', branch 'MOODLE_30_STABLE'
 *
 * @package   block_tag_youtube
 * @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['anycategory'] = 'Toute catégorie';
$string['apierror'] = 'Votre clef API YouTube n\'est pas définie. Veuillez contacter l\'administrateur de la plateforme.';
$string['apikey'] = 'Clef API';
$string['apikeyinfo'] = 'Obtenir une <a href="https://developers.google.com/youtube/v3/getting-started">clef API Google</a> pour votre plateforme Moodle.';
$string['autosvehicles'] = 'Autos &amp; véhicules';
$string['category'] = 'Catégorie';
$string['comedy'] = 'Comédie';
$string['configtitle'] = 'Titre';
$string['education'] = 'Éducation';
$string['entertainment'] = 'Entertainment';
$string['filmsanimation'] = 'Films &amp; animations';
$string['gadgetsgames'] = 'Gadgets &amp; jeux';
$string['howtodiy'] = 'Instructions &amp; bricolage';
$string['includeonlyvideosfromplaylist'] = 'N\'inclure que les vidéos de la liste de lecture d\'identifiant';
$string['music'] = 'Musique';
$string['newspolitics'] = 'Nouvelles & politique';
$string['numberofvideos'] = 'Nombre de vidéos';
$string['peopleblogs'] = 'Personnes &amp; blogs';
$string['petsanimals'] = 'Animaux domestiques &amp; autres animaux';
$string['pluginname'] = 'YouTube';
$string['requesterror'] = 'Impossible d\'obtenir les données à partir du serveur. Veuillez contacter l\'administrateur de la plateforme si le problème persiste.';
$string['scienceandtech'] = 'Science &amp; Technologie';
$string['sports'] = 'Sports';
$string['tag_youtube:addinstance'] = 'Ajouter un bloc YouTube';
$string['travel'] = 'Voyages &amp; Lieux';
