From e1b0012edc667acc68a9120fda104ea6fabb18cf Mon Sep 17 00:00:00 2001 From: Jean-Laurent <jean-laurent.duzant@xelians.fr> Date: Mon, 27 Jun 2022 11:30:44 +0200 Subject: [PATCH] FIX #17671 TIME 0:05 add lang.hardDelete --- lang/en.json | 1 + lang/fr.json | 1 + 2 files changed, 2 insertions(+) diff --git a/lang/en.json b/lang/en.json index 3a63143bee..5f82cbb0fb 100755 --- a/lang/en.json +++ b/lang/en.json @@ -662,6 +662,7 @@ "can_purge": "Document deletion", "documentStateSearch": "Document state", "deleted": "Deleted", + "hardDelete": "Physical deletion", "hardDeleted": "Document physically deleted", "cannotAcces": "Unable to access document" } diff --git a/lang/fr.json b/lang/fr.json index 676c837c78..bc831c70d5 100755 --- a/lang/fr.json +++ b/lang/fr.json @@ -661,6 +661,7 @@ "can_purge": "Suppression de document", "documentStateSearch": "Etat du document", "deleted": "Supprimé", + "hardDelete": "Suppression physique", "hardDeleted": "Document supprimé physiquement", "cannotAcces": "Impossible d'accéder au document" } -- GitLab