public/plugin/ims_lti/lang/english.php
<?php
/* For license terms, see /license.txt */
$strings['plugin_title'] = 'IMS/LTI client';
$strings['plugin_comment'] = 'Adds support for IMS/LTI activities integration, where Chamilo acts as an IMS/LTI client';
$strings['enabled'] = 'Enabled';
$strings['client_id'] = 'Client ID';
$strings['client_id_help'] = 'Client ID to be used for tools by default. You can customize the client_id for each tool.';
$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 name';
$strings['LaunchUrl'] = 'Launch URL';
$strings['ConsumerKey'] = 'Consumer key';
$strings['SharedSecret'] = 'Shared secret';
$strings['CustomParams'] = 'Custom params';
$strings['CustomParamsHelp'] = 'Custom params required by the Tool Provider. Format: <code>name=value</code>';
$strings['ToolName'] = 'Tool name';
$strings['ToolNotAdded'] = 'Tool not added';
$strings['AvailableTools'] = 'Available tools';
$strings['ToolSettings'] = 'Tool settings';
$strings['ToolNotAvailable'] = 'Tool not available';
$strings['IsGlobal'] = 'Is global';
$strings['EditExternalTool'] = 'Edit external tool';
$strings['ToolDeleted'] = 'Tool deleted';
$strings['ToolAdded'] = 'Tool added';
$strings['PressToContinue'] = 'Press to continue to external tool';
$strings['ConfigureExternalTool'] = 'Configure external tools';
$strings['SupportDeepLinking'] = 'Support Deep-Linking';
$strings['ScoreNotSet'] = 'Score not set';
$strings['ScoreForXUserIsYScore'] = 'Score for %s is %s';
$strings['ToolsAdded'] = 'Added tools';
$strings['ToolEdited'] = 'Tool edited';
$strings['ShareLauncherName'] = 'Share launcher\'s name';
$strings['ShareLauncherEmail'] = 'Share launcher\'s email';
$strings['ShareLauncherPicture'] = 'Share launcher\'s picture';
$strings['NoTool'] = 'Tool not exists';
$strings['ToolAddedOnCourseX'] = 'Tool added to course <strong>%s</strong>.';
$strings['SupportDeppLinkingHelp'] = 'Contact your Tool Provider to verify if Deep Linking support is mandatory';
$strings['NoAccessToUrl'] = 'No access to URL';
$strings['LaunchUrlNotFound'] = 'Launch URL not found';
$strings['GenerateKeyPairInfo'] = 'A new private and public key pair will be created when enabling.';
$strings['PlatformKeys'] = 'Platform keys';
$strings['ClientId'] = 'Client ID';
$strings['Keys'] = 'Keys';
$strings['KeyId'] = 'Key ID';
$strings['PublicKey'] = 'Public key';
$strings['PrivateKey'] = 'Private key';
$strings['PlatformDateUpdated'] = 'Platform data updated';
$strings['LtiVersion'] = 'LTI Version';
$strings['PublicKeyType'] = 'Public key type';
$strings['KeySetUrl'] = 'Keyset URL';
$strings['RsaKey'] = 'RSA key';
$strings['PublicKeyset'] = 'Jwks URL';
$strings['LoginUrl'] = 'Login URL';
$strings['RedirectUrl'] = 'Redirect URL';
$strings['AssigmentAndGradesService'] = 'Assigment and Grades Service';
$strings['DontUseService'] = 'Don\'t use service';
$strings['UseService'] = 'Use service';
$strings['AGServiceSimple'] = 'Synchronize grades only';
$strings['AGServiceFull'] = 'Synchronize grades and column management';
$strings['GradebookEvaluationCreated'] = 'New online activity was created for the LTI Tool.';
$strings['GradebookEvaluationWithEmptyWeight'] = 'Online activity was created with empty weight.';
$strings['ConfigSettingsForTool'] = 'Configuration settings for tool';
$strings['PlatformId'] = 'Platform ID';
$strings['DeploymentId'] = 'Deployment ID';
$strings['AuthUrl'] = 'OIDC Auth URL';
$strings['TokenUrl'] = 'OAuth2 Access Token URL';
$strings['KeySetUrl'] = 'Keyset URL';
$strings['NamesAndRoleProvisioningService'] = 'Names and Role Provisioning Service';
$strings['YouNeedCreateTheGradebokInCourseFirst'] = 'You must first create the course gradebook to use this service by following this link %s';
$strings['ReplacementUserId'] = 'Replacement for user_id (sub)';
$strings['ReplacementUserIdHelp'] = 'The current user_id (sub) in launch params will be formed from platform settings and user ID.<br>You can set a replacement for it using some variables like <code>$User.id</code> or <code>$User.username</code>.';
$strings['AddInCourses'] = 'Add in courses';
$strings['AddInAllCourses'] = 'Add in all courses';
$strings['AddInSessions'] = 'Add in sessions';