File: /home/enamadmin/moodledata/lang/fr/profilefield_masked.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_masked', language 'fr', version '4.5'.
*
* @package profilefield_masked
* @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['mask'] = 'Masque de saisie';
$string['mask_help'] = 'Le masque que vous souhaitez. Par exemple 00/00/0000';
$string['pluginname'] = 'Champ masqué';
$string['privacy:metadata:profilefield_masked:data'] = 'Données utilisateur du champ de profil masqué';
$string['privacy:metadata:profilefield_masked:dataformat'] = 'Le format des données utilisateur du champ de profil utilisateur masqué';
$string['privacy:metadata:profilefield_masked:fieldid'] = 'L’identifiant du champ de profil';
$string['privacy:metadata:profilefield_masked:tableexplanation'] = 'Données de profil supplémentaires';
$string['privacy:metadata:profilefield_masked:userid'] = 'L’identifiant de l’utilisateur dont les données sont stockées par le champ de profil utilisateur masqué';