File: /home/enamadmin/moodledata/lang/fr/availability_date.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 'availability_date', language 'fr', version '4.5'.
*
* @package availability_date
* @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['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['error_dateconflict'] = 'En conflit avec d’autres restrictions de date';
$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['privacy:metadata'] = 'Le plugin Restriction par date n’enregistre aucune donnée personnelle.';
$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';