Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 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['credentials_warning'] = 'The use of default server credentials will soon expire (see note above to obtain new credentials).';
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:viewallrecordingformats'] = 'View all recording formats';
47
$string['bigbluebuttonbn'] = 'BigBlueButton';
48
$string['cannotperformaction'] = 'Cannot perform action {$a} on this recording';
49
$string['indicator:cognitivedepth'] = 'BigBlueButton cognitive';
50
$string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a BigBlueButton activity.';
51
$string['indicator:socialbreadth'] = 'BigBlueButton social';
52
$string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a BigBlueButton activity.';
53
$string['modulename'] = 'BigBlueButton';
54
$string['modulenameplural'] = 'BigBlueButton';
55
$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.
56
 
57
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.';
58
$string['modulename_link'] = 'BigBlueButton/view';
59
$string['nosuchinstance'] = 'No such instance {$a->entity} with ID {$a->id}';
60
$string['pluginadministration'] = 'BigBlueButton administration';
61
$string['pluginname'] = 'BigBlueButton';
62
 
63
$string['removedevents'] = 'Deleted events';
64
$string['removedtags'] = 'Deleted tags';
65
$string['removedlogs'] = 'Deleted custom logs';
66
$string['removedrecordings'] = 'Deleted recordings';
67
$string['resetevents'] = 'Delete events';
68
$string['resettags'] = 'Delete tags';
69
$string['resetlogs'] = 'Delete custom logs';
70
$string['resetrecordings'] = 'Delete recordings';
71
$string['resetlogs_help'] = 'Deleting the logs will result in lost references to recordings.';
72
$string['resetrecordings_help'] = 'Deleting the recordings will make them inaccessible from anywhere. This action cannot be undone!';
73
 
74
$string['search:activity'] = 'BigBlueButton - activity information';
75
$string['search:tags'] = 'BigBlueButton - tags information';
76
$string['settings'] = 'BigBlueButton settings';
77
 
78
$string['settings_credential_warning_no_capability'] = 'The BigBlueButton server credentials will soon expire. Please contact your site administrator.';
79
$string['settings_credential_warning'] = 'The BigBlueButton server credentials will soon expire. See the <a href="{$a->settingslink}" target="_blank">BigBlueButton general settings (opens in a new window)</a>.';
80
 
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'] = 'Require attendance (minutes)';
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 (minutes)';
99
 
100
$string['completionengagementchats'] = 'Chats';
101
$string['completionengagementchats_desc'] = 'Participate in {$a} chat(s).';
102
$string['completionengagementchats_event_desc'] = 'Has raised {$a} chat(s)';
103
$string['completionengagementtalks'] = 'Talk';
104
$string['completionengagementtalks_desc'] = 'Talk {$a} time(s)';
105
$string['completionengagementtalks_event_desc'] = 'Has raised {$a} talk(s)';
106
$string['completionengagementraisehand'] = 'Require raised hand';
107
$string['completionengagementraisehand_desc'] = 'Raise hand {$a} time(s).';
108
$string['completionengagementraisehand_event_desc'] = 'Has raised hand {$a} times';
109
$string['completionengagementpollvotes'] = 'Poll votes';
110
$string['completionengagementpollvotes_desc'] = 'Vote in polls {$a} time(s).';
111
$string['completionengagementpollvotes_event_desc'] = 'Has answered {$a} poll vote(s)';
112
$string['completionengagementemojis'] = 'Emojis';
113
$string['completionengagementemojis_desc'] = 'Change their emoji {$a} time(s).';
114
$string['completionengagementemojis_event_desc'] = 'Changed their emoji {$a} time(s)';
115
 
116
$string['completionengagement_desc'] = 'Engage in activities during the meeting.';
117
$string['completionengagementgroup'] = 'Require participation';
118
 
119
$string['completionupdatestate'] = 'Completion update state';
120
$string['completionvalidatestate'] = 'Validate completion';
121
$string['completionvalidatestatetriggered'] = 'Validate completion has been triggered.';
122
 
123
$string['completionview_event_desc'] = 'Has viewed the room.';
124
$string['sendnotification'] = 'Send notification';
125
 
126
$string['minute'] = 'minute';
127
$string['minutes'] = 'minutes';
128
 
129
 
130
$string['config_guestaccess_enabled'] = 'External guest access';
131
$string['config_guestaccess_enabled_description'] = 'Allow users without an account on your site to access the room.';
132
 
133
$string['config_general'] = 'General settings';
134
$string['config_general_description'] = 'To set up BigBlueButton, you can either use your own BigBlueButton server and credentials, or obtain credentials through the <a href="https://registration-portal.blindsidenetworks.com/" target="_blank">Blindside Networks Registration Portal (opens in a new window)</a>.';
135
$string['config_profile_picture_enabled'] = 'Show profile pictures';
136
$string['config_profile_picture_enabled_description'] = 'Should profile pictures of participants be shown in BigBlueButton sessions?';
137
$string['config_server_url'] = 'BigBlueButton server URL';
138
$string['config_server_url_description'] = 'The URL of your BigBlueButton server.';
139
$string['config_shared_secret'] = 'BigBlueButton shared secret';
140
$string['config_shared_secret_description'] = 'The security secret of your BigBlueButton server.';
141
$string['config_checksum_algorithm'] = 'BigBlueButton server checksum algorithm';
142
$string['config_checksum_algorithm_description'] = 'SHA1 is compatible with older servers. SHA256 and SHA512 are more secure. SHA512 is FIPS 140-2 compliant.';
143
 
144
$string['config_recording'] = 'Recording';
145
$string['config_recording_description'] = 'These settings are feature specific';
146
$string['config_recording_default'] = 'Recording enabled by default';
147
$string['config_recording_default_description'] = 'Should the setting \'Session can be recorded\' be enabled by default when adding a new BigBlueButton room?';
148
$string['config_recording_editable'] = 'Session can be recorded editable';
149
$string['config_recording_editable_description'] = 'Should \'Session can be recorded\' be editable in the BigBlueButton activity settings?';
150
$string['config_recording_protect_editable'] = 'Protected recordings state can be edited';
151
$string['config_recording_protect_editable_description'] = 'If checked the interface includes an option for protecting/unprotecting recordings.';
152
$string['config_recording_all_from_start_default'] = 'Start recording from the beginning';
153
$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?';
154
$string['config_recording_all_from_start_editable'] = 'Start recording from the beginning editable';
155
$string['config_recording_all_from_start_editable_description'] = 'Should \'Start recording from the beginning\' be editable in the BigBlueButton activity settings?';
156
$string['config_recording_hide_button_default'] = 'Hide recording button';
157
$string['config_recording_hide_button_default_description'] = 'If checked the button for record will be hidden';
158
$string['config_recording_hide_button_editable'] = 'Hide recording button editable';
159
$string['config_recording_hide_button_editable_description'] = 'Should \'Hide recording button\' be editable in the BigBlueButton activity settings?';
160
$string['config_recording_refresh_period'] = 'Recording refresh period (in seconds)';
161
$string['config_recording_refresh_period_description'] = 'How often should the BigBlueButton server be queried to refresh remote information for a recording?';
162
$string['config_recordings'] = 'Show recordings';
163
$string['config_recordings_description'] = 'These settings are feature specific';
164
$string['config_recordings_general'] = 'Show recording settings';
165
$string['config_recordings_general_description'] = 'These settings are used only when showing recordings';
166
$string['config_recordings_deleted_default'] = 'Include recordings from deleted activities enabled by default';
167
$string['config_recordings_deleted_default_description'] = 'If enabled, the recording table will include recordings of any activities which have since been deleted.';
168
$string['config_recordings_deleted_editable'] = 'Include recordings from deleted activities feature can be edited';
169
$string['config_recordings_deleted_editable_description'] = 'Include recordings from deleted activities by default can be edited when the instance is added or updated.';
170
$string['config_recordings_imported_default'] = 'Show only imported links enabled by default';
171
$string['config_recordings_imported_default_description'] = 'If enabled the recording table will include only the imported links to recordings.';
172
$string['config_recordings_imported_editable'] = 'Show only imported links feature can be edited';
173
$string['config_recordings_imported_editable_description'] = 'Show only imported links by default can be edited when the instance is added or updated.';
174
$string['config_recordings_preview_default'] = 'Preview is enabled by default';
175
$string['config_recordings_preview_default_description'] = 'If enabled the table includes a preview of the presentation.';
176
$string['config_recordings_preview_editable'] = 'Preview feature can be edited';
177
$string['config_recordings_preview_editable_description'] = 'Preview feature can be edited when the instance is added or updated.';
178
$string['config_recordings_asc_sort'] = 'List recordings in chronological order';
179
$string['config_recordings_asc_sort_description'] = 'Recordings are ordered by date, either chronological or reverse chronological order (most recent recording first).';
180
 
181
$string['config_recording_safe_formats'] = 'Recording formats viewable by everyone';
182
$string['config_recording_safe_formats_description'] = 'Select the formats which are viewable by everyone.
183
All other formats are only viewable by teachers and other users with the mod/bigbluebuttonbn:viewallrecordingformats and
184
 mod/bigbluebuttonbn:managerecordings capabilities.';
185
 
186
$string['config_importrecordings'] = 'Import recordings';
187
$string['config_importrecordings_description'] = 'These settings are feature specific.';
188
$string['config_importrecordings_enabled'] = 'Import recordings enabled';
189
$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.';
190
$string['config_importrecordings_from_deleted_enabled'] = 'Import recordings from deleted activities enabled';
191
$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.';
192
 
193
$string['config_waitformoderator'] = 'Wait for moderator';
194
$string['config_waitformoderator_description'] = 'These settings are feature specific';
195
$string['config_waitformoderator_default'] = 'Wait for moderator enabled by default';
196
$string['config_waitformoderator_default_description'] = 'Should the setting \'Wait for moderator\' be enabled by default when adding a new BigBlueButton room?';
197
$string['config_waitformoderator_editable'] = 'Wait for moderator editable';
198
$string['config_waitformoderator_editable_description'] = 'Should \'Wait for moderator\' be editable in the BigBlueButton activity settings?';
199
$string['config_waitformoderator_ping_interval'] = 'Wait for moderator ping (seconds)';
200
$string['config_waitformoderator_ping_interval_description'] = 'How often should the server be pinged to check if the moderator has entered the room?';
201
$string['config_waitformoderator_cache_ttl'] = 'Wait for moderator cache TTL (seconds)';
202
$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.';
203
 
204
$string['config_voicebridge'] = 'Voice bridge';
205
$string['config_voicebridge_description'] = 'These settings enable or disable options in the UI and also define default values for these options.';
206
$string['config_voicebridge_editable'] = 'Conference voice bridge can be edited';
207
$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.';
208
 
209
$string['config_preuploadpresentation'] = 'Pre-upload presentation';
210
$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.';
211
$string['config_preuploadpresentation_editable'] = 'Pre-uploading presentation editable';
212
$string['config_preuploadpresentation_editable_description'] = 'Preupload presentation feature is editable in the UI when the room or conference is added or updated.';
213
 
214
$string['config_presentation_default'] = 'Default presentation file';
215
$string['config_presentation_default_description'] = 'A file may be provided for use in all rooms.';
216
 
217
$string['config_participant'] = 'Participants';
218
$string['config_participant_description'] = 'These settings define the default role for participants.';
219
$string['config_participant_moderator_default'] = 'Moderator';
220
$string['config_participant_moderator_default_description'] = 'This rule is used by default when a new room is added.';
221
 
222
$string['config_poll_interval'] = 'Poll interval (in seconds) to refresh the room\'s status';
223
$string['config_poll_interval_description'] = 'The poll interval must be at least 2 seconds. If necessary, you can lower the load on the remote server by increasing the interval.';
224
 
225
$string['config_userlimit'] = 'User limit';
226
$string['config_userlimit_description'] = 'These settings enable or disable options in the UI and also define default values for these options.';
227
$string['config_userlimit_default'] = 'User limit enabled by default';
228
$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.';
229
$string['config_userlimit_editable'] = 'User limit feature can be edited';
230
$string['config_userlimit_editable_description'] = 'User limit value by default can be edited when the room or conference is added or updated.';
231
 
232
$string['config_scheduled'] = 'Scheduled sessions';
233
$string['config_scheduled_description'] = 'These settings define default behaviour for scheduled sessions.';
234
$string['config_scheduled_pre_opening'] = 'Accessible before opening time';
235
$string['config_scheduled_pre_opening_description'] = 'The time in minutes that the room is open for prior to the scheduled opening time.';
236
 
237
$string['config_extended_capabilities'] = 'Extended capabilities';
238
$string['config_extended_capabilities_description'] = 'Configuration for extended capabilities when the BigBlueButton server offers them.';
239
$string['config_uidelegation_enabled'] = 'UI delegation is enabled';
240
$string['config_uidelegation_enabled_description'] = 'These settings enable or disable the UI delegation to the BigBlueButton server.';
241
$string['config_recordingready_enabled'] = 'Send recording available notification';
242
$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.';
243
$string['config_meetingevents_enabled'] = 'Register live sessions';
244
$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.';
245
 
246
$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.';
247
$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.';
248
 
249
$string['config_muteonstart'] = 'Mute on start';
250
$string['config_muteonstart_description'] = 'These settings enable or disable options in the UI and also define default values for these options.';
251
$string['config_muteonstart_default'] = 'Mute on start enabled by default';
252
$string['config_muteonstart_default_description'] = 'If enabled the session will be muted on start.';
253
$string['config_muteonstart_editable'] = 'Mute on start can be edited';
254
$string['config_muteonstart_editable_description'] = 'Mute on start by default can be edited when the instance is added or updated.';
255
$string['config_welcome_default'] = 'Default welcome message';
256
$string['config_welcome_default_description'] = 'The welcome message is displayed when participants enter the room. If the field is left blank, the language string \'mod_form_field_welcome_default\' is used.';
257
$string['config_welcome_editable'] = 'Default welcome message is editable by teachers';
258
$string['config_welcome_editable_description'] = 'Welcome message can be edited when the instance is added or updated';
259
$string['config_default_messages'] = 'Default messages';
260
$string['config_default_messages_description'] = 'Set message defaults for activities';
261
 
262
$string['config_locksettings'] = 'Configuration for locking settings';
263
$string['config_locksettings_description'] = 'These settings enable or disable options in the UI for locking settings, and also define default values for these options.';
264
 
265
$string['config_disablecam_default'] = 'Disable webcam enabled by default';
266
$string['config_disablecam_default_description'] = 'If enabled the webcams will be disabled.';
267
$string['config_disablecam_editable'] = 'Disable webcam can be edited';
268
$string['config_disablecam_editable_description'] = 'Disable webcam by default can be edited when the instance is added or updated.';
269
 
270
$string['config_disablemic_default'] = 'Disable mic enabled by default';
271
$string['config_disablemic_default_description'] = 'If enabled the microphones will be disabled.';
272
$string['config_disablemic_editable'] = 'Disable mic can be edited';
273
$string['config_disablemic_editable_description'] = 'Disable mic by default can be edited when the instance is added or updated.';
274
 
275
$string['config_disableprivatechat_default'] = 'Disable private chat enabled by default';
276
$string['config_disableprivatechat_default_description'] = 'If enabled the private chat will be disabled.';
277
$string['config_disableprivatechat_editable'] = 'Disable private chat can be edited';
278
$string['config_disableprivatechat_editable_description'] = 'Disable private chat by default can be edited when the instance is added or updated.';
279
 
280
$string['config_disablepublicchat_default'] = 'Disable public chat enabled by default';
281
$string['config_disablepublicchat_default_description'] = 'If enabled the public chat will be disabled.';
282
$string['config_disablepublicchat_editable'] = 'Disable public chat can be edited';
283
$string['config_disablepublicchat_editable_description'] = 'Disable public chat by default can be edited when the instance is added or updated.';
284
 
285
$string['config_disablenote_default'] = 'Disable shared notes enabled by default';
286
$string['config_disablenote_default_description'] = 'If enabled the shared notes will be disabled.';
287
$string['config_disablenote_editable'] = 'Disable shared notes can be edited';
288
$string['config_disablenote_editable_description'] = 'Disable shared notes by default can be edited when the instance is added or updated.';
289
 
290
$string['config_hideuserlist_default'] = 'Hide user list enabled by default';
291
$string['config_hideuserlist_default_description'] = 'If enabled the session user list will be hidden.';
292
$string['config_hideuserlist_editable'] = 'Hide user list can be edited';
293
$string['config_hideuserlist_editable_description'] = 'Hide user list 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'] = 'Cannot find the BigBlueButton activity with ID {$a}.';
303
$string['general_error_cannot_create_meeting'] = 'Cannot create session.';
304
$string['general_error_cannot_get_recordings'] = 'Cannot get recordings.';
305
$string['guestaccess_add'] = 'Add guests';
306
$string['guestaccess_add_no_id'] = 'No BigBlueButton instance ID provided.';
307
$string['guestaccess_emails'] = 'Guest emails';
308
$string['guestaccess_emails_help'] = 'A list of email addresses, separated by commas.';
309
$string['guestaccess_emails_invalidemail'] = 'Invalid email: {$a}';
310
$string['guestaccess_username'] = 'Guest username';
311
$string['guestaccess_meeting_link'] = 'Meeting link';
312
$string['guestaccess_meeting_password'] = 'Meeting password';
313
$string['guestaccess_password'] = 'Password';
314
$string['guestaccess_meeting_not_started'] = 'The meeting has not yet started. Please come back later.';
315
$string['guestaccess_meeting_invalid_password'] = 'Incorrect password.';
316
$string['guestaccess_activitynotfound'] = 'Activity not found.';
317
$string['guestaccess_feature_disabled'] = 'Guest access disabled.';
318
$string['guestaccess_title']  = 'Add guests to this meeting';
319
$string['guestaccess_copy_link'] = 'Copy link';
320
$string['guestaccess_copy_password'] = 'Copy password';
321
$string['guestaccess_invite_success'] = 'An invitation will be sent to {$a->emails}.';
322
$string['guestaccess_invite_failure'] = 'Error {$a->errors} when inviting {$a->emails}.';
323
$string['guestaccess_join_meeting'] = 'Join meeting';
324
$string['guest_invitation_subject'] = 'Invitation: {$a->name} session in {$a->course_fullname}';
325
$string['guest_invitation_small_message'] = 'Hi,
326
 
327
You are invited to a BigBlueButton session {$a->name} in the course {$a->course_fullname}.
328
 
329
Link: {$a->guestjoinurl}
330
Password: {$a->guestpassword}
331
 
332
If you need help, please contact {$a->sender}.';
333
$string['guest_invitation_full_message'] = 'Hi,
334
<p>You are invited to a BigBlueButton session <strong>{$a->name}</strong> in the course {$a->course_fullname}.</p>
335
<p>Link: {$a->guestjoinurl}<br/>
336
<p>Password: {$a->guestpassword}</p>
337
<p>If you need help, please contact {$a->sender}.</p>';
338
 
339
$string['index_confirm_end'] = 'Do you want to end the session?';
340
$string['index_disabled'] = 'disabled';
341
$string['index_enabled'] = 'enabled';
342
$string['index_ending'] = 'Ending the session ... please wait';
343
$string['index_error_checksum'] = 'A checksum error occurred. Please check that you entered the correct secret.';
344
$string['index_error_forciblyended'] = 'Unable to join the session because it has been manually ended.';
345
$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.';
346
$string['index_heading_actions'] = 'Actions';
347
$string['index_heading_group'] = 'Group';
348
$string['index_heading_moderator'] = 'Moderators';
349
$string['index_heading_name'] = 'Room';
350
$string['index_heading_recording'] = 'Recording';
351
$string['index_heading_users'] = 'Users';
352
$string['index_heading_viewer'] = 'Viewers';
353
$string['index_heading'] = 'BigBlueButton rooms';
354
$string['instanceprofilewithoutrecordings'] = 'This instance profile cannot display recordings';
355
$string['managebbbextplugins'] = 'Manage BigBlueButton extension plugins';
356
$string['mod_form_block_general'] = 'General';
357
$string['mod_form_block_guestaccess'] = 'Guest access';
358
$string['mod_form_block_room'] = 'Room settings';
359
$string['mod_form_block_recordings'] = 'Recording view';
360
$string['mod_form_block_presentation'] = 'Presentation content';
361
$string['mod_form_block_presentation_default'] = 'Presentation default content';
362
$string['mod_form_block_participants'] = 'Role assigned during live session';
363
$string['mod_form_block_schedule'] = 'Session timing';
364
$string['mod_form_block_record'] = 'Record settings';
365
$string['mod_form_field_openingtime'] = 'Open';
366
$string['mod_form_field_closingtime'] = 'Close';
367
$string['mod_form_field_intro'] = 'Description';
368
$string['mod_form_field_intro_help'] = 'A short description of the room.';
369
$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';
370
$string['mod_form_field_duration'] = 'Duration';
371
$string['mod_form_field_guestallowed'] = 'Allow guest access';
372
$string['mod_form_field_mustapproveuser'] = 'Guests joining must be admitted by a moderator';
373
$string['mod_form_field_userlimit'] = 'User limit';
374
$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.';
375
$string['mod_form_field_name'] = 'Room name';
376
$string['mod_form_field_room_name'] = 'Room name';
377
$string['mod_form_field_conference_name'] = 'Session name';
378
$string['mod_form_field_record'] = 'The session may be recorded.';
379
$string['mod_form_field_voicebridge'] = 'Voice bridge [####]';
380
$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.';
381
$string['mod_form_field_voicebridge_format_error'] = 'Format error. You should input a number between 1 and 9999.';
382
$string['mod_form_field_voicebridge_notunique_error'] = 'Not a unique value. This number is being used by another room.';
383
$string['mod_form_field_wait'] = 'Wait for moderator';
384
$string['mod_form_field_wait_help'] = 'Do participants have to wait for a moderator before they can enter the room?';
385
$string['mod_form_field_welcome'] = 'Welcome message';
386
$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.';
387
$string['mod_form_field_welcome_default'] = 'Welcome to %%CONFNAME%%.';
388
$string['mod_form_field_participant_add'] = 'Add assignee';
389
$string['mod_form_field_participant_list'] = 'Assignee';
390
$string['mod_form_field_participant_list_type_all'] = 'All users enrolled';
391
$string['mod_form_field_participant_list_type_role'] = 'Role';
392
$string['mod_form_field_participant_list_type_user'] = 'User';
393
$string['mod_form_field_participant_list_type_owner'] = 'Owner';
394
$string['mod_form_field_participant_list_text_as'] = 'joins session as';
395
$string['mod_form_field_participant_list_action_add'] = 'Add';
396
$string['mod_form_field_participant_list_action_remove'] = 'Remove';
397
$string['mod_form_field_participant_bbb_role_moderator'] = 'Moderator';
398
$string['mod_form_field_participant_bbb_role_viewer'] = 'Viewer';
399
$string['mod_form_field_instanceprofiles'] = 'Instance type';
400
$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\'.';
401
$string['mod_form_field_muteonstart'] = 'Mute on start';
402
$string['mod_form_field_recordings_html'] = 'Show the table in plain HTML';
403
$string['mod_form_field_recordings_deleted'] = 'Include recordings from deleted activities';
404
$string['mod_form_field_recordings_imported'] = 'Show only imported links';
405
$string['mod_form_field_recordings_preview'] = 'Show recording preview';
406
$string['mod_form_field_recordallfromstart'] = 'Record all from start';
407
$string['mod_form_field_recordhidebutton'] = 'Hide recording button';
408
$string['mod_form_field_nosettings'] = 'No settings can be edited';
409
$string['mod_form_field_disablecam'] = 'Disable webcams';
410
$string['mod_form_field_disablemic'] = 'Disable microphones';
411
$string['mod_form_field_disableprivatechat'] = 'Disable private chat';
412
$string['mod_form_field_disablepublicchat'] = 'Disable public chat';
413
$string['mod_form_field_disablenote'] = 'Disable shared notes';
414
$string['mod_form_field_hideuserlist'] = 'Hide user list';
415
$string['mod_form_locksettings'] = 'Lock settings';
416
$string['report_join_info']  = '{$a} meeting(s)';
417
$string['report_play_recording_info']  = '{$a} recording(s) played';
418
$string['report_room_view']  = 'viewed';
419
$string['progress_createbigbluebuttonbn'] = 'Creating BigBlueButton activity ({$a})';
420
$string['starts_at'] = 'Starts';
421
$string['started_at'] = 'Started';
422
$string['ends_at'] = 'Ends';
423
$string['calendarstarts'] = '{$a} is scheduled for';
424
$string['recordings_from_deleted_activities'] = 'Recordings from deleted activities';
425
$string['view_error_no_group_student'] = 'You have not been added to a group. Please contact your teacher.';
426
$string['view_error_no_group_teacher'] = 'There are no groups. You need to create some groups.';
427
$string['view_error_no_group'] = 'There are no groups. You need to create some groups before trying to join the session.';
428
$string['view_error_unable_join_student'] = 'Unable to connect to the BigBlueButton server.';
429
$string['view_error_unable_join_teacher'] = 'Unable to connect to the BigBlueButton server. Please contact an administrator.';
430
$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.';
431
$string['view_error_bigbluebutton'] = 'BigBlueButton responded with errors. {$a}';
432
$string['view_error_create'] = 'The BigBlueButton server responded with an error message. The room could not be created.';
433
$string['view_error_max_concurrent'] = 'The number of concurrent sessions allowed has been reached.';
434
$string['view_error_userlimit_reached'] = 'The limit of how many users allowed in a session has been reached.';
435
$string['view_error_url_missing_parameters'] = 'There are parameters missing in this URL';
436
$string['view_error_import_no_courses'] = 'There are no courses to look up for recordings.';
437
$string['view_error_import_no_recordings'] = 'There are no recordings in this course for importing.';
438
$string['view_error_invalid_session'] = 'The session has expired. Go back to the activity page.';
439
$string['view_groups_selection_join'] = 'Join';
440
$string['view_groups_selection'] = 'Select the group you want to join and confirm the action';
441
$string['view_login_moderator'] = 'Logging in as moderator ...';
442
$string['view_login_viewer'] = 'Logging in as viewer ...';
443
$string['view_noguests'] = 'The BigBlueButton room is not open to guests.';
444
$string['view_nojoin'] = 'You do not have a role that is allowed to join this session.';
445
$string['view_recording_list_actionbar_edit'] = 'Edit';
446
$string['view_recording_list_actionbar_delete'] = 'Delete';
447
$string['view_recording_list_actionbar_import'] = 'Import';
448
$string['view_recording_list_actionbar_hide'] = 'Hide';
449
$string['view_recording_list_actionbar_show'] = 'Show';
450
$string['view_recording_list_actionbar_publish'] = 'Publish';
451
$string['view_recording_list_actionbar_unpublish'] = 'Unpublish';
452
$string['view_recording_list_actionbar_protect'] = 'Make it private';
453
$string['view_recording_list_actionbar_unprotect'] = 'Make it public';
454
$string['view_recording_list_action_publish'] = 'Publishing';
455
$string['view_recording_list_action_unpublish'] = 'Unpublishing';
456
$string['view_recording_list_action_process'] = 'Processing';
457
$string['view_recording_list_action_delete'] = 'Deleting';
458
$string['view_recording_list_action_protect'] = 'Protecting';
459
$string['view_recording_list_action_unprotect'] = 'Unprotecting';
460
$string['view_recording_list_action_update'] = 'Updating';
461
$string['view_recording_list_action_edit'] = 'Updating';
462
$string['view_recording_list_action_play'] = 'Play';
463
$string['view_recording_list_actionbar'] = 'Toolbar';
464
$string['view_recording_list_activity'] = 'Activity';
465
$string['view_recording_list_course'] = 'Course';
466
$string['view_recording_list_date'] = 'Date';
467
$string['view_recording_list_description'] = 'Description';
468
$string['view_recording_list_duration'] = 'Duration';
469
$string['view_recording_list_recording'] = 'Recording';
470
$string['view_recording_button_import'] = 'Import recording links';
471
$string['view_recording_button_return'] = 'Go back';
472
$string['view_recording_format_notes'] = 'Notes';
473
$string['view_recording_format_podcast'] = 'Podcast';
474
$string['view_recording_format_presentation'] = 'Presentation';
475
$string['view_recording_format_screenshare'] = 'Screenshare';
476
$string['view_recording_format_statistics'] = 'Statistics';
477
$string['view_recording_format_video'] = 'Video';
478
$string['view_recording_format_errror_unreachable'] = 'The URL for this recording format is unreachable.';
479
$string['view_section_title_presentation'] = 'Presentation file';
480
$string['view_section_title_recordings'] = 'Recordings';
481
$string['view_message_norecordings'] = 'There are no recordings available.';
482
$string['view_message_finished'] = 'This activity is over.';
483
$string['view_message_notavailableyet'] = 'This session is not yet available.';
484
$string['view_recording_select_course'] = 'Select a course first in the drop down menu';
485
 
486
 
487
$string['view_message_session_started_at'] = 'Session started at';
488
$string['view_message_session_running_for'] = 'This session has been running for';
489
$string['view_message_hour'] = 'hour';
490
$string['view_message_hours'] = 'hours';
491
$string['view_message_minute'] = 'minute';
492
$string['view_message_minutes'] = 'minutes';
493
$string['view_message_moderator'] = 'Moderator';
494
$string['view_message_moderators'] = 'Moderators';
495
$string['view_message_viewer'] = 'Viewer';
496
$string['view_message_viewers'] = 'Viewers';
497
$string['view_message_user'] = 'User';
498
$string['view_message_users'] = 'Users';
499
$string['view_message_has_joined'] = 'has joined';
500
$string['view_message_have_joined'] = 'have joined';
501
$string['view_message_session_no_users'] = 'There are no users in this session';
502
$string['view_message_session_has_user'] = 'There is';
503
$string['view_message_session_has_users'] = 'There are';
504
$string['view_message_session_for'] = 'the session for';
505
$string['view_message_times'] = 'times';
506
$string['view_message_and'] = 'and';
507
 
508
$string['view_message_room_closed'] = 'This room is closed.';
509
$string['view_message_room_ready'] = 'This room is ready.';
510
$string['view_message_room_open'] = 'This room is open.';
511
$string['view_message_conference_room_ready'] = 'This room is ready. You can join the session now.';
512
$string['view_message_conference_not_started'] = 'The session has not started yet.';
513
$string['view_message_conference_wait_for_moderator'] = 'Waiting for a moderator to join.';
514
$string['view_message_conference_in_progress'] = 'The session is in progress.';
515
$string['view_message_conference_has_ended'] = 'The session has ended.';
516
$string['view_message_conference_user_limit_reached'] = 'The limit of how many users allowed in a session has been reached.';
517
$string['view_message_tab_close'] = 'This tab/window must be closed manually';
518
$string['view_message_recordings_disabled'] = 'Recordings are disabled on the server. BigBlueButton activities of type \'Recordings only\' cannot be used.';
519
$string['view_message_cron_disabled'] = 'The list of recordings may not be up to date. Please contact the site administrator with the following information: {$a}';
520
$string['view_message_importrecordings_disabled'] = 'Import recording links is disabled on the server.';
521
 
522
$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.';
523
$string['view_groups_nogroups_warning'] = 'The room was configured for using groups but the course does not have groups defined.';
524
$string['view_groups_notenrolled_warning'] = 'The room was configured for using groups but you are not a member of a group.';
525
$string['view_conference_action_join'] = 'Join session';
526
$string['view_conference_action_end'] = 'End session';
527
 
528
$string['view_recording'] = 'recording';
529
$string['view_recording_link'] = 'imported link';
530
$string['view_recording_link_warning'] = 'This is a link pointing to a recording that was created in a different course or activity.';
531
$string['view_recording_delete_confirmation'] = 'Are you sure you want to delete {$a}?';
532
$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.';
533
$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.';
534
$string['view_recording_publish_confirmation'] = 'Are you sure you want to publish this {$a}?';
535
$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.';
536
$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.';
537
$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.';
538
$string['view_recording_publish_link_not_published'] = 'This link cannot be republished because the original recording is unpublished.';
539
$string['view_recording_unpublish_confirmation'] = 'Are you sure to unpublish this {$a}?';
540
$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.';
541
$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.';
542
$string['view_recording_protect_confirmation'] = 'Are you sure you want to protect this {$a}?';
543
$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.';
544
$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.';
545
$string['view_recording_unprotect_confirmation'] = 'Are you sure you want to unprotect this {$a}?';
546
$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.';
547
$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.';
548
$string['view_recording_import_confirmation'] = 'Are you sure you want to import this recording?';
549
$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.';
550
$string['view_recording_unprotect_link_not_unprotected'] = 'This link cannot be unprotected because the original recording is protected.';
551
$string['view_recording_actionbar'] = 'Toolbar';
552
$string['view_recording_activity'] = 'Activity';
553
$string['view_recording_course'] = 'Course';
554
$string['view_recording_date'] = 'Date';
555
$string['view_recording_description'] = 'Description';
556
$string['view_recording_description_editlabel'] = 'Edit description';
557
$string['view_recording_description_edithint'] = 'A description may be added to help identify the recording.';
558
$string['view_recording_length'] = 'Length';
559
$string['view_recording_meeting'] = 'Meeting';
560
$string['view_recording_duration'] = 'Duration';
561
$string['view_recording_recording'] = 'Recording';
562
$string['view_recording_duration_min'] = 'min';
563
$string['view_recording_name'] = 'Name';
564
$string['view_recording_name_editlabel'] = 'Edit name';
565
$string['view_recording_name_edithint'] = 'A name may be added to help identify the recording.';
566
$string['view_recording_tags'] = 'Tags';
567
$string['view_recording_playback'] = 'Playback';
568
$string['view_recording_preview'] = 'Preview';
569
$string['view_recording_preview_help'] = 'Hover over an image to view it in full size';
570
$string['view_recording_modal_button'] = 'Apply';
571
$string['view_recording_modal_title'] = 'Set values for recording';
572
$string['view_recording_yui_first'] = 'First';
573
$string['view_recording_yui_prev'] = 'Previous';
574
$string['view_recording_yui_next'] = 'Next';
575
$string['view_recording_yui_last'] = 'Last';
576
$string['view_recording_yui_page'] = 'Page';
577
$string['view_recording_yui_go'] = 'Go';
578
$string['view_recording_yui_rows'] = 'Rows';
579
$string['view_recording_yui_show_all'] = 'Show all';
580
 
581
$string['event_activity_created'] = 'Activity created';
582
$string['event_activity_deleted'] = 'Activity deleted';
583
$string['event_activity_updated'] = 'Activity updated';
584
$string['event_meeting_created'] = 'Meeting created';
585
$string['event_meeting_ended'] = 'Meeting forcibly ended';
586
$string['event_meeting_joined'] = 'Meeting joined';
587
$string['event_meeting_left'] = 'Meeting left';
588
$string['event_recording_viewed'] = 'Recording viewed';
589
$string['event_recording_edited'] = 'Recording edited';
590
$string['event_recording_deleted'] = 'Recording deleted';
591
$string['event_recording_imported'] = 'Recording imported';
592
$string['event_recording_published'] = 'Recording published';
593
$string['event_recording_unpublished'] = 'Recording unpublished';
594
$string['event_recording_protected'] = 'Recording protected';
595
$string['event_recording_unprotected'] = 'Recording unprotected';
596
$string['event_live_session'] = 'Live session event';
597
$string['event_unknown'] = 'Unknown event';
598
 
599
$string['instance_type_default'] = 'Room with recordings';
600
$string['instance_type_room_only'] = 'Room only';
601
$string['instance_type_recording_only'] = 'Recordings only';
602
 
603
$string['messageprovider:instance_updated'] = 'BigBlueButton session updated';
604
$string['messageprovider:recording_ready'] = 'BigBlueButton recording available';
605
$string['new_bigblubuttonbn_activities'] = 'BigBlueButton activity';
606
$string['notification_instance_created_intro'] = 'The <a href="{$a->link}">{$a->name}</a> BigBlueButton room has been created.';
607
$string['notification_instance_created_small'] = 'A new BigBlueButton room named {$a->name} was created.';
608
$string['notification_instance_created_subject'] = 'A new BigBlueButton room has been created';
609
$string['notification_instance_description'] = 'Description';
610
$string['notification_instance_end_date'] = 'End date';
611
$string['notification_instance_name'] = 'Title';
612
$string['notification_instance_start_date'] = 'Start date';
613
$string['notification_instance_updated_intro'] = 'The <a href="{$a->link}">{$a->name}</a> BigBlueButton room has been updated.';
614
$string['notification_instance_updated_small'] = 'The {$a->name} BigBlueButton session was updated';
615
$string['notification_instance_updated_subject'] = 'Your BigBlueButton room has been updated';
616
$string['notification_recording_ready_small'] = 'A recording is available for the BigBlueButton room {$a->name}.';
617
$string['notification_recording_ready_html'] = 'A recording is now available for the session in the BigBlueButton room <a href="{$a->link}">{$a->name}</a>.';
618
$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.';
619
$string['notification_recording_ready_subject'] = 'Recording available';
620
 
621
$string['view_error_meeting_not_running'] = 'Something went wrong; the session is not running.';
622
$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.';
623
$string['view_error_action_not_completed'] = 'Action could not be completed';
624
 
625
$string['view_room'] = 'View room';
626
$string['index_error_noinstances'] = 'There are no instances of BigBlueButton rooms';
627
$string['index_error_bbtn'] = 'BigBlueButton ID {$a} is incorrect';
628
 
629
$string['view_mobile_message_reload_page_creation_time_meeting'] = 'You exceeded 45 seconds on this page. Please refresh the page to join the session.';
630
$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.';
631
 
632
$string['end_session_confirm_title'] = 'Really end session?';
633
$string['end_session_confirm'] = 'Are you sure you want to end the session?';
634
$string['end_session_notification'] = 'The session has ended.';
635
$string['cachedef_currentfetch'] = 'Data to list any recording fetched recently.';
636
$string['cachedef_serverinfo'] = 'Remote server information';
637
$string['cachedef_recordings'] = 'Recording metadata';
638
$string['cachedef_validatedurls'] = 'Cache of validated URL checks';
639
$string['cachedef_subplugins'] = 'Cache used by subplugin routines to accelerate when needed the plugin discovery process.';
640
$string['taskname:check_pending_recordings'] = 'Fetch pending recordings';
641
$string['taskname:check_dismissed_recordings'] = 'Check for recordings that haven\'t been found yet';
642
$string['userlimitreached'] = 'The number of users allowed in a session has been reached.';
643
$string['waitformoderator'] = 'Waiting for a moderator to join.';
644
 
645
$string['recordingurlnotfound'] = 'The recording URL is invalid.';
646
 
647
$string['subplugintype_bbbext'] = 'BigBlueButton activity extension';
648
$string['subplugintype_bbbext_plural'] = 'BigBlueButton activity extensions';
649
 
650
// Deprecated since Moodle 4.3.
651
$string['completionview'] = 'Require view';
652
$string['completionview_desc'] = 'View the room';
653
$string['completionattendancegroup_help'] = 'Attending the meeting for (n) minutes is required for completion.';
654
$string['completionengagementgroup_help'] = 'Active participation during the session is required for completion.';
655
// Deprecated since Moodle 4.4.
656
$string['acceptdpa'] = 'I understand and accept the data processing agreement';
657
$string['bigbluebuttondisablednotification_subject'] = 'BigBlueButton activity module disabled.';
658
$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.';
659
$string['enablingbigbluebutton'] = 'Enabling BigBlueButton activity';
660
$string['enablingbigbluebuttondpainfo'] = 'In order to meet your data protection obligations, prior to enabling this plugin, you may need to ensure 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.';
661
$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>.';
662
$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.';
663
$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:
664
<ol>
665
<li>The maximum length for each session is 60 minutes</li>
666
<li>The maximum number of concurrent users per session is 25</li>
667
<li>Recordings expire after seven (7) days and are not downloadable</li>
668
<li>Student webcams are only visible to the moderator.</li>
669
</ol>';