File: /home/enamadmin/moodledata/lang/fr/qbank_customfields.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 'qbank_customfields', language 'fr', version '4.5'.
*
* @package qbank_customfields
* @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['customfield'] = 'Champs personnalisés de question';
$string['customfield_islocked'] = 'Verrouillé';
$string['customfield_islocked_help'] = 'Si le champ est verrouillé, seuls les autres utilisateurs ayant la capacité de modifier les champs personnalisés verrouillés pourront le changer dans les réglages de la question.';
$string['customfield_notvisible'] = 'Personne';
$string['customfield_visibility'] = 'Visible pour';
$string['customfield_visibility_help'] = 'Ce réglage détermine qui peut voir le nom et la valeur du champ personnalisé.';
$string['customfield_visibletoall'] = 'Tout le monde';
$string['customfield_visibletoteachers'] = 'Enseignants';
$string['customfields:changelockedcustomfields'] = 'Modifier les champs personnalisés verrouillés';
$string['customfields:configurecustomfields'] = 'Configurer les champs personnalisés';
$string['customfields:viewhiddencustomfields'] = 'Voir les champs personnalisés cachés';
$string['customfieldsettings'] = 'Réglages commun des champs personnalisés de question';
$string['pluginname'] = 'Champs personnalisés de question';
$string['privacy:metadata'] = 'Le plugin de banque de questions Champs personnalisés de question n’enregistre aucune donnée personnelle.';