From 1e579cb46f2d4350b85e3905eb4aa755c49d866b Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 13 Jan 2020 11:07:01 +0100 Subject: [PATCH] Minor - add lang var --- plugin/justification/lang/english.php | 1 + plugin/justification/lang/french.php | 2 +- plugin/justification/view/justification_user_list.tpl | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugin/justification/lang/english.php b/plugin/justification/lang/english.php index e2a25c2552..decb61bfae 100644 --- a/plugin/justification/lang/english.php +++ b/plugin/justification/lang/english.php @@ -18,6 +18,7 @@ $strings['SetNewCourse'] = "Set new course"; $strings['SubscribeToASession'] = "Subscribe to a session"; $strings['JustificationName'] = "Justification name"; $strings['JustificationDate'] = "Justification date"; +$strings['DocumentListForUserX'] = "Document list of user %s"; diff --git a/plugin/justification/lang/french.php b/plugin/justification/lang/french.php index ef3eaf9cdc..2c9ca02382 100644 --- a/plugin/justification/lang/french.php +++ b/plugin/justification/lang/french.php @@ -3,5 +3,5 @@ $strings['plugin_title'] = "Justification Plugin"; $strings['plugin_comment'] = ""; $strings['tool_enable'] = "Activer le plugin"; - $strings['SubscribeToASession'] = "S'inscrire à une session d'examen"; +$strings['DocumentListForUserX'] = "Liste des documents pour %s"; diff --git a/plugin/justification/view/justification_user_list.tpl b/plugin/justification/view/justification_user_list.tpl index c9c96c8e77..35b88d286c 100644 --- a/plugin/justification/view/justification_user_list.tpl +++ b/plugin/justification/view/justification_user_list.tpl @@ -4,7 +4,7 @@