File: /home/enamadmin/aaamoodledata/lang/fr/profilefield_associated.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 'profilefield_associated', language 'fr', version '4.3'.
*
* @package profilefield_associated
* @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['associatedfield'] = 'Champ associé';
$string['dupplicateassociated'] = 'Un autre champ de profil personnalisé est déjà associé au champ de profil sélectionné';
$string['pluginname'] = 'Données associées';
$string['privacy:metadata:profilefield_associated:fieldid'] = 'L’identifiant du champ de profil';
$string['privacy:metadata:profilefield_associated:tableexplanation'] = 'Données de profil complémentaires';
$string['privacy:metadata:profilefield_associated:userid'] = 'L’identifiant de l’utilisateur dont les données sont stockées dans le champ du profil d’utilisateur associé';
$string['signup'] = 'Afficher sur la page d’inscription ?';
$string['signup_help'] = 'Si vous ne souhaitez pas que ce champ apparaisse sur la page d’inscription, vous n’avez probablement pas besoin de définir un champ de profil associé !<br/>Cependant, il peut arriver que vous souhaitiez simplement rendre un champ facultatif obligatoire ou unique.';
$string['useoriginal'] = 'Utiliser l’original';