File: /home/enamadmin/moodledata/lang/fr/allocationform.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 'allocationform', language 'fr', version '4.5'.
*
* @package allocationform
* @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['add_option'] = 'Ajouter une nouvelle option';
$string['allocationform:exportchoices'] = 'Exporter les choix';
$string['aria:delete'] = 'Supprimer {a}';
$string['aria:edit'] = 'Modifier {$a}';
$string['aria:restrict'] = 'Restreindre {$a}';
$string['availabilityheading'] = 'Disponibilité du formulaire';
$string['back_to_edit'] = 'Passer en mode édition';
$string['choice'] = 'Choix {$a->choice}';
$string['choiceinvalid'] = 'Vous avez sélectionné une option qui ne fait pas partie du formulaire';
$string['choicerequired'] = 'Faire un choix';
$string['choicesexported'] = 'Choix exportés';
$string['csvgenerated'] = 'CSV généré';
$string['deadline'] = 'Date butoir';
$string['defaultrole'] = 'Rôle par défaut';
$string['deleteuserdata'] = 'Supprimer les données utilisateur';
$string['duplicate_choice'] = 'Une option ne peut être choisie qu’une fois';
$string['editingmode'] = 'Éditer';
$string['editingoption'] = 'Éditer l’option';
$string['event:optiondcreated'] = 'Option créée';
$string['event:optiondeleted'] = 'Option supprimée';
$string['make_active'] = 'Rendre le formulaire actif';
$string['not_set'] = 'Vous devez faire un choix';
$string['notrequired'] = 'Non requis';
$string['numberofchoices'] = 'Nombre de choix';
$string['ok_to_continue'] = 'Voulez-vous vraiment continuer ?';
$string['option_form_header'] = 'Nouvelle option';
$string['optioncreated'] = 'Option {$a} créée';
$string['optiondeleted'] = 'Option {$a} supprimée';
$string['optionedited'] = 'Option modifiée';
$string['optionmodified'] = 'Option {$a} modifiée';