Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 400 and 401] [Versions 400 and 402] [Versions 400 and 403]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Language File.
  19   *
  20   * @package   mod_bigbluebuttonbn
  21   * @copyright 2010 onwards, Blindside Networks Inc
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   * @author    Jesus Federico  (jesus [at] blindsidenetworks [dt] com)
  24   * @author    Fred Dixon  (ffdixon [at] blindsidenetworks [dt] com)
  25   */
  26  defined('MOODLE_INTERNAL') || die();
  27  
  28  $string['activityoverview'] = 'You have upcoming BigBlueButton sessions';
  29  $string['acceptdpa'] = 'I understand and accept the data processing agreement';
  30  $string['bbbduetimeoverstartingtime'] = 'The close time must be later than the open time.';
  31  $string['bbbdurationwarning'] = 'The maximum duration for this session is %duration% minutes.';
  32  $string['bbbrecordwarning'] = 'This session may be recorded.';
  33  $string['bbbrecordallfromstartwarning'] = 'This session is being recorded from the start.';
  34  $string['bigbluebuttonbn:addinstance'] = 'Add a new BigBlueButton room';
  35  $string['bigbluebuttonbn:join'] = 'Join a BigBlueButton room';
  36  $string['bigbluebuttonbn:view'] = 'View BigBlueButton room';
  37  $string['bigbluebuttonbn:addinstancewithmeeting'] = 'Create live sessions instance';
  38  $string['bigbluebuttonbn:addinstancewithrecording'] = 'Create instance with recordings';
  39  $string['bigbluebuttonbn:managerecordings'] = 'Manage recordings';
  40  $string['bigbluebuttonbn:publishrecordings'] = 'Publish recordings';
  41  $string['bigbluebuttonbn:unpublishrecordings'] = 'Unpublish recordings';
  42  $string['bigbluebuttonbn:protectrecordings'] = 'Protect recordings';
  43  $string['bigbluebuttonbn:unprotectrecordings'] = 'Unprotect recordings';
  44  $string['bigbluebuttonbn:deleterecordings'] = 'Delete recordings';
  45  $string['bigbluebuttonbn:importrecordings'] = 'Import recordings';
  46  $string['bigbluebuttonbn'] = 'BigBlueButton';
  47  $string['bigbluebuttondisablednotification_subject'] = 'BigBlueButton activity module disabled.';
  48  $string['bigbluebuttondisablednotification'] = 'The BigBlueButton activity module has been disabled and any existing BigBlueButton course activities are currently not accessible. Prior to re-enabling this plugin, please ensure that you have read and accepted the <a href="{$a}" target="_blank">data processing agreement</a> with Blindside Networks Inc.';
  49  $string['cannotperformaction'] = 'Cannot perform action {$a} on this recording';
  50  $string['enablingbigbluebutton'] = 'Enabling BigBlueButton activity';
  51  $string['enablingbigbluebuttondpainfo'] = 'In order to meet your data protection obligations, before enabling this plugin, you must confirm that you have read and accepted the <a href="{$a}" target="_blank">Blindside Networks data processing agreement</a>. Please consult with your own privacy professionals for advice.';
  52  $string['dpainfonotsigned'] = 'Before enabling this plugin, you must confirm that you have read and accepted the <a href="{$a}">Blindside Networks data processing agreement</a>.';
  53  $string['indicator:cognitivedepth'] = 'BigBlueButton cognitive';
  54  $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a BigBlueButton activity.';
  55  $string['indicator:socialbreadth'] = 'BigBlueButton social';
  56  $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a BigBlueButton activity.';
  57  $string['modulename'] = 'BigBlueButton';
  58  $string['modulenameplural'] = 'BigBlueButton';
  59  $string['modulename_help'] = 'BigBlueButton is an open-source web conferencing system designed for online learning, which supports real-time sharing of audio, video, chat, slides, screen sharing, a multi-user whiteboard, breakout rooms, polling and emojis.
  60  
  61  Using BigBlueButton you can create a room for sessions such as live online classes, virtual office hours or group collaboration with remote students. The session can be recorded for later playback.';
  62  $string['modulename_link'] = 'BigBlueButton/view';
  63  $string['nosuchinstance'] = 'No such instance {$a->entity} with ID {$a->id}';
  64  $string['pluginadministration'] = 'BigBlueButton administration';
  65  $string['pluginname'] = 'BigBlueButton';
  66  
  67  $string['removedevents'] = 'Deleted events';
  68  $string['removedtags'] = 'Deleted tags';
  69  $string['removedlogs'] = 'Deleted custom logs';
  70  $string['removedrecordings'] = 'Deleted recordings';
  71  $string['resetevents'] = 'Delete events';
  72  $string['resettags'] = 'Delete tags';
  73  $string['resetlogs'] = 'Delete custom logs';
  74  $string['resetrecordings'] = 'Delete recordings';
  75  $string['resetlogs_help'] = 'Deleting the logs will result in lost references to recordings.';
  76  $string['resetrecordings_help'] = 'Deleting the recordings will make them inaccessible from anywhere. This action cannot be undone!';
  77  
  78  $string['search:activity'] = 'BigBlueButton - activity information';
  79  $string['search:tags'] = 'BigBlueButton - tags information';
  80  $string['settings'] = 'BigBlueButton settings';
  81  $string['privacy:metadata:bigbluebuttonbn'] = 'BigBlueButton session configuration';
  82  $string['privacy:metadata:bigbluebuttonbn:participants'] = 'A list of rules that define the role users will have in the BigBlueButton session. A user ID may be stored as permissions can be granted per role or per user.';
  83  $string['privacy:metadata:bigbluebuttonbn_logs'] = 'Stores events triggered when using the plugin.';
  84  $string['privacy:metadata:bigbluebuttonbn_logs:userid'] = 'The user ID of the user who triggered the event.';
  85  $string['privacy:metadata:bigbluebuttonbn_logs:timecreated'] = 'The time when the log was created.';
  86  $string['privacy:metadata:bigbluebuttonbn_logs:meetingid'] = 'The session ID the user had access to.';
  87  $string['privacy:metadata:bigbluebuttonbn_logs:log'] = 'The type of event triggered by the user.';
  88  $string['privacy:metadata:bigbluebuttonbn_logs:meta'] = 'Additional information related to the session or the recording.';
  89  $string['privacy:metadata:bigbluebutton'] = 'In order to create and join BigBlueButton sessions, user data needs to be exchanged with the server.';
  90  $string['privacy:metadata:bigbluebutton:userid'] = 'The user ID of the user accessing the BigBlueButton server.';
  91  $string['privacy:metadata:bigbluebutton:fullname'] = 'The full name of the user accessing the BigBlueButton server.';
  92  $string['privacy:metadata:bigbluebuttonbn_recordings'] = 'Stores metadata about recordings.';
  93  $string['privacy:metadata:bigbluebuttonbn_recordings:userid'] = 'The user ID of the user who last changed a recording.';
  94  
  95  $string['completionattendance'] = 'Student must attend the session for:';
  96  $string['completionattendance_desc'] = 'Enter and remain in the room for at least {$a} minute(s).';
  97  $string['completionattendance_event_desc'] = 'Student has entered the room and remained in the session for at least {$a} minute(s)';
  98  $string['completionattendancegroup'] = 'Require attendance';
  99  $string['completionattendancegroup_help'] = 'Attending the meeting for (n) minutes is required for completion.';
 100  
 101  $string['completionengagementchats'] = 'Chats';
 102  $string['completionengagementchats_desc'] = 'Participate in {$a} chat(s).';
 103  $string['completionengagementchats_event_desc'] = 'Has raised {$a} chat(s)';
 104  $string['completionengagementtalks'] = 'Talk';
 105  $string['completionengagementtalks_desc'] = 'Talk {$a} time(s)';
 106  $string['completionengagementtalks_event_desc'] = 'Has raised {$a} talk(s)';
 107  $string['completionengagementraisehand'] = 'Require raised hand';
 108  $string['completionengagementraisehand_desc'] = 'Raise hand {$a} time(s).';
 109  $string['completionengagementraisehand_event_desc'] = 'Has raised hand {$a} times';
 110  $string['completionengagementpollvotes'] = 'Poll votes';
 111  $string['completionengagementpollvotes_desc'] = 'Vote in polls {$a} time(s).';
 112  $string['completionengagementpollvotes_event_desc'] = 'Has answered {$a} poll vote(s)';
 113  $string['completionengagementemojis'] = 'Emojis';
 114  $string['completionengagementemojis_desc'] = 'Change their emoji {$a} time(s).';
 115  $string['completionengagementemojis_event_desc'] = 'Changed their emoji {$a} time(s)';
 116  
 117  $string['completionengagement_desc'] = 'Engage in activities during the meeting.';
 118  $string['completionengagementgroup'] = 'Require participation';
 119  $string['completionengagementgroup_help'] = 'Active participation during the session is required for completion.';
 120  
 121  $string['completionupdatestate'] = 'Completion update state';
 122  $string['completionvalidatestate'] = 'Validate completion';
 123  $string['completionvalidatestatetriggered'] = 'Validate completion has been triggered.';
 124  
 125  $string['completionview'] = 'Require view';
 126  $string['completionview_desc'] = 'Student must view the room to complete it.';
 127  $string['completionview_event_desc'] = 'Has viewed the room.';
 128  $string['sendnotification'] = 'Send notification';
 129  
 130  $string['minute'] = 'minute';
 131  $string['minutes'] = 'minutes';
 132  
 133  $string['config_dpa_note'] = 'Note: In order to meet your data protection obligations, before using a service provider for this plugin, you must ensure that you have read and accepted the service provider\'s data processing agreement. For the default free BigBlueButton service, this is the <a href="{$a}" target="_blank">Blindside Networks data processing agreement</a>. Please consult with your own privacy professionals for advice.';
 134  $string['config_general'] = 'General settings';
 135  $string['config_general_description'] = 'These settings are always used.';
 136  $string['config_server_url'] = 'BigBlueButton server URL';
 137  $string['config_server_url_description'] = 'The default credentials are for a <a href="https://bigbluebutton.org/free-bigbluebutton-service-for-moodle/" target="_blank">free BigBlueButton service for Moodle (opens in new window)</a> provided by Blindside Networks with restrictions as follows:
 138  <ol>
 139  <li>The maximum length for each session is 60 minutes</li>
 140  <li>The maximum number of concurrent users per session is 25</li>
 141  <li>Recordings expire after seven (7) days and are not downloadable</li>
 142  <li>Student webcams are only visible to the moderator.</li>
 143  </ol>';
 144  $string['config_shared_secret'] = 'BigBlueButton shared secret';
 145  $string['config_shared_secret_description'] = 'The security secret of your BigBlueButton server. The default secret is for a free BigBlueButton service provided by Blindside Networks.';
 146  
 147  $string['config_recording'] = 'Recording';
 148  $string['config_recording_description'] = 'These settings are feature specific';
 149  $string['config_recording_default'] = 'Recording enabled by default';
 150  $string['config_recording_default_description'] = 'Should the setting \'Session can be recorded\' be enabled by default when adding a new BigBlueButton room?';
 151  $string['config_recording_editable'] = 'Session can be recorded editable';
 152  $string['config_recording_editable_description'] = 'Should \'Session can be recorded\' be editable in the BigBlueButton activity settings?';
 153  $string['config_recording_protect_editable'] = 'Protected recordings state can be edited';
 154  $string['config_recording_protect_editable_description'] = 'If checked the interface includes an option for protecting/unprotecting recordings.';
 155  $string['config_recording_all_from_start_default'] = 'Start recording from the beginning';
 156  $string['config_recording_all_from_start_default_description'] = 'Should the setting \'Start recording from the beginning\' be enabled by default when adding a new BigBlueButton room?';
 157  $string['config_recording_all_from_start_editable'] = 'Start recording from the beginning editable';
 158  $string['config_recording_all_from_start_editable_description'] = 'Should \'Start recording from the beginning\' be editable in the BigBlueButton activity settings?';
 159  $string['config_recording_hide_button_default'] = 'Hide recording button';
 160  $string['config_recording_hide_button_default_description'] = 'If checked the button for record will be hidden';
 161  $string['config_recording_hide_button_editable'] = 'Hide recording button editable';
 162  $string['config_recording_hide_button_editable_description'] = 'Should \'Hide recording button\' be editable in the BigBlueButton activity settings?';
 163  $string['config_recording_refresh_period'] = 'Recording refresh period (in seconds)';
 164  $string['config_recording_refresh_period_description'] = 'How often should the BigBlueButton server be queried to refresh remote information for a recording?';
 165  $string['config_recordings'] = 'Show recordings';
 166  $string['config_recordings_description'] = 'These settings are feature specific';
 167  $string['config_recordings_general'] = 'Show recording settings';
 168  $string['config_recordings_general_description'] = 'These settings are used only when showing recordings';
 169  $string['config_recordings_deleted_default'] = 'Include recordings from deleted activities enabled by default';
 170  $string['config_recordings_deleted_default_description'] = 'If enabled, the recording table will include recordings of any activities which have since been deleted.';
 171  $string['config_recordings_deleted_editable'] = 'Include recordings from deleted activities feature can be edited';
 172  $string['config_recordings_deleted_editable_description'] = 'Include recordings from deleted activities by default can be edited when the instance is added or updated.';
 173  $string['config_recordings_imported_default'] = 'Show only imported links enabled by default';
 174  $string['config_recordings_imported_default_description'] = 'If enabled the recording table will include only the imported links to recordings.';
 175  $string['config_recordings_imported_editable'] = 'Show only imported links feature can be edited';
 176  $string['config_recordings_imported_editable_description'] = 'Show only imported links by default can be edited when the instance is added or updated.';
 177  $string['config_recordings_preview_default'] = 'Preview is enabled by default';
 178  $string['config_recordings_preview_default_description'] = 'If enabled the table includes a preview of the presentation.';
 179  $string['config_recordings_preview_editable'] = 'Preview feature can be edited';
 180  $string['config_recordings_preview_editable_description'] = 'Preview feature can be edited when the instance is added or updated.';
 181  $string['config_recordings_asc_sort'] = 'List recordings in chronological order';
 182  $string['config_recordings_asc_sort_description'] = 'Recordings are ordered by date, either chronological or reverse chronological order (most recent recording first).';
 183  
 184  $string['config_importrecordings'] = 'Import recordings';
 185  $string['config_importrecordings_description'] = 'These settings are feature specific.';
 186  $string['config_importrecordings_enabled'] = 'Import recordings enabled';
 187  $string['config_importrecordings_enabled_description'] = 'When this and the recording feature are enabled, it is possible to import recordings from different courses into an activity.';
 188  $string['config_importrecordings_from_deleted_enabled'] = 'Import recordings from deleted activities enabled';
 189  $string['config_importrecordings_from_deleted_enabled_description'] = 'When this and the import recording feature are enabled, it is possible to import recordings from activities that are no longer in the course.';
 190  
 191  $string['config_waitformoderator'] = 'Wait for moderator';
 192  $string['config_waitformoderator_description'] = 'These settings are feature specific';
 193  $string['config_waitformoderator_default'] = 'Wait for moderator enabled by default';
 194  $string['config_waitformoderator_default_description'] = 'Should the setting \'Wait for moderator\' be enabled by default when adding a new BigBlueButton room?';
 195  $string['config_waitformoderator_editable'] = 'Wait for moderator editable';
 196  $string['config_waitformoderator_editable_description'] = 'Should \'Wait for moderator\' be editable in the BigBlueButton activity settings?';
 197  $string['config_waitformoderator_ping_interval'] = 'Wait for moderator ping (seconds)';
 198  $string['config_waitformoderator_ping_interval_description'] = 'How often should the server be pinged to check if the moderator has entered the room?';
 199  $string['config_waitformoderator_cache_ttl'] = 'Wait for moderator cache TTL (seconds)';
 200  $string['config_waitformoderator_cache_ttl_description'] = 'To support a heavy load of clients this plugin makes use of a cache. This parameter defines the time the cache will be kept before the next request is sent to the BigBlueButton server.';
 201  
 202  $string['config_voicebridge'] = 'Voice bridge';
 203  $string['config_voicebridge_description'] = 'These settings enable or disable options in the UI and also define default values for these options.';
 204  $string['config_voicebridge_editable'] = 'Conference voice bridge can be edited';
 205  $string['config_voicebridge_editable_description'] = 'A conference voice bridge number can be permanently assigned to a room. When assigned, the number cannot be used for any other room.';
 206  
 207  $string['config_preuploadpresentation'] = 'Pre-upload presentation';
 208  $string['config_preuploadpresentation_description'] = 'These settings enable or disable options in the UI and also define default values for these options. The feature works only if the Moodle server is accessible to BigBlueButton.';
 209  $string['config_preuploadpresentation_editable'] = 'Pre-uploading presentation editable';
 210  $string['config_preuploadpresentation_editable_description'] = 'Preupload presentation feature is editable in the UI when the room or conference is added or updated.';
 211  
 212  $string['config_presentation_default'] = 'Default presentation file';
 213  $string['config_presentation_default_description'] = 'A file may be provided for use in all rooms.';
 214  
 215  $string['config_participant'] = 'Participants';
 216  $string['config_participant_description'] = 'These settings define the default role for participants.';
 217  $string['config_participant_moderator_default'] = 'Moderator';
 218  $string['config_participant_moderator_default_description'] = 'This rule is used by default when a new room is added.';
 219  
 220  $string['config_userlimit'] = 'User limit';
 221  $string['config_userlimit_description'] = 'These settings enable or disable options in the UI and also define default values for these options.';
 222  $string['config_userlimit_default'] = 'User limit enabled by default';
 223  $string['config_userlimit_default_description'] = 'The number of users allowed in a session by default when a new room is added. Set to 0 to allow an unlimited number of users.';
 224  $string['config_userlimit_editable'] = 'User limit feature can be edited';
 225  $string['config_userlimit_editable_description'] = 'User limit value by default can be edited when the room or conference is added or updated.';
 226  
 227  $string['config_scheduled'] = 'Scheduled sessions';
 228  $string['config_scheduled_description'] = 'These settings define default behaviour for scheduled sessions.';
 229  $string['config_scheduled_pre_opening'] = 'Accessible before opening time';
 230  $string['config_scheduled_pre_opening_description'] = 'The time in minutes that the room is open for prior to the scheduled opening time.';
 231  
 232  $string['config_extended_capabilities'] = 'Extended capabilities';
 233  $string['config_extended_capabilities_description'] = 'Configuration for extended capabilities when the BigBlueButton server offers them.';
 234  $string['config_uidelegation_enabled'] = 'UI delegation is enabled';
 235  $string['config_uidelegation_enabled_description'] = 'These settings enable or disable the UI delegation to the BigBlueButton server.';
 236  $string['config_recordingready_enabled'] = 'Send recording available notification';
 237  $string['config_recordingready_enabled_description'] = 'If enabled, a notification will be sent when a recording link is available. This feature requires the script post_publish_recording_ready_callback to be enabled on the BigBlueButton server.';
 238  $string['config_meetingevents_enabled'] = 'Register live sessions';
 239  $string['config_meetingevents_enabled_description'] = 'If enabled, live sessions will be processed after the session ends. This feature is required for Activity completion and will only work if the BigBlueButton server is capable of processing post_events scripts.';
 240  
 241  $string['config_warning_curl_not_installed'] = 'This feature requires the CURL extension for php installed and enabled. The settings will be accessible only if this condition is fulfilled.';
 242  $string['config_warning_bigbluebuttonbn_cfg_deprecated'] = 'BigBlueButton makes use of config.php with a global variable that has been deprecated. Please convert the file as it will not be supported in future versions.';
 243  
 244  $string['config_muteonstart'] = 'Mute on start';
 245  $string['config_muteonstart_description'] = 'These settings enable or disable options in the UI and also define default values for these options.';
 246  $string['config_muteonstart_default'] = 'Mute on start enabled by default';
 247  $string['config_muteonstart_default_description'] = 'If enabled the session will be muted on start.';
 248  $string['config_muteonstart_editable'] = 'Mute on start can be edited';
 249  $string['config_muteonstart_editable_description'] = 'Mute on start by default can be edited when the instance is added or updated.';
 250  $string['config_welcome_default'] = 'Default welcome message';
 251  $string['config_welcome_default_description'] = 'The welcome message is displayed when participants enter the room. If the field is left blank, then a message set on the BigBlueButton server is displayed.';
 252  $string['config_welcome_editable'] = 'Default welcome message is editable by teachers';
 253  $string['config_welcome_editable_description'] = 'Welcome message can be edited when the instance is added or updated';
 254  $string['config_default_messages'] = 'Default messages';
 255  $string['config_default_messages_description'] = 'Set message defaults for activities';
 256  
 257  $string['config_locksettings'] = 'Configuration for locking settings';
 258  $string['config_locksettings_description'] = 'These settings enable or disable options in the UI for locking settings, and also define default values for these options.';
 259  
 260  $string['config_disablecam_default'] = 'Disable webcam enabled by default';
 261  $string['config_disablecam_default_description'] = 'If enabled the webcams will be disabled.';
 262  $string['config_disablecam_editable'] = 'Disable webcam can be edited';
 263  $string['config_disablecam_editable_description'] = 'Disable webcam by default can be edited when the instance is added or updated.';
 264  
 265  $string['config_disablemic_default'] = 'Disable mic enabled by default';
 266  $string['config_disablemic_default_description'] = 'If enabled the microphones will be disabled.';
 267  $string['config_disablemic_editable'] = 'Disable mic can be edited';
 268  $string['config_disablemic_editable_description'] = 'Disable mic by default can be edited when the instance is added or updated.';
 269  
 270  $string['config_disableprivatechat_default'] = 'Disable private chat enabled by default';
 271  $string['config_disableprivatechat_default_description'] = 'If enabled the private chat will be disabled.';
 272  $string['config_disableprivatechat_editable'] = 'Disable private chat can be edited';
 273  $string['config_disableprivatechat_editable_description'] = 'Disable private chat by default can be edited when the instance is added or updated.';
 274  
 275  $string['config_disablepublicchat_default'] = 'Disable public chat enabled by default';
 276  $string['config_disablepublicchat_default_description'] = 'If enabled the public chat will be disabled.';
 277  $string['config_disablepublicchat_editable'] = 'Disable public chat can be edited';
 278  $string['config_disablepublicchat_editable_description'] = 'Disable public chat by default can be edited when the instance is added or updated.';
 279  
 280  $string['config_disablenote_default'] = 'Disable shared notes enabled by default';
 281  $string['config_disablenote_default_description'] = 'If enabled the shared notes will be disabled.';
 282  $string['config_disablenote_editable'] = 'Disable shared notes can be edited';
 283  $string['config_disablenote_editable_description'] = 'Disable shared notes by default can be edited when the instance is added or updated.';
 284  
 285  $string['config_hideuserlist_default'] = 'Hide user list enabled by default';
 286  $string['config_hideuserlist_default_description'] = 'If enabled the session user list will be hidden.';
 287  $string['config_hideuserlist_editable'] = 'Hide user list can be edited';
 288  $string['config_hideuserlist_editable_description'] = 'Hide user list by default can be edited when the instance is added or updated.';
 289  
 290  $string['config_lockonjoin_default'] = 'Lock on join enabled by default';
 291  $string['config_lockonjoin_default_description'] = 'If enabled the settings locked by configuration are applied to the user when they join. Lock configuration must be enabled for this to apply.';
 292  $string['config_lockonjoin_editable'] = 'Lock on join can be edited';
 293  $string['config_lockonjoin_editable_description'] = 'Lock on join by default can be edited when the instance is added or updated.';
 294  
 295  $string['config_experimental_features'] = 'Experimental features';
 296  $string['config_experimental_features_description'] = 'Configuration for experimental features.';
 297  
 298  $string['general_error_unable_connect'] = 'Unable to connect. Please check the url of the BigBlueButton server AND check to see if the BigBlueButton server is running.
 299  Details : {$a}';
 300  $string['general_error_no_answer'] = 'Empty response. Please check the url of the BigBlueButton server AND check to see if the BigBlueButton server is running.';
 301  $string['general_error_not_allowed_to_create_instances'] = 'User is not allowed to create any type of instance.';
 302  $string['general_error_not_found'] = 'Entity not found : {$a}.';
 303  $string['general_error_cannot_create_meeting'] = 'Cannot create session.';
 304  $string['general_error_cannot_get_recordings'] = 'Cannot get recordings.';
 305  $string['index_confirm_end'] = 'Do you want to end the session?';
 306  $string['index_disabled'] = 'disabled';
 307  $string['index_enabled'] = 'enabled';
 308  $string['index_ending'] = 'Ending the session ... please wait';
 309  $string['index_error_checksum'] = 'A checksum error occurred. Please check that you entered the correct secret.';
 310  $string['index_error_forciblyended'] = 'Unable to join the session because it has been manually ended.';
 311  $string['index_error_unable_display'] = 'Unable to display the sessions. Please check the url of the BigBlueButton server AND check to see if the BigBlueButton server is running.';
 312  $string['index_heading_actions'] = 'Actions';
 313  $string['index_heading_group'] = 'Group';
 314  $string['index_heading_moderator'] = 'Moderators';
 315  $string['index_heading_name'] = 'Room';
 316  $string['index_heading_recording'] = 'Recording';
 317  $string['index_heading_users'] = 'Users';
 318  $string['index_heading_viewer'] = 'Viewers';
 319  $string['index_heading'] = 'BigBlueButton rooms';
 320  $string['instanceprofilewithoutrecordings'] = 'This instance profile cannot display recordings';
 321  $string['mod_form_block_general'] = 'General';
 322  $string['mod_form_block_room'] = 'Room settings';
 323  $string['mod_form_block_recordings'] = 'Recording view';
 324  $string['mod_form_block_presentation'] = 'Presentation content';
 325  $string['mod_form_block_presentation_default'] = 'Presentation default content';
 326  $string['mod_form_block_participants'] = 'Role assigned during live session';
 327  $string['mod_form_block_schedule'] = 'Session timing';
 328  $string['mod_form_block_record'] = 'Record settings';
 329  $string['mod_form_field_openingtime'] = 'Open';
 330  $string['mod_form_field_closingtime'] = 'Close';
 331  $string['mod_form_field_intro'] = 'Description';
 332  $string['mod_form_field_intro_help'] = 'A short description of the room.';
 333  $string['mod_form_field_duration_help'] = 'Setting the duration for a meeting will establish the maximum time for a meeting to keep alive before the recording finish';
 334  $string['mod_form_field_duration'] = 'Duration';
 335  $string['mod_form_field_userlimit'] = 'User limit';
 336  $string['mod_form_field_userlimit_help'] = 'The maximum number of users allowed in a session. Set to 0 to allow an unlimited number of users.';
 337  $string['mod_form_field_name'] = 'Room name';
 338  $string['mod_form_field_room_name'] = 'Room name';
 339  $string['mod_form_field_conference_name'] = 'Session name';
 340  $string['mod_form_field_record'] = 'The session may be recorded.';
 341  $string['mod_form_field_voicebridge'] = 'Voice bridge [####]';
 342  $string['mod_form_field_voicebridge_help'] = 'A number between 1 and 9999 that participants enter to join the voice session when using dial-in. If the value is 0 then the static voice bridge number will be ignored and a random number will be generated by BigBlueButton. A number 7 will prefix the four digits typed.';
 343  $string['mod_form_field_voicebridge_format_error'] = 'Format error. You should input a number between 1 and 9999.';
 344  $string['mod_form_field_voicebridge_notunique_error'] = 'Not a unique value. This number is being used by another room.';
 345  $string['mod_form_field_wait'] = 'Wait for moderator';
 346  $string['mod_form_field_wait_help'] = 'Do participants have to wait for a moderator before they can enter the room?';
 347  $string['mod_form_field_welcome'] = 'Welcome message';
 348  $string['mod_form_field_welcome_help'] = 'The welcome message is displayed when participants enter the room. If the field is left blank, then a default message set in the site administration is displayed.';
 349  $string['mod_form_field_welcome_default'] = 'Welcome to %%CONFNAME%%.';
 350  $string['mod_form_field_participant_add'] = 'Add assignee';
 351  $string['mod_form_field_participant_list'] = 'Assignee';
 352  $string['mod_form_field_participant_list_type_all'] = 'All users enrolled';
 353  $string['mod_form_field_participant_list_type_role'] = 'Role';
 354  $string['mod_form_field_participant_list_type_user'] = 'User';
 355  $string['mod_form_field_participant_list_type_owner'] = 'Owner';
 356  $string['mod_form_field_participant_list_text_as'] = 'joins session as';
 357  $string['mod_form_field_participant_list_action_add'] = 'Add';
 358  $string['mod_form_field_participant_list_action_remove'] = 'Remove';
 359  $string['mod_form_field_participant_bbb_role_moderator'] = 'Moderator';
 360  $string['mod_form_field_participant_bbb_role_viewer'] = 'Viewer';
 361  $string['mod_form_field_instanceprofiles'] = 'Instance type';
 362  $string['mod_form_field_instanceprofiles_help'] = 'If a session is to be recorded, select \'Room with recordings\', otherwise \'Room only\'. After a session is recorded, if there are to be no more sessions, select \'Recordings only\'.';
 363  $string['mod_form_field_muteonstart'] = 'Mute on start';
 364  $string['mod_form_field_recordings_html'] = 'Show the table in plain HTML';
 365  $string['mod_form_field_recordings_deleted'] = 'Include recordings from deleted activities';
 366  $string['mod_form_field_recordings_imported'] = 'Show only imported links';
 367  $string['mod_form_field_recordings_preview'] = 'Show recording preview';
 368  $string['mod_form_field_recordallfromstart'] = 'Record all from start';
 369  $string['mod_form_field_recordhidebutton'] = 'Hide recording button';
 370  $string['mod_form_field_nosettings'] = 'No settings can be edited';
 371  $string['mod_form_field_disablecam'] = 'Disable webcams';
 372  $string['mod_form_field_disablemic'] = 'Disable microphones';
 373  $string['mod_form_field_disableprivatechat'] = 'Disable private chat';
 374  $string['mod_form_field_disablepublicchat'] = 'Disable public chat';
 375  $string['mod_form_field_disablenote'] = 'Disable shared notes';
 376  $string['mod_form_field_hideuserlist'] = 'Hide user list';
 377  $string['mod_form_field_lockonjoin'] = 'Lock settings on join';
 378  $string['mod_form_locksettings'] = 'Lock settings';
 379  $string['report_join_info']  = 'Has joined the room {$a} time(s)';
 380  $string['report_play_recording_info']  = 'Has played a recording {$a} time(s)';
 381  $string['report_room_view']  = 'Has viewed the room';
 382  $string['starts_at'] = 'Starts';
 383  $string['started_at'] = 'Started';
 384  $string['ends_at'] = 'Ends';
 385  $string['calendarstarts'] = '{$a} is scheduled for';
 386  $string['recordings_from_deleted_activities'] = 'Recordings from deleted activities';
 387  $string['view_error_no_group_student'] = 'You have not been added to a group. Please contact your teacher.';
 388  $string['view_error_no_group_teacher'] = 'There are no groups. You need to create some groups.';
 389  $string['view_error_no_group'] = 'There are no groups. You need to create some groups before trying to join the session.';
 390  $string['view_error_unable_join_student'] = 'Unable to connect to the BigBlueButton server.';
 391  $string['view_error_unable_join_teacher'] = 'Unable to connect to the BigBlueButton server. Please contact an administrator.';
 392  $string['view_error_unable_join'] = 'Unable to enter the room. Please check the URL of the BigBlueButton server AND check to see if the BigBlueButton server is running.';
 393  $string['view_error_bigbluebutton'] = 'BigBlueButton responded with errors. {$a}';
 394  $string['view_error_create'] = 'The BigBlueButton server responded with an error message. The room could not be created.';
 395  $string['view_error_max_concurrent'] = 'The number of concurrent sessions allowed has been reached.';
 396  $string['view_error_userlimit_reached'] = 'The limit of how many users allowed in a session has been reached.';
 397  $string['view_error_url_missing_parameters'] = 'There are parameters missing in this URL';
 398  $string['view_error_import_no_courses'] = 'There are no courses to look up for recordings.';
 399  $string['view_error_import_no_recordings'] = 'There are no recordings in this course for importing.';
 400  $string['view_error_invalid_session'] = 'The session has expired. Go back to the activity page.';
 401  $string['view_groups_selection_join'] = 'Join';
 402  $string['view_groups_selection'] = 'Select the group you want to join and confirm the action';
 403  $string['view_login_moderator'] = 'Logging in as moderator ...';
 404  $string['view_login_viewer'] = 'Logging in as viewer ...';
 405  $string['view_noguests'] = 'The BigBlueButton room is not open to guests.';
 406  $string['view_nojoin'] = 'You do not have a role that is allowed to join this session.';
 407  $string['view_recording_list_actionbar_edit'] = 'Edit';
 408  $string['view_recording_list_actionbar_delete'] = 'Delete';
 409  $string['view_recording_list_actionbar_import'] = 'Import';
 410  $string['view_recording_list_actionbar_hide'] = 'Hide';
 411  $string['view_recording_list_actionbar_show'] = 'Show';
 412  $string['view_recording_list_actionbar_publish'] = 'Publish';
 413  $string['view_recording_list_actionbar_unpublish'] = 'Unpublish';
 414  $string['view_recording_list_actionbar_protect'] = 'Make it private';
 415  $string['view_recording_list_actionbar_unprotect'] = 'Make it public';
 416  $string['view_recording_list_action_publish'] = 'Publishing';
 417  $string['view_recording_list_action_unpublish'] = 'Unpublishing';
 418  $string['view_recording_list_action_process'] = 'Processing';
 419  $string['view_recording_list_action_delete'] = 'Deleting';
 420  $string['view_recording_list_action_protect'] = 'Protecting';
 421  $string['view_recording_list_action_unprotect'] = 'Unprotecting';
 422  $string['view_recording_list_action_update'] = 'Updating';
 423  $string['view_recording_list_action_edit'] = 'Updating';
 424  $string['view_recording_list_action_play'] = 'Play';
 425  $string['view_recording_list_actionbar'] = 'Toolbar';
 426  $string['view_recording_list_activity'] = 'Activity';
 427  $string['view_recording_list_course'] = 'Course';
 428  $string['view_recording_list_date'] = 'Date';
 429  $string['view_recording_list_description'] = 'Description';
 430  $string['view_recording_list_duration'] = 'Duration';
 431  $string['view_recording_list_recording'] = 'Recording';
 432  $string['view_recording_button_import'] = 'Import recording links';
 433  $string['view_recording_button_return'] = 'Go back';
 434  $string['view_recording_format_notes'] = 'Notes';
 435  $string['view_recording_format_podcast'] = 'Podcast';
 436  $string['view_recording_format_presentation'] = 'Presentation';
 437  $string['view_recording_format_screenshare'] = 'Screenshare';
 438  $string['view_recording_format_statistics'] = 'Statistics';
 439  $string['view_recording_format_video'] = 'Video';
 440  $string['view_recording_format_errror_unreachable'] = 'The URL for this recording format is unreachable.';
 441  $string['view_section_title_presentation'] = 'Presentation file';
 442  $string['view_section_title_recordings'] = 'Recordings';
 443  $string['view_message_norecordings'] = 'There are no recordings available.';
 444  $string['view_message_finished'] = 'This activity is over.';
 445  $string['view_message_notavailableyet'] = 'This session is not yet available.';
 446  $string['view_recording_select_course'] = 'Select a course first in the drop down menu';
 447  
 448  
 449  $string['view_message_session_started_at'] = 'This session started at';
 450  $string['view_message_session_running_for'] = 'This session has been running for';
 451  $string['view_message_hour'] = 'hour';
 452  $string['view_message_hours'] = 'hours';
 453  $string['view_message_minute'] = 'minute';
 454  $string['view_message_minutes'] = 'minutes';
 455  $string['view_message_moderator'] = 'moderator';
 456  $string['view_message_moderators'] = 'moderators';
 457  $string['view_message_viewer'] = 'viewer';
 458  $string['view_message_viewers'] = 'viewers';
 459  $string['view_message_user'] = 'user';
 460  $string['view_message_users'] = 'users';
 461  $string['view_message_has_joined'] = 'has joined';
 462  $string['view_message_have_joined'] = 'have joined';
 463  $string['view_message_session_no_users'] = 'There are no users in this session';
 464  $string['view_message_session_has_user'] = 'There is';
 465  $string['view_message_session_has_users'] = 'There are';
 466  $string['view_message_session_for'] = 'the session for';
 467  $string['view_message_times'] = 'times';
 468  $string['view_message_and'] = 'and';
 469  
 470  $string['view_message_room_closed'] = 'This room is closed.';
 471  $string['view_message_room_ready'] = 'This room is ready.';
 472  $string['view_message_room_open'] = 'This room is open.';
 473  $string['view_message_conference_room_ready'] = 'This room is ready. You can join the session now.';
 474  $string['view_message_conference_not_started'] = 'The session has not started yet.';
 475  $string['view_message_conference_wait_for_moderator'] = 'Waiting for a moderator to join.';
 476  $string['view_message_conference_in_progress'] = 'The session is in progress.';
 477  $string['view_message_conference_has_ended'] = 'The session has ended.';
 478  $string['view_message_conference_user_limit_reached'] = 'The limit of how many users allowed in a session has been reached.';
 479  $string['view_message_tab_close'] = 'This tab/window must be closed manually';
 480  $string['view_message_recordings_disabled'] = 'Recordings are disabled on the server. BigBlueButton activities of type \'Recordings only\' cannot be used.';
 481  $string['view_message_importrecordings_disabled'] = 'Import recording links is disabled on the server.';
 482  
 483  $string['view_groups_selection_warning'] = 'There is a room for each group and you have access to more than one. Be sure to select the correct one.';
 484  $string['view_groups_nogroups_warning'] = 'The room was configured for using groups but the course does not have groups defined.';
 485  $string['view_groups_notenrolled_warning'] = 'The room was configured for using groups but you are not a member of a group.';
 486  $string['view_conference_action_join'] = 'Join session';
 487  $string['view_conference_action_end'] = 'End session';
 488  
 489  $string['view_recording'] = 'recording';
 490  $string['view_recording_link'] = 'imported link';
 491  $string['view_recording_link_warning'] = 'This is a link pointing to a recording that was created in a different course or activity.';
 492  $string['view_recording_delete_confirmation'] = 'Are you sure you want to delete {$a}?';
 493  $string['view_recording_delete_confirmation_warning_s'] = 'This recording has {$a} link associated that was imported into a different course or activity. If the recording is deleted, this link will also be removed.';
 494  $string['view_recording_delete_confirmation_warning_p'] = 'This recording has {$a} links associated that were imported into different courses or activities. If the recording is deleted, these links will also be removed.';
 495  $string['view_recording_publish_confirmation'] = 'Are you sure you want to publish this {$a}?';
 496  $string['view_recording_publish_confirmation_warning_s'] = 'This recording has {$a} link associated that was imported into a different course or activity. If the recording is published, this link will also be published.';
 497  $string['view_recording_publish_confirmation_warning_p'] = 'This recording has {$a} links associated that were imported into different courses or activities. If the recording is published, these links will also be published.';
 498  $string['view_recording_publish_link_deleted'] = 'This link cannot be republished because the original recording does not exist on the BigBlueButton server. The link should be removed.';
 499  $string['view_recording_publish_link_not_published'] = 'This link cannot be republished because the original recording is unpublished.';
 500  $string['view_recording_unpublish_confirmation'] = 'Are you sure to unpublish this {$a}?';
 501  $string['view_recording_unpublish_confirmation_warning_s'] = 'This recording has {$a} link associated that was imported into a different course or activity. If the recording is unpublished, this link will also be unpublished.';
 502  $string['view_recording_unpublish_confirmation_warning_p'] = 'This recording has {$a} links associated that were imported into different courses or activities. If the recording is unpublished, these links will also be unpublished.';
 503  $string['view_recording_protect_confirmation'] = 'Are you sure you want to protect this {$a}?';
 504  $string['view_recording_protect_confirmation_warning_s'] = 'This recording has {$a} link associated that was imported into a different course or activity. If the recording is protected it will also affect the imported links.';
 505  $string['view_recording_protect_confirmation_warning_p'] = 'This recording has {$a} links associated that were imported into different courses or activities. If the recording is protected it will also affect the imported links.';
 506  $string['view_recording_unprotect_confirmation'] = 'Are you sure you want to unprotect this {$a}?';
 507  $string['view_recording_unprotect_confirmation_warning_s'] = 'This recording has {$a} link associated that was imported into a different course or activity. If the recording is unprotected it will also affect the imported links.';
 508  $string['view_recording_unprotect_confirmation_warning_p'] = 'This recording has {$a} links associated that were imported into different courses or activities. If the recording is unprotected it will also affect the imported links.';
 509  $string['view_recording_import_confirmation'] = 'Are you sure you want to import this recording?';
 510  $string['view_recording_unprotect_link_deleted'] = 'This link cannot be unprotected because the original recording does not exist on the BigBlueButton server. The link should be removed.';
 511  $string['view_recording_unprotect_link_not_unprotected'] = 'This link cannot be unprotected because the original recording is protected.';
 512  $string['view_recording_actionbar'] = 'Toolbar';
 513  $string['view_recording_activity'] = 'Activity';
 514  $string['view_recording_course'] = 'Course';
 515  $string['view_recording_date'] = 'Date';
 516  $string['view_recording_description'] = 'Description';
 517  $string['view_recording_description_editlabel'] = 'Edit description';
 518  $string['view_recording_description_edithint'] = 'A description may be added to help identify the recording.';
 519  $string['view_recording_length'] = 'Length';
 520  $string['view_recording_meeting'] = 'Meeting';
 521  $string['view_recording_duration'] = 'Duration';
 522  $string['view_recording_recording'] = 'Recording';
 523  $string['view_recording_duration_min'] = 'min';
 524  $string['view_recording_name'] = 'Name';
 525  $string['view_recording_name_editlabel'] = 'Edit name';
 526  $string['view_recording_name_edithint'] = 'A name may be added to help identify the recording.';
 527  $string['view_recording_tags'] = 'Tags';
 528  $string['view_recording_playback'] = 'Playback';
 529  $string['view_recording_preview'] = 'Preview';
 530  $string['view_recording_preview_help'] = 'Hover over an image to view it in full size';
 531  $string['view_recording_modal_button'] = 'Apply';
 532  $string['view_recording_modal_title'] = 'Set values for recording';
 533  $string['view_recording_yui_first'] = 'First';
 534  $string['view_recording_yui_prev'] = 'Previous';
 535  $string['view_recording_yui_next'] = 'Next';
 536  $string['view_recording_yui_last'] = 'Last';
 537  $string['view_recording_yui_page'] = 'Page';
 538  $string['view_recording_yui_go'] = 'Go';
 539  $string['view_recording_yui_rows'] = 'Rows';
 540  $string['view_recording_yui_show_all'] = 'Show all';
 541  
 542  $string['event_activity_created'] = 'Activity created';
 543  $string['event_activity_deleted'] = 'Activity deleted';
 544  $string['event_activity_updated'] = 'Activity updated';
 545  $string['event_meeting_created'] = 'Meeting created';
 546  $string['event_meeting_ended'] = 'Meeting forcibly ended';
 547  $string['event_meeting_joined'] = 'Meeting joined';
 548  $string['event_meeting_left'] = 'Meeting left';
 549  $string['event_recording_viewed'] = 'Recording viewed';
 550  $string['event_recording_edited'] = 'Recording edited';
 551  $string['event_recording_deleted'] = 'Recording deleted';
 552  $string['event_recording_imported'] = 'Recording imported';
 553  $string['event_recording_published'] = 'Recording published';
 554  $string['event_recording_unpublished'] = 'Recording unpublished';
 555  $string['event_recording_protected'] = 'Recording protected';
 556  $string['event_recording_unprotected'] = 'Recording unprotected';
 557  $string['event_live_session'] = 'Live session event';
 558  $string['event_unknown'] = 'Unknown event';
 559  
 560  $string['instance_type_default'] = 'Room with recordings';
 561  $string['instance_type_room_only'] = 'Room only';
 562  $string['instance_type_recording_only'] = 'Recordings only';
 563  
 564  $string['messageprovider:instance_updated'] = 'BigBlueButton session updated';
 565  $string['messageprovider:recording_ready'] = 'BigBlueButton recording available';
 566  $string['new_bigblubuttonbn_activities'] = 'BigBlueButton activity';
 567  $string['notification_instance_created_intro'] = 'The <a href="{$a->link}">{$a->name}</a> BigBlueButton room has been created.';
 568  $string['notification_instance_created_small'] = 'A new BigBlueButton room named {$a->name} was created.';
 569  $string['notification_instance_created_subject'] = 'A new BigBlueButton room has been created';
 570  $string['notification_instance_description'] = 'Description';
 571  $string['notification_instance_end_date'] = 'End date';
 572  $string['notification_instance_name'] = 'Title';
 573  $string['notification_instance_start_date'] = 'Start date';
 574  $string['notification_instance_updated_intro'] = 'The <a href="{$a->link}">{$a->name}</a> BigBlueButton room has been updated.';
 575  $string['notification_instance_updated_small'] = 'The {$a->name} BigBlueButton session was updated';
 576  $string['notification_instance_updated_subject'] = 'Your BigBlueButton room has been updated';
 577  $string['notification_recording_ready_small'] = 'A recording is available for the BigBlueButton room {$a->name}.';
 578  $string['notification_recording_ready_html'] = 'A recording is now available for the session in the BigBlueButton room <a href="{$a->link}">{$a->name}</a>.';
 579  $string['notification_recording_ready_plain'] = 'A recording is now available for the session in the BigBlueButton room {$a->name}. Go to {$a->link} to access the recording link.';
 580  $string['notification_recording_ready_subject'] = 'Recording available';
 581  
 582  $string['view_error_meeting_not_running'] = 'Something went wrong; the session is not running.';
 583  $string['view_error_current_state_not_found'] = 'Current state was not found. The recording may have been deleted or the BigBlueButton server is not compatible with the action performed.';
 584  $string['view_error_action_not_completed'] = 'Action could not be completed';
 585  $string['view_warning_default_server'] = 'This site is using a <a href="https://bigbluebutton.org/free-bigbluebutton-service-for-moodle/" target="_blank">free BigBlueButton service for Moodle (opens in new window)</a> provided by Blindside Networks with restrictions as follows:
 586  <ol>
 587  <li>The maximum length for each session is 60 minutes</li>
 588  <li>The maximum number of concurrent users per session is 25</li>
 589  <li>Recordings expire after seven (7) days and are not downloadable</li>
 590  <li>Student webcams are only visible to the moderator.</li>
 591  </ol>';
 592  
 593  $string['view_room'] = 'View room';
 594  $string['index_error_noinstances'] = 'There are no instances of BigBlueButton rooms';
 595  $string['index_error_bbtn'] = 'BigBlueButton ID {$a} is incorrect';
 596  
 597  $string['view_mobile_message_reload_page_creation_time_meeting'] = 'You exceeded 45 seconds on this page. Please refresh the page to join the session.';
 598  $string['view_mobile_message_groups_not_supported'] = 'This instance is enabled to work with groups but the mobile app doesn\'t yet support it. Please use the web version.';
 599  
 600  $string['end_session_confirm_title'] = 'Really end session?';
 601  $string['end_session_confirm'] = 'Are you sure you want to end the session?';
 602  $string['end_session_notification'] = 'The session has ended.';
 603  $string['cachedef_currentfetch'] = 'Data to list any recording fetched recently.';
 604  $string['cachedef_serverinfo'] = 'Remote server information';
 605  $string['cachedef_recordings'] = 'Recording metadata';
 606  $string['cachedef_validatedurls'] = 'Cache of validated URL checks';
 607  $string['taskname:check_pending_recordings'] = 'Fetch pending recordings';
 608  $string['taskname:check_dismissed_recordings'] = 'Check for recordings that haven\'t been found yet';
 609  $string['userlimitreached'] = 'The number of users allowed in a session has been reached.';
 610  $string['waitformoderator'] = 'Waiting for a moderator to join.';
 611  
 612  $string['recordingurlnotfound'] = 'The recording URL is invalid.';