From a7341f77a7b9a794f6b28171146bae2e7f33b39b Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos <1697880+AngelFQC@users.noreply.github.com> Date: Tue, 18 Feb 2025 17:31:08 -0500 Subject: [PATCH] Minor: Update lang files - refs BT#22403 --- main/lang/english/trad4all.inc.php | 2 ++ main/lang/spanish/trad4all.inc.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/main/lang/english/trad4all.inc.php b/main/lang/english/trad4all.inc.php index 5e0c7883ba1..7d0478b7c34 100644 --- a/main/lang/english/trad4all.inc.php +++ b/main/lang/english/trad4all.inc.php @@ -9084,4 +9084,6 @@ $FieldsToEdit = "Fields to edit"; $SaveAll = "Save all"; $SaveOne = "Save one"; +$TextAppearingAtTheEndOfTheTestWhenTheUserHasFailed = "Text appearing at the end of the test when the user has failed."; +$SubscribeSessionWhenFinishedFailure = "Subscribe to session at the end of the test when the user has failed"; ?> \ No newline at end of file diff --git a/main/lang/spanish/trad4all.inc.php b/main/lang/spanish/trad4all.inc.php index 4694a326a06..950c3ab8654 100644 --- a/main/lang/spanish/trad4all.inc.php +++ b/main/lang/spanish/trad4all.inc.php @@ -9109,4 +9109,6 @@ $FieldsToEdit = "Campos a editar"; $SaveAll = "Guardar todo"; $SaveOne = "Guardar este elemento"; +$TextAppearingAtTheEndOfTheTestWhenTheUserHasFailed = "Texto que aparece al final del examen cuando el usuario no ha aprobado"; +$SubscribeSessionWhenFinishedFailure = "Suscribir a la sesiĆ³n al final del examen cuando el usuario no ha aprobado"; ?> \ No newline at end of file