File: /home/enamadmin/aaamoodledata/lang/fr/repository_flickr.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 'repository_flickr', language 'fr', version '4.3'.
*
* @package repository_flickr
* @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['apikey'] = 'Clef API';
$string['callbackurl'] = 'URL de rappel (callback)';
$string['callbackurltext'] = '<ol>
<li>Visitez encore une fois <a href="http://www.flickr.com/services/api/keys/">Clefs API Flickr</a></li>
<li>Vérifiez que l’URL de rappel (callback) que vous spécifiez est bien <strong>{$a}</strong></li></ol>';
$string['callbackwarning'] = '<ol>
<li>Obtenez pour ce site Moodle une <a href="http://www.flickr.com/services/api/keys/">clef API et un secret Flickr</a> sur le site Flickr.</li>
<li>Saisissez ici ces informations, puis enregistrez et revenez à cette page. Moodle aura généré une URL de rappel (callback) pour vous.</li>
<li>Modifiez ensuite les informations de votre clef <a href="http://www.flickr.com/services/api/keys/">Flickr</a> et indiquez-y l’URL de rappel (callback).</li></ol>';
$string['configplugin'] = 'Configuration Flickr';
$string['emailaddress'] = 'Adresse de courriel';
$string['flickr:view'] = 'Consulter un dépôt Flickr';
$string['invalidemail'] = 'Adresse de courriel non valide pour flickr';
$string['notitle'] = 'Sans titre';
$string['nullphotolist'] = 'Il n’y a pas de photo dans ce compte';
$string['pluginname'] = 'Flickr';
$string['pluginname_help'] = 'Dépôt sur flickr.com';
$string['privacy:metadata:repository_flickr'] = 'Le plugin de dépôt Flickr enregistre des réglages utilisateur et transmet des données personnelles de Moodle à un système distant.';
$string['privacy:metadata:repository_flickr:preference:repository_flickr_access_token'] = 'La préférence de jeton OAuth du dépôt Flickr.';
$string['privacy:metadata:repository_flickr:preference:repository_flickr_access_token_secret'] = 'La préférence de secret OAuth du dépôt Flickr. Cette donnée est exclue des exportations de données privées.';
$string['privacy:metadata:repository_flickr:text'] = 'La requête de recherche utilisateur du dépôt Flickr.';
$string['remember'] = 'Se souvenir de moi';
$string['secret'] = 'Secret';
$string['username'] = 'Courriel du compte Flickr';