This commit is contained in:
Xes
2025-08-14 22:39:38 +02:00
parent 3641e93527
commit 5403f346e3
3370 changed files with 327179 additions and 0 deletions

View File

@@ -0,0 +1,77 @@
<?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';

View File

@@ -0,0 +1,77 @@
<?php
/* For license terms, see /license.txt */
$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';
$strings['client_id_help'] = 'ID Client à utiliser pour les outils par défaut. Vous pouvez personnaliser le client_id pour chaque outil.';
$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>';
$strings['ManageToolButton'] = '<p>Pour gérer les différents outils, dirigez-vous vers la <a href="%s">liste d\'outils</a></p>';
$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['CustomParamsHelp'] = 'Paramètres personnalisés requis par le fournisseur d\'outils. Format: <code>nom=valeur</code>.';
$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é';
$strings['ToolAdded'] = 'Outil ajouté';
$strings['PressToContinue'] = 'Appuyez sur pour continuer à l\'outil externe';
$strings['ConfigureExternalTool'] = 'Configure external tools';
$strings['SupportDeepLinking'] = 'Support Deep-Linking';
$strings['ScoreNotSet'] = 'Score non défini';
$strings['ScoreForXUserIsYScore'] = 'Score pour %s est %s';
$strings['ToolsAdded'] = 'Outils ajoutés';
$strings['ToolEdited'] = 'Outil édité';
$strings['ShareLauncherName'] = 'Partager le nom d\'utilisateur';
$strings['ShareLauncherEmail'] = 'Partager l\'e-mail';
$strings['ShareLauncherPicture'] = 'Partager la photo';
$strings['NoTool'] = 'L\'outil n\'existe pas';
$strings['ToolAddedOnCourseX'] = 'Outil ajouté dans le cours <strong>%s</strong>.';
$strings['SupportDeppLinkingHelp'] = 'Contactez le fournisseur de votre outil pour vérifier si le support du Deep Linking est nécessaire.';
$strings['NoAccessToUrl'] = 'Aucun accès à l\'URL';
$strings['LaunchUrlNotFound'] = 'URL de démarrage non trouvée';
$strings['GenerateKeyPairInfo'] = 'Une nouvelle paire de clefs publique/privée sera créée à l\'activation.';
$strings['PlatformKeys'] = 'Clefs de la plateforme';
$strings['ClientId'] = 'ID du client';
$strings['Keys'] = 'Clefs';
$strings['KeyId'] = 'ID de clef';
$strings['PublicKey'] = 'Clef publique';
$strings['PrivateKey'] = 'Clef privée';
$strings['PlatformDateUpdated'] = 'Données de la plateforme mises à jour';
$strings['LtiVersion'] = 'Version LTI';
$strings['PublicKeyType'] = 'Type de clé publique';
$strings['KeySetUrl'] = 'URL du jeu de clés';
$strings['RsaKey'] = 'Clé RSA';
$strings['PublicKeyset'] = 'URL de Jwks';
$strings['LoginUrl'] = 'URL de connexion';
$strings['RedirectUrl'] = 'URL de redirection';
$strings['AssigmentAndGradesService'] = 'Service de travaux et notes';
$strings['DontUseService'] = 'Ne pas utiliser le service';
$strings['UseService'] = 'Utiliser le service';
$strings['AGServiceSimple'] = 'Synchroniser les notes uniquement';
$strings['AGServiceFull'] = 'Synchroniser les notes et la gestion des colonnes';
$strings['GradebookEvaluationCreated'] = 'Une nouvelle activité en ligne a été créée pour l\'outil LTI.';
$strings['GradebookEvaluationWithEmptyWeight'] = 'Une activité en ligne a été créée avec une pondération vide.';
$strings['ConfigSettingsForTool'] = 'Paramètres de configuration pour l\'outil';
$strings['PlatformId'] = 'ID de plateforme';
$strings['DeploymentId'] = 'ID de déploiement';
$strings['AuthUrl'] = 'URL de OIDC Auth';
$strings['TokenUrl'] = 'URL de OAuth2 Access Token';
$strings['KeySetUrl'] = 'URL de config des clefs (Keyset)';
$strings['NamesAndRoleProvisioningService'] = 'Service de fourniture des noms et rôles';
$strings['YouNeedCreateTheGradebokInCourseFirst'] = 'Vous devez d\'abord créer un cahier de notes dans le cours pour utiliser ce service, en suivant ce lien : %s';
$strings['ReplacementUserId'] = 'Substitut pour user_id (sub)';
$strings['ReplacementUserIdHelp'] = 'Le user_id (sub) actuel dans les paramètres de lancement sera composé depuis les paramètres et l\'ID de l\'utilisateur.<br>Vous pouvez configurer une substitution en utilisant des variables comme <code>$User.id</code> ou <code>$User.username</code>.';
$strings['AddInCourses'] = 'Ajouter aux cours';
$strings['AddInAllCourses'] = 'Ajouter à tous les cours';
$strings['AddInSessions'] = 'Ajouter aux sessions';

View File

@@ -0,0 +1,77 @@
<?php
/* For license terms, see /license.txt */
$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';
$strings['client_id_help'] = 'ID cliente a usar para las herramientas por defecto. Puede personalizar el client_id para cada herramienta.';
$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>';
$strings['ManageToolButton'] = '<p>Para gestionar las herramientas, ir a la <a href="%s">lista de herramientas</a></p>';
$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['CustomParamsHelp'] = 'Parámetros personalizados requeridos por el Proveedor de la Herramienta. Formato: <code>name=value</code>.';
$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';
$strings['ToolAdded'] = 'Herramienta agregada';
$strings['PressToContinue'] = 'Presione para continuar con la herramienta externa';
$strings['ConfigureExternalTool'] = 'Configure external tools';
$strings['SupportDeepLinking'] = 'Soportar Deep-Linking';
$strings['ScoreNotSet'] = 'Puntuación no establecida';
$strings['ScoreForXUserIsYScore'] = 'Puntuación para %s es %s';
$strings['ToolsAdded'] = 'Herramientas agregadas';
$strings['ToolEdited'] = 'Herramienta editada';
$strings['ShareLauncherName'] = 'Enviar el nombre del usuario';
$strings['ShareLauncherEmail'] = 'Enviar el correo electrónico del usuario';
$strings['ShareLauncherPicture'] = 'Enviar la foto del usuario';
$strings['NoTool'] = 'La herramienta no existe';
$strings['ToolAddedOnCourseX'] = 'Herramienta agregada en el curso <strong>%s</strong>.';
$strings['SupportDeppLinkingHelp'] = 'Contacte a su Proveedor de Herramienta para verificar si el soporte a Deep Linking es obligatorio';
$strings['NoAccessToUrl'] = 'Sin acceso a la URL';
$strings['LaunchUrlNotFound'] = 'URL de lanzamiento no encontrada';
$strings['GenerateKeyPairInfo'] = 'Un par de llaves privada y pública será creada al activar.';
$strings['PlatformKeys'] = 'Clave plataforma';
$strings['ClientId'] = 'ID cliente';
$strings['Keys'] = 'Llaves';
$strings['KeyId'] = 'ID de llave';
$strings['PublicKey'] = 'Llave pública';
$strings['PrivateKey'] = 'Llave privada';
$strings['PlatformDateUpdated'] = 'Datos de la plataforma actualizados.';
$strings['LtiVersion'] = 'Versión LTI';
$strings['PublicKeyType'] = 'Tipo de clave pública';
$strings['KeySetUrl'] = 'KeySet URL';
$strings['RsaKey'] = 'Clave RSA';
$strings['PublicKeyset'] = 'URL de Jwks';
$strings['LoginUrl'] = 'URL de Login';
$strings['RedirectUrl'] = 'URL de redirección';
$strings['AssigmentAndGradesService'] = 'Servicio de tareas y notas';
$strings['DontUseService'] = 'No usar el servicio';
$strings['UseService'] = 'Usar el servicio';
$strings['AGServiceSimple'] = 'Sincronizar notas únicamente';
$strings['AGServiceFull'] = 'Sincronizar notas y gestión de columnas';
$strings['GradebookEvaluationCreated'] = 'Una nueva actividad online ha sido creada para la herramienta LTI.';
$strings['GradebookEvaluationWithEmptyWeight'] = 'La actividad online fue creada con una ponderación vacía.';
$strings['ConfigSettingsForTool'] = 'Parametros de configuración de la herramienta';
$strings['PlatformId'] = 'ID de plataforma';
$strings['DeploymentId'] = 'ID de despliegue';
$strings['AuthUrl'] = 'URL OIDC Auth';
$strings['TokenUrl'] = 'URL OAuth2 Access Token';
$strings['KeySetUrl'] = 'URL Keyset';
$strings['NamesAndRoleProvisioningService'] = 'Servicio de provisión de nombres y roles';
$strings['YouNeedCreateTheGradebokInCourseFirst'] = 'Debe crear el libro de calificaciones del curso para usar este servicio siguiendo este enlace %s';
$strings['ReplacementUserId'] = 'Remplazo para user_id (sub)';
$strings['ReplacementUserIdHelp'] = 'El user_id (sub) actual en los parametros de lanzamiento será compuesto en base a parametros de la plataforma y del user ID.<br>Puede configurarle un remplazo con variables como <code>$User.id</code> o <code>$User.username</code>.';
$strings['AddInCourses'] = 'Añadir a cursos';
$strings['AddInAllCourses'] = 'Aãndir a todos los cursos';
$strings['AddInSessions'] = 'Añadir a sesiones';