english.php 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. /* For license terms, see /license.txt */
  3. $strings['plugin_title'] = 'IMS/LTI';
  4. $strings['plugin_comment'] = 'IMS/LTI';
  5. $strings['enabled'] = 'Enabled';
  6. $strings['ImsLtiDescription'] = '<p>Learning Tools Interoperability® (LTI®) is a specification developed by IMS Global Learning Consortium. The principal concept of LTI is to establish a standard way of integrating rich learning applications (often remotely hosted and provided through third-party services) with platforms like learning management systems, portals, learning object repositories, or other educational environments.</p>';
  7. $strings['ManageToolButton'] = '<p>To manage the tools go to <a href="%s">Tool list</a></p>';
  8. $strings['AddExternalTool'] = 'Add external tool';
  9. $strings['ProviderName'] = 'Provider name';
  10. $strings['LaunchUrl'] = 'Launch URL';
  11. $strings['ConsumerKey'] = 'Consumer key';
  12. $strings['SharedSecret'] = 'Shared secret';
  13. $strings['CustomParams'] = 'Custom params';
  14. $strings['CustomParamsHelp'] = 'Custom params required by the Tool Provider. Format: <code>name=value</code>';
  15. $strings['ToolName'] = 'Tool name';
  16. $strings['ToolNotAdded'] = 'Tool not added';
  17. $strings['AvailableTools'] = 'Available tools';
  18. $strings['ToolSettings'] = 'Tool settings';
  19. $strings['ToolNotAvailable'] = 'Tool not available';
  20. $strings['IsGlobal'] = 'Is global';
  21. $strings['EditExternalTool'] = 'Edit external tool';
  22. $strings['ToolDeleted'] = 'Tool deleted';
  23. $strings['ToolAdded'] = 'Tool added';
  24. $strings['PressToContinue'] = 'Press to continue to external tool';
  25. $strings['ConfigureExternalTool'] = 'Configure external tools';
  26. $strings['SupportDeepLinking'] = 'Support Deep-Linking';
  27. $strings['ScoreNotSet'] = 'Score not set';
  28. $strings['ScoreForXUserIsYScore'] = 'Score for %s is %s';
  29. $strings['ToolsAdded'] = 'Added tools';
  30. $strings['ToolEdited'] = 'Tool edited';
  31. $strings['ShareLauncherName'] = 'Share launcher\'s name';
  32. $strings['ShareLauncherEmail'] = 'Share launcher\'s email';
  33. $strings['ShareLauncherPicture'] = 'Share launcher\'s picture';
  34. $strings['NoTool'] = 'Tool not exists';
  35. $strings['ToolAddedOnCourseX'] = 'Tool addeed on course <strong>%s</strong>.';
  36. $strings['SupportDeppLinkingHelp'] = 'Contact your Tool Provider to verify if Deep Linking support is mandatory';
  37. $strings['NoAccessToUrl'] = 'No access to URL';
  38. $strings['LaunchUrlNotFound'] = 'Launch URL not found';