Minor: Plugin: IMS/LTI: Specify the client role of this plugin

pull/4551/head
Yannick Warnier 3 years ago
parent 3b6be6f7c7
commit 08b7f63ade
  1. 4
      plugin/ims_lti/lang/english.php
  2. 4
      plugin/ims_lti/lang/french.php
  3. 4
      plugin/ims_lti/lang/spanish.php

@ -1,7 +1,7 @@
<?php
/* For license terms, see /license.txt */
$strings['plugin_title'] = 'IMS/LTI';
$strings['plugin_comment'] = 'IMS/LTI';
$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';

@ -1,7 +1,7 @@
<?php
/* For license terms, see /license.txt */
$strings['plugin_title'] = 'IMS/LTI';
$strings['plugin_comment'] = 'IMS/LTI';
$strings['plugin_title'] = 'Client IMS/LTI';
$strings['plugin_comment'] = 'Ajoute le support de IMS/LTI en tant que client. Des activités IMS/LTI peuvent être intégrées dans Chamilo depuis des sources extérieures.';
$strings['enabled'] = 'Activé';
$strings['client_id'] = 'ID du client';

@ -1,7 +1,7 @@
<?php
/* For license terms, see /license.txt */
$strings['plugin_title'] = 'IMS/LTI';
$strings['plugin_comment'] = 'IMS/LTI';
$strings['plugin_title'] = 'Cliente IMS/LTI';
$strings['plugin_comment'] = 'Añade el soporte de actividades IMS/LTI donde Chamilo actua como cliente.';
$strings['enabled'] = 'Activado';
$strings['client_id'] = 'ID cliente';

Loading…
Cancel
Save