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.
30 lines
1.7 KiB
30 lines
1.7 KiB
<?php
|
|
/* For license terms, see /license.txt */
|
|
|
|
$strings['plugin_title'] = 'LTI 1.3 Advantage Provider';
|
|
$strings['plugin_comment'] = 'Simple application developed as a way to demonstrate how to build an IMS LTI tool provider';
|
|
$strings['Description'] = 'The application allows a student inside a course of the platform with external tools which is scored (Assigment and Grade Services) and generating reporting of their members (NRP Services).
|
|
Here are your LTI connection details to try out this app:';
|
|
$strings['LtiProviderDescription'] = 'First thing you will need is to configure your registration and deployment. To configure your registration
|
|
fill in the form the required values for deployment in your platform';
|
|
$strings['ConnectionDetails'] = 'LTI connection details';
|
|
$strings['AddPlatform'] = 'Add a customer platform';
|
|
$strings['EditPlatform'] = 'Edit the customer platform';
|
|
$strings['PlatformName'] = 'LMS (issuer)';
|
|
$strings['PlatformEdited'] = 'Platform details edited';
|
|
$strings['PlatformDeleted'] = 'Platform deleted';
|
|
$strings['ClientId'] = 'Client ID';
|
|
$strings['LaunchUrl'] = 'Launch URL';
|
|
$strings['LoginUrl'] = 'Login URL';
|
|
$strings['RedirectUrl'] = 'Redirect URL';
|
|
$strings['AuthLoginUrl'] = 'OIDC Auth URL';
|
|
$strings['AuthTokenUrl'] = 'OAuth2 Access Token URL';
|
|
$strings['KeySetUrl'] = 'Keyset URL';
|
|
$strings['DeploymentId'] = 'Deployment ID';
|
|
$strings['KeyId'] = 'key id (kid)';
|
|
$strings['PublicKey'] = 'Public key';
|
|
$strings['Name'] = 'Provider name';
|
|
$strings['Enabled'] = 'Enabled';
|
|
$strings['GenerateKeyPairInfo'] = 'A new private and public key pair will be created when enabling.';
|
|
$strings['URLs'] = 'Endpoints Urls';
|
|
$strings['PlatformConnectionAdded'] = 'A platform connection is added.';
|
|
|