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.4 KiB
22 lines
1.4 KiB
<?php
|
|
/* For licensing terms, see /license.txt */
|
|
|
|
$strings['plugin_title'] = 'Embed Registry';
|
|
$strings['plugin_comment'] = 'Add a course tool to get a registry of embed content and track the students access to it.';
|
|
|
|
$strings['tool_enabled'] = 'Tool enabled';
|
|
$strings['tool_title'] = 'Tool Title';
|
|
$strings['tool_title_help'] = 'The title of the tool icon on the course homepage (usually the title of the service being shared).';
|
|
$strings['external_url'] = 'External tool';
|
|
$strings['external_url_help'] = 'The URL at which the external content is managed. Usually something like https://[provider.com]/my_account.';
|
|
|
|
$strings['YouNeedCreateContent'] = 'First You need create the external content. Then you can embed the content into your course.';
|
|
$strings['CreateContent'] = 'Create external content';
|
|
$strings['CreateEmbeddable'] = 'Add embeddable';
|
|
$strings['EditEmbeddable'] = 'Edit embeddable';
|
|
$strings['ContentNotFound'] = 'Content not found';
|
|
$strings['EmbedTitleHelp'] = 'The title you wish to show for this embedded content in particular. If it requires a password to play, include it here to allow your users to unlock it.';
|
|
$strings['EmbedDateRangeHelp'] = 'Within those dates, the active content will be shown directly in the top part of the page.';
|
|
$strings['HtmlCode'] = 'HTML code';
|
|
$strings['HtmlCodeHelp'] = 'The shared HTML code, as provided by the external service, when asking to share in Embed format.';
|
|
$strings['LaunchContent'] = 'Launch content';
|
|
|