From 48aaa42695de89959fb91eb3d812d4f56d91f6d3 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 18 Jan 2023 19:24:00 +0100 Subject: [PATCH] Minor: Plugin: xAPI: Improve docs --- plugin/xapi/lang/english.php | 2 +- plugin/xapi/lang/french.php | 2 +- plugin/xapi/lang/spanish.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/xapi/lang/english.php b/plugin/xapi/lang/english.php index 2192d20a0b..bee4d9a2b8 100644 --- a/plugin/xapi/lang/english.php +++ b/plugin/xapi/lang/english.php @@ -3,7 +3,7 @@ /* For licensing terms, see /license.txt */ $strings['plugin_title'] = 'Experience API (xAPI)'; -$strings['plugin_comment'] = 'Allows you to connect to an external Learning Record Store and use activities compatible with the xAPI standard.'; +$strings['plugin_comment'] = 'Allows you to connect to an external (or internal) Learning Record Store and use activities compatible with the xAPI standard.'; $strings[XApiPlugin::SETTING_UUID_NAMESPACE] = 'UUID Namespace'; $strings[XApiPlugin::SETTING_UUID_NAMESPACE.'_help'] = 'Namespace for universally unique identifiers used as statement IDs.' diff --git a/plugin/xapi/lang/french.php b/plugin/xapi/lang/french.php index 6660a615a8..d53ea9794e 100644 --- a/plugin/xapi/lang/french.php +++ b/plugin/xapi/lang/french.php @@ -3,7 +3,7 @@ /* For licensing terms, see /license.txt */ $strings['plugin_title'] = 'Experience API (xAPI)'; -$strings['plugin_comment'] = 'Permet l\'intégration d\'un Learning Record Store et de clients xAPI'; +$strings['plugin_comment'] = 'Permet l\'intégration d\'un Learning Record Store (interne ou externe) et de clients xAPI'; $strings[XApiPlugin::SETTING_UUID_NAMESPACE] = 'Namespace UUID'; $strings[XApiPlugin::SETTING_UUID_NAMESPACE.'_help'] = 'Namespace pour identifiants uniques universels qui servent comme IDs de déclaration xAPI.' diff --git a/plugin/xapi/lang/spanish.php b/plugin/xapi/lang/spanish.php index 1641521d9f..2056da671a 100644 --- a/plugin/xapi/lang/spanish.php +++ b/plugin/xapi/lang/spanish.php @@ -3,7 +3,7 @@ /* For licensing terms, see /license.txt */ $strings['plugin_title'] = 'Experience API (xAPI)'; -$strings['plugin_comment'] = 'Permite incorporar un Learning Record Store externo y usar actividades con la especificación xAPI.'; +$strings['plugin_comment'] = 'Permite incorporar un Learning Record Store externo (o interno) y usar actividades con la especificación xAPI.'; $strings[XApiPlugin::SETTING_UUID_NAMESPACE] = 'UUID Namespace'; $strings[XApiPlugin::SETTING_UUID_NAMESPACE.'_help'] = 'Namespace para los identificadores unicos universales (UUID) usados como IDs de statements.'