Skip to content

Commit d713cbf

Browse files
committed
Add LTI plugin translation to French and Spanish
1 parent 8821d0d commit d713cbf

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed

plugin/ims_lti/lang/english.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$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>';
99
$strings['ManageToolButton'] = '<p>To manage the tools go to <a href="%s">Tool list</a></p>';
1010
$strings['AddExternalTool'] = 'Add external tool';
11-
$strings['ProviderName'] = 'Provider tool';
11+
$strings['ProviderName'] = 'Provider name';
1212
$strings['LaunchUrl'] = 'Launch URL';
1313
$strings['ConsumerKey'] = 'Consumer key';
1414
$strings['SharedSecret'] = 'Shared secret';
@@ -19,5 +19,5 @@
1919
$strings['ToolSettings'] = 'Tool settings';
2020
$strings['ToolNotAvailable'] = 'Tool not available';
2121
$strings['IsGlobal'] = 'Is global';
22-
$strings['EditExternalTool'] = 'Editar external tool';
22+
$strings['EditExternalTool'] = 'Edit external tool';
2323
$strings['ToolDeleted'] = 'Tool deleted';

plugin/ims_lti/lang/french.php

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?php
2+
/* For license terms, see /license.txt */
3+
$strings['plugin_title'] = 'IMS/LTI';
4+
$strings['plugin_comment'] = 'IMS/LTI';
5+
6+
$strings['enabled'] = 'Activé';
7+
8+
$strings['ImsLtiDescription'] = '<p>Learning Tools Interoperability® (LTI®) est une spécification développée par le IMS Global Learning Consortium. L\'objectif principal de LTI est d\'établir une forme standard d\'intégration d\'application riches d\'apprentissage (souvent hébergées de manière distante et fournies au travers de services d\'une tierce partie) dans des plateformes telles que les learning management systems, portails, learning object repositories, ou autres environnements éducatifs.</p>';
9+
$strings['ManageToolButton'] = '<p>Pour gérer les différents outils, dirigez-vous vers la <a href="%s">liste d\'outils</a></p>';
10+
$strings['AddExternalTool'] = 'Ajouter un outil externe';
11+
$strings['ProviderName'] = 'Nom du fournisseur';
12+
$strings['LaunchUrl'] = 'URL de démarrage (Launch URL)';
13+
$strings['ConsumerKey'] = 'Clef consommateur (Consumer key)';
14+
$strings['SharedSecret'] = 'Secret partagé (Shared secret)';
15+
$strings['CustomParams'] = 'Paramètres personnalisés';
16+
$strings['ToolName'] = 'Nom de l\'outil';
17+
$strings['ToolNotAdded'] = 'Outil non ajouté';
18+
$strings['AvailableTools'] = 'Outils disponibles';
19+
$strings['ToolSettings'] = 'Paramètres de l\'outil';
20+
$strings['ToolNotAvailable'] = 'Outil non disponible';
21+
$strings['IsGlobal'] = 'Est global';
22+
$strings['EditExternalTool'] = 'Éditer outil externe';
23+
$strings['ToolDeleted'] = 'Outil supprimé';

plugin/ims_lti/lang/spanish.php

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?php
2+
/* For license terms, see /license.txt */
3+
$strings['plugin_title'] = 'IMS/LTI';
4+
$strings['plugin_comment'] = 'IMS/LTI';
5+
6+
$strings['enabled'] = 'Activado';
7+
8+
$strings['ImsLtiDescription'] = '<p>Learning Tools Interoperability® (LTI®) es una especificación desarrollada por el IMS Global Learning Consortium. El concepto principal de LTI es establecer una manera estándar de integrar aplicaciones de aprendizaje inteligentes (usualmente alojadas en servidores remotos y proveeidos a través de servicios de terceros) en plataformas como los LMS, portales, repositorios de objetos de aprendizaje, u otros ambientes educativos.</p>';
9+
$strings['ManageToolButton'] = '<p>Para gestionar las herramientas, ir a la <a href="%s">lista de herramientas</a></p>';
10+
$strings['AddExternalTool'] = 'Añadir herramienta externa';
11+
$strings['ProviderName'] = 'Proveedor de la herramienta';
12+
$strings['LaunchUrl'] = 'URL de arranque (launch URL)';
13+
$strings['ConsumerKey'] = 'Clave consumidor (consumer key)';
14+
$strings['SharedSecret'] = 'Secreto compartido (shared secret)';
15+
$strings['CustomParams'] = 'Parámetros personalizados';
16+
$strings['ToolName'] = 'Nombre de la herramienta';
17+
$strings['ToolNotAdded'] = 'Herramienta no añadida';
18+
$strings['AvailableTools'] = 'Herramientas disponibles';
19+
$strings['ToolSettings'] = 'Parámetros de la herramienta';
20+
$strings['ToolNotAvailable'] = 'Herramienta no disponible';
21+
$strings['IsGlobal'] = 'Es global';
22+
$strings['EditExternalTool'] = 'Editar herramienta externa';
23+
$strings['ToolDeleted'] = 'Herramienta eliminada';

0 commit comments

Comments
 (0)