diff --git a/src/frontend/lang/lang-en.ts b/src/frontend/lang/lang-en.ts index ecea2a84994791a9f197a28b7f6d123881485224..e0133957e22888c3e80748684214a4497c88be3a 100755 --- a/src/frontend/lang/lang-en.ts +++ b/src/frontend/lang/lang-en.ts @@ -1448,4 +1448,6 @@ export const LANG_EN = { "VIEW": "View", "ERROR": "Error", "systemActions": "System action(s)", + "viewAllHistory": "View all history", + "viewActionsHistory": "View only actions in history", }; diff --git a/src/frontend/lang/lang-fr.ts b/src/frontend/lang/lang-fr.ts index 089a720a3a86ee4fc74854f09e133554748b52fa..414991920f12919240967b27f811fdd73eef5ffa 100755 --- a/src/frontend/lang/lang-fr.ts +++ b/src/frontend/lang/lang-fr.ts @@ -1488,4 +1488,6 @@ export const LANG_FR = { "VIEW": "Visualisation", "ERROR": "Erreur", "systemActions": "Événement(s) système", + "viewAllHistory": "Afficher tout l'historique", + "viewActionsHistory": "Afficher l'historique des actions", }; diff --git a/src/frontend/lang/lang-nl.ts b/src/frontend/lang/lang-nl.ts index 0234b0534ebbf3b75a189eb43d5b79776b5f6ff8..8b7ed428f7f703a44ade637d6f9a8b75d500ccd7 100755 --- a/src/frontend/lang/lang-nl.ts +++ b/src/frontend/lang/lang-nl.ts @@ -1473,4 +1473,6 @@ export const LANG_NL = { "VIEW": "View", //_TO_TRANSLATE "ERROR": "Error", //_TO_TRANSLATE "systemActions": "System action(s)", //_TO_TRANSLATE + "viewAllHistory": "View all history", //_TO_TRANSLATE + "viewActionsHistory": "View only actions in history", //_TO_TRANSLATE };