english.php 1.4 KB

12345678910111213141516171819202122
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. $strings['plugin_title'] = 'Embed Registry';
  4. $strings['plugin_comment'] = 'Add a course tool to get a registry of embed content and track the students access to it.';
  5. $strings['tool_enabled'] = 'Tool enabled';
  6. $strings['tool_title'] = 'Tool Title';
  7. $strings['tool_title_help'] = 'The title of the tool icon on the course homepage (usually the title of the service being shared).';
  8. $strings['external_url'] = 'External tool';
  9. $strings['external_url_help'] = 'The URL at which the external content is managed. Usually something like https://[provider.com]/my_account.';
  10. $strings['YouNeedCreateContent'] = 'First You need create the external content. Then you can embed the content into your course.';
  11. $strings['CreateContent'] = 'Create external content';
  12. $strings['CreateEmbeddable'] = 'Add embeddable';
  13. $strings['EditEmbeddable'] = 'Edit embeddable';
  14. $strings['ContentNotFound'] = 'Content not found';
  15. $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.';
  16. $strings['EmbedDateRangeHelp'] = 'Within those dates, the active content will be shown directly in the top part of the page.';
  17. $strings['HtmlCode'] = 'HTML code';
  18. $strings['HtmlCodeHelp'] = 'The shared HTML code, as provided by the external service, when asking to share in Embed format.';
  19. $strings['LaunchContent'] = 'Launch content';