english.php 993 B

12345678910111213141516
  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 tool';
  10. $strings['LaunchUrl'] = 'Launch URL';
  11. $strings['ConsumerKey'] = 'Consumer key';
  12. $strings['SharedSecret'] = 'Shared secret';
  13. $strings['CustomParams'] = 'Custom params';
  14. $strings['ToolName'] = 'Tool name';