Files
Chamilo/plugin/google_meet/lang/english.php
T
Xes 73154ae174
Behat tests 1.11.x 🐞 / PHP 7.4 Test on ubuntu-latest (push) Canceled after 0s
PHP-CS-Fixer / composer_install (7.4) (push) Canceled after 0s
Chamilo 1.11.40 (ZIP oficial v1.11.40)
Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip
sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439
Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
2026-08-06 17:59:45 +02:00

23 lines
1.5 KiB
PHP

<?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)';