From c489822977224a5a09f262d404503511f1bafc63 Mon Sep 17 00:00:00 2001 From: Alex ORLUC <alex.orluc@maarch.org> Date: Fri, 24 Jan 2020 09:49:43 +0100 Subject: [PATCH] FEAT #12073 TIME 0:05 add var lang --- src/frontend/lang/lang-en.ts | 2 ++ src/frontend/lang/lang-fr.ts | 2 ++ src/frontend/lang/lang-nl.ts | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/frontend/lang/lang-en.ts b/src/frontend/lang/lang-en.ts index ecea2a84994..e0133957e22 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 089a720a3a8..414991920f1 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 0234b0534eb..8b7ed428f7f 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 }; -- GitLab