From 15223afe9cc35b66236dc94683ae34ae7c1c27b0 Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Tue, 11 Aug 2020 15:31:24 +0200
Subject: [PATCH] Remove obsolete translations

---
 src/locale/messages.en.json | 2 --
 src/locale/messages.fr.json | 2 --
 2 files changed, 4 deletions(-)

diff --git a/src/locale/messages.en.json b/src/locale/messages.en.json
index e645e8bfe..d5f6776f5 100644
--- a/src/locale/messages.en.json
+++ b/src/locale/messages.en.json
@@ -653,8 +653,6 @@
     "ERROR_VERIF_PAB_LMIN": "Wall #%N%: basin length %LB% too low (minimum for surface jet: %minLBS%, minimum for diving jet: %minLBS%)",
     "ERROR_VERIF_PAB_LMIN_JET": "Wall #%N%: basin length %LB% too low for jet type ENUM_STRUCTUREJETTYPE_%jetType% (minimum: %minLB%)",
     "WARNING_VERIF_PAB_LMIN_JET": "Wall #%N%: basin length %LB% too low for jet type ENUM_STRUCTUREJETTYPE_%jetType% (minimum: %minLB%)",
-    "ERROR_VERIF_PAB_HMIN": "Wall #%NC%, structure %NS%: head on weir %h1% too low (minimum: %minH%)",
-    "ERROR_VERIF_PAB_HMIN_DW": "Downwall, structure %NS%: head on weir %h1% too low (minimum: %minH%)",
     "WARNING_VERIF_PAB_HMIN": "Wall #%NC%, structure %NS%: head on weir %h1% too low (minimum: %minH%)",
     "WARNING_VERIF_PAB_HMIN_DW": "Downwall, structure %NS%: head on weir %h1% too low (minimum: %minH%)",
     "ERROR_VERIF_PAB_SMIN": "Wall #%NC%, structure %NS%: orifice surface %S% is too low (minimum: %minS%)",
diff --git a/src/locale/messages.fr.json b/src/locale/messages.fr.json
index b04310d27..5572d2603 100644
--- a/src/locale/messages.fr.json
+++ b/src/locale/messages.fr.json
@@ -656,8 +656,6 @@
     "ERROR_VERIF_PAB_LMIN": "Cloison n°%N%&nbsp;: longueur de bassin %LB% insuffisante (minimum pour jet de surface&nbsp;: %minLBS%, minimum pour jet plongeant&nbsp;: %minLBP%)",
     "ERROR_VERIF_PAB_LMIN_JET": "Cloison n°%N%&nbsp;: longueur de bassin %LB% insuffisante pour le jet ENUM_STRUCTUREJETTYPE_%jetType% (minimum&nbsp;: %minLB%)",
     "WARNING_VERIF_PAB_LMIN_JET": "Cloison n°%N%&nbsp;: longueur de bassin %LB% insuffisante pour le jet ENUM_STRUCTUREJETTYPE_%jetType% (minimum&nbsp;: %minLB%)",
-    "ERROR_VERIF_PAB_HMIN": "Cloison n°%NC%, ouvrage %NS%&nbsp;: charge sur l'échancrure %h1% insuffisante (minimum&nbsp;: %minH%)",
-    "ERROR_VERIF_PAB_HMIN_DW": "Cloison aval, ouvrage %NS%&nbsp;: charge sur l'échancrure %h1% insuffisante (minimum&nbsp;: %minH%)",
     "WARNING_VERIF_PAB_HMIN": "Cloison n°%NC%, ouvrage %NS%&nbsp;: charge sur l'échancrure %h1% insuffisante (minimum&nbsp;: %minH%)",
     "WARNING_VERIF_PAB_HMIN_DW": "Cloison aval, ouvrage %NS%&nbsp;: charge sur l'échancrure %h1% insuffisante (minimum&nbsp;: %minH%)",
     "ERROR_VERIF_PAB_SMIN": "Cloison n°%NC%, ouvrage %NS%&nbsp;: surface de l'orifice %S% insuffisante (minimum&nbsp;: %minS%)",
-- 
GitLab