<?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 'form', language 'fr', branch 'MOODLE_30_STABLE'
 *
 * @package   form
 * @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['addfields'] = 'Ajouter {$a} champs au formulaire';
$string['advancedelement'] = 'Élément avancé';
$string['close'] = 'Fermer';
$string['day'] = 'Jour';
$string['display'] = 'Affichage';
$string['err_alphanumeric'] = 'Vous ne devez saisir que des chiffres ou des lettres dans ce champ.';
$string['err_email'] = 'Vous devez indiquer une adresse de courriel valable dans ce champ.';
$string['err_lettersonly'] = 'Vous ne devez saisir que des lettres dans ce champ.';
$string['err_maxfiles'] = 'Vous ne pouvez pas joindre ici plus de {$a} fichiers.';
$string['err_maxlength'] = 'Vous ne pouvez pas saisir plus de {$a->format} caractères dans ce champ.';
$string['err_minlength'] = 'Vous devez taper au moins {$a->format} caractères dans ce champ.';
$string['err_nonzero'] = 'Vous ne devez pas saisir de nombre commençant par 0 dans ce champ.';
$string['err_nopunctuation'] = 'Vous ne devez saisir aucune ponctuation dans ce champ.';
$string['err_numeric'] = 'Vous devez spécifier un nombre dans ce champ.';
$string['err_rangelength'] = 'Vous devez taper entre {$a->format[0]} et {$a->format[1]} caractères dans ce champ.';
$string['err_required'] = 'Vous devez remplir ce champ.';
$string['general'] = 'Généraux';
$string['hideadvanced'] = 'Cacher éléments supplémentaires';
$string['hour'] = 'Heure';
$string['minute'] = 'Minute';
$string['miscellaneoussettings'] = 'Réglages divers';
$string['modstandardels'] = 'Réglages courants';
$string['month'] = 'Mois';
$string['mustbeoverriden'] = 'La méthode form_definition() dans la classe {$a} doit être surchargée. Veuillez corriger le code.';
$string['nomethodforaddinghelpbutton'] = 'Il n\'y a pas de méthode pour ajouter un bouton d\'aide sur un élément {$a->name} (classe {$a->classname}) de formulaire';
$string['nonexistentformelements'] = 'Tentative d\'ajout de bouton d\'aide à des éléments non existants : {$a}';
$string['noselection'] = 'Aucune sélection';
$string['nosuggestions'] = 'Pas de suggestion';
$string['optional'] = 'Facultatif';
$string['othersettings'] = 'Autres réglages';
$string['requiredelement'] = 'Champ requis';
$string['revealpassword'] = 'Révéler';
$string['security'] = 'Sécurité';
$string['selectallornone'] = 'Tout/ne rien sélectionner';
$string['selected'] = 'Sélectionné';
$string['selecteditems'] = 'Éléments sélectionnés';
$string['showadvanced'] = 'Afficher éléments supplémentaires';
$string['showless'] = 'Afficher moins...';
$string['showmore'] = 'Afficher plus...';
$string['somefieldsrequired'] = 'Ce formulaire comprend des champs requis, marqués {$a}.';
$string['time'] = 'Durée';
$string['timeunit'] = 'Unité de temps';
$string['timing'] = 'Durée';
$string['unmaskpassword'] = 'Révéler';
$string['year'] = 'Année';
