File: /home/enamadmin/aaamoodledata/lang/fr/communication.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 'communication', language 'fr', version '4.3'.
*
* @package communication
* @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['communication'] = 'Communication';
$string['communicationdisabled'] = 'La communication est désactivée.';
$string['communicationprovidernotfound'] = 'Le fournisseur de communication « {$a} » n’existe pas ou n’est pas reconnu.';
$string['communicationroomname'] = 'Nom du salon';
$string['communicationroomnameinfo'] = 'Si ce champ est laissé vide, le nom du cours est utilisé pour le nom du salon.';
$string['communicationroompending'] = 'Votre salon {$a} sera bientôt prêt.';
$string['communicationroomready'] = 'Votre salon {$a} est prêt.';
$string['managecommunicationproviders'] = 'Gérer les fournisseurs de communication';
$string['nocommunicationinstance'] = 'Aucune instance de communication trouvée.';
$string['nocommunicationprovider'] = 'Aucun fournisseur de communication trouvé.';
$string['nocommunicationselected'] = 'Aucun';
$string['privacy:metadata:communication_user'] = 'La table communication utilisateur enregistre l’ID utilisateur et l’ID de communication pour la correspondance utilisateur chez le fournisseur de communication.';
$string['privacy:metadata:communication_user:commid'] = 'L’ID de communication pour la correspondance utilisateur';
$string['privacy:metadata:communication_user:synced'] = 'Si l’utilisateur est synchronisé avec le fournisseur ou non';
$string['privacy:metadata:communication_user:userid'] = 'L’ID utilisateur pour la correspondance utilisateur chez le fournisseur de communication';
$string['selectcommunicationprovider'] = 'Fournisseur';
$string['selectcommunicationprovider_help'] = 'L’outil disponible pour les chats et autres méthodes de communications.';