From 5a76175ec13fa066ec982f5358adee7b0ac80e35 Mon Sep 17 00:00:00 2001 From: vdumas Date: Thu, 9 Feb 2023 09:03:18 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B05908=20-=20add=20a=20description=20on=20?= =?UTF-8?q?"known=20error"=20tab=20on=20UserRequest=20and=20Incident?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dictionaries/fr.dict.itop-request-mgmt-itil.php | 1 + .../itop-request-mgmt/dictionaries/fr.dict.itop-request-mgmt.php | 1 + 2 files changed, 2 insertions(+) diff --git a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/fr.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/fr.dict.itop-request-mgmt-itil.php index ac20ec629c..ff2839ef96 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/fr.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/fr.dict.itop-request-mgmt-itil.php @@ -37,6 +37,7 @@ Dict::Add('FR FR', 'French', 'Français', array( 'UI-RequestManagementOverview-OpenRequestByType' => 'Requêtes ouvertes par type', 'UI-RequestManagementOverview-OpenRequestByCustomer' => 'Requêtes ouvertes par client', 'Class:UserRequest:KnownErrorList' => 'Erreurs connues', + 'Class:UserRequest:KnownErrorList+' => 'Erreurs connues liées à des éléments de configuration impactés par ce ticket', )); // Dictionnay conventions diff --git a/datamodels/2.x/itop-request-mgmt/dictionaries/fr.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/dictionaries/fr.dict.itop-request-mgmt.php index 99cfbfcc2c..be05a39da5 100644 --- a/datamodels/2.x/itop-request-mgmt/dictionaries/fr.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/dictionaries/fr.dict.itop-request-mgmt.php @@ -37,6 +37,7 @@ Dict::Add('FR FR', 'French', 'Français', array( 'UI-RequestManagementOverview-OpenRequestByType' => 'Requêtes ouvertes par type', 'UI-RequestManagementOverview-OpenRequestByCustomer' => 'Requêtes ouvertes par organisation', 'Class:UserRequest:KnownErrorList' => 'Erreurs connues', + 'Class:UserRequest:KnownErrorList+' => 'Erreurs connues liées à des éléments de configuration impactés par ce ticket', 'Menu:UserRequest:MyWorkOrders' => 'Tâches qui me sont assignées', 'Menu:UserRequest:MyWorkOrders+' => 'Tâches qui me sont assignées', 'Class:Problem:KnownProblemList' => 'Problèmes connus',