. /** * Strings for component 'communication', language 'en'. * * @package core_communication * @copyright 2022 Huong Nguyen * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['communication'] = 'Communication'; $string['communicationprovidernotfound'] = 'The \'{$a}\' communication provider doesn\'t exist or is not recognised.'; $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.'; $string['communicationroompending'] = 'Your {$a} room will be ready soon.'; $string['communicationroomready'] = 'Your {$a} room is ready!'; $string['managecommunicationproviders'] = 'Manage communication providers'; $string['nocommunicationprovider'] = 'No communication provider found.'; $string['nocommunicationselected'] = 'None'; $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'; $string['seleccommunicationprovider'] = 'Communication service'; $string['seleccommunicationprovider_help'] = 'The tool available for chat and related communication methods.';