You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.5 KiB
22 lines
1.5 KiB
<?php
|
|
/* For licensing terms, see /license.txt */
|
|
|
|
$strings['plugin_title'] = 'Google Meet';
|
|
$strings['plugin_comment'] = 'Google Meet is the videoconference system from Google.';
|
|
$strings['tool_title'] = 'Tool name';
|
|
$strings['tool_title_help'] = 'You can change the tool name to something else than "Google Meet". For example: Videoconference';
|
|
$strings['google_meet_enabled'] = 'Enable the Google Meet tool';
|
|
$strings['google_meet_enabled_help'] = 'Choose whether you want to enable this tool. This will make a new tool available on the homepage of every course.';
|
|
$strings['CourseDoesNotHaveAccountGoogleMeet'] = 'This course does not have a meeting configured.';
|
|
$strings['ManageMeetAccounts'] = 'Add a new Google Meet meeting';
|
|
$strings['AddMeet'] = 'Register a new meeting';
|
|
$strings['EditMeet'] = 'Edit meeting';
|
|
$strings['MeetName'] = 'Name of the meeting';
|
|
$strings['MeetNameHelp'] = 'Assign a name for the meeting (e.g. Room 1 - Strategy)';
|
|
$strings['GoogleMeetURL'] = 'Meeting URL';
|
|
$strings['GoogleMeetURLHelp'] = 'This is the URL to start a new instant meeting with Google Meet. If you do not have a meeting URL yet, <a href="%s" target="_blank">click here</a> to create one, then save the URL and put it in this field.';
|
|
$strings['AccessMeeting'] = 'Access the meeting';
|
|
$strings['MeetingDescription'] = 'Description';
|
|
$strings['MeetingDescriptionHelp'] = '(Optional) Add a short description for the meeting.';
|
|
$strings['MeetColor'] = 'Color of Meet';
|
|
$strings['MeetColorHelp'] = '(Optional)';
|
|
|