<?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 'availability_date', language 'fr', branch 'MOODLE_30_STABLE'
 *
 * @package   availability_date
 * @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['ajaxerror'] = 'Erreur lors de la connexion au serveur de conversion du temps';
$string['description'] = 'Empêcher l\'accès jusqu\'à (ou à partir) d\'une date et heure donnée.';
$string['direction_before'] = 'Date';
$string['direction_from'] = 'à partir du';
$string['direction_label'] = 'Direction';
$string['direction_until'] = 'jusqu\'au';
$string['full_from'] = 'La date soit postérieure au <strong>{$a}</strong>';
$string['full_from_date'] = 'La date soit postérieure ou égale au <strong>{$a}</strong>';
$string['full_until'] = 'La date soit antérieure au <strong>{$a}</strong>';
$string['full_until_date'] = 'La date soit antérieure ou égale au <strong>{$a}</strong>';
$string['pluginname'] = 'Restriction par date';
$string['short_from'] = 'Disponible à partir du <strong>{$a}</strong>';
$string['short_from_date'] = 'Disponible à partir du <strong>{$a}</strong>';
$string['short_until'] = 'Disponible jusqu\'au <strong>{$a}</strong>';
$string['short_until_date'] = 'Disponible jusqu\'à minuit le <strong>{$a}</strong>';
$string['title'] = 'Date';
