From d713cbff9ff1ebceb4c0e90ecb8131bcf04763cd Mon Sep 17 00:00:00 2001
From: Yannick Warnier 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. To manage the tools go to Tool list
Pour gérer les différents outils, dirigez-vous vers la liste d\'outils
'; +$strings['AddExternalTool'] = 'Ajouter un outil externe'; +$strings['ProviderName'] = 'Nom du fournisseur'; +$strings['LaunchUrl'] = 'URL de démarrage (Launch URL)'; +$strings['ConsumerKey'] = 'Clef consommateur (Consumer key)'; +$strings['SharedSecret'] = 'Secret partagé (Shared secret)'; +$strings['CustomParams'] = 'Paramètres personnalisés'; +$strings['ToolName'] = 'Nom de l\'outil'; +$strings['ToolNotAdded'] = 'Outil non ajouté'; +$strings['AvailableTools'] = 'Outils disponibles'; +$strings['ToolSettings'] = 'Paramètres de l\'outil'; +$strings['ToolNotAvailable'] = 'Outil non disponible'; +$strings['IsGlobal'] = 'Est global'; +$strings['EditExternalTool'] = 'Éditer outil externe'; +$strings['ToolDeleted'] = 'Outil supprimé'; diff --git a/plugin/ims_lti/lang/spanish.php b/plugin/ims_lti/lang/spanish.php new file mode 100644 index 0000000000..18aaada3de --- /dev/null +++ b/plugin/ims_lti/lang/spanish.php @@ -0,0 +1,23 @@ +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.'; +$strings['ManageToolButton'] = 'Para gestionar las herramientas, ir a la lista de herramientas
'; +$strings['AddExternalTool'] = 'Añadir herramienta externa'; +$strings['ProviderName'] = 'Proveedor de la herramienta'; +$strings['LaunchUrl'] = 'URL de arranque (launch URL)'; +$strings['ConsumerKey'] = 'Clave consumidor (consumer key)'; +$strings['SharedSecret'] = 'Secreto compartido (shared secret)'; +$strings['CustomParams'] = 'Parámetros personalizados'; +$strings['ToolName'] = 'Nombre de la herramienta'; +$strings['ToolNotAdded'] = 'Herramienta no añadida'; +$strings['AvailableTools'] = 'Herramientas disponibles'; +$strings['ToolSettings'] = 'Parámetros de la herramienta'; +$strings['ToolNotAvailable'] = 'Herramienta no disponible'; +$strings['IsGlobal'] = 'Es global'; +$strings['EditExternalTool'] = 'Editar herramienta externa'; +$strings['ToolDeleted'] = 'Herramienta eliminada';