2023-01-03 09:15:33 +07:00
< ? php
// This file is part of Moodle - http://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 <http://www.gnu.org/licenses/>.
/**
* Strings for component 'communication' , language 'en' .
*
* @ package core_communication
* @ copyright 2022 Huong Nguyen < huongnv13 @ gmail . com >
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
*/
$string [ 'communication' ] = 'Communication' ;
2023-08-03 12:36:04 +10:00
$string [ 'communicationdisabled' ] = 'Communication is disabled.' ;
2023-01-03 09:15:33 +07:00
$string [ 'communicationprovidernotfound' ] = 'The \'{$a}\' communication provider doesn\'t exist or is not recognised.' ;
2023-01-27 05:00:40 +11:00
$string [ 'communicationroomname' ] = 'Room name' ;
$string [ 'communicationroomname_help' ] = 'The name that participants see when they visit the room. If you leave this blank, a default room name will be automatically set.' ;
2023-04-11 12:12:28 +10:00
$string [ 'communicationroompending' ] = 'Your {$a} room will be ready soon.' ;
$string [ 'communicationroomready' ] = 'Your {$a} room is ready!' ;
2023-01-03 09:15:33 +07:00
$string [ 'managecommunicationproviders' ] = 'Manage communication providers' ;
2023-08-03 12:36:04 +10:00
$string [ 'nocommunicationinstance' ] = 'No communication instance found.' ;
2023-01-03 09:15:33 +07:00
$string [ 'nocommunicationprovider' ] = 'No communication provider found.' ;
2023-01-27 05:00:40 +11:00
$string [ 'nocommunicationselected' ] = 'None' ;
2023-04-04 08:40:53 +10:00
$string [ 'privacy:metadata:communication_user' ] = 'The communication user table stores the user id and communication id for communication provider mapping.' ;
$string [ 'privacy:metadata:communication_user:commid' ] = 'The communication id for user mapping' ;
$string [ 'privacy:metadata:communication_user:userid' ] = 'The user id for communication provider mapping for users' ;
$string [ 'privacy:metadata:communication_user:synced' ] = 'The user is synced with the provider or not' ;
2023-01-27 05:00:40 +11:00
$string [ 'seleccommunicationprovider' ] = 'Communication service' ;
$string [ 'seleccommunicationprovider_help' ] = 'The tool available for chat and related communication methods.' ;