12345678910111213141516 |
- <?php
- /* For license terms, see /license.txt */
- $strings['plugin_title'] = 'IMS/LTI';
- $strings['plugin_comment'] = 'IMS/LTI';
- $strings['enabled'] = 'Enabled';
- $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>';
- $strings['ManageToolButton'] = '<p>To manage the tools go to <a href="%s">Tool list</a></p>';
- $strings['AddExternalTool'] = 'Add external tool';
- $strings['ProviderName'] = 'Provider tool';
- $strings['LaunchUrl'] = 'Launch URL';
- $strings['ConsumerKey'] = 'Consumer key';
- $strings['SharedSecret'] = 'Shared secret';
- $strings['CustomParams'] = 'Custom params';
- $strings['ToolName'] = 'Tool name';
|