<?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 'repository_flickr', language 'fr', branch 'MOODLE_30_STABLE'
 *
 * @package   repository_flickr
 * @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['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['remember'] = 'Se souvenir de moi';
$string['secret'] = 'Secret';
$string['username'] = 'Courriel du compte Flickr';
