From b3faa96a45d205eda964fdcfcbc7b56daa9c3751 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 13 Feb 2020 09:53:55 +0100 Subject: [PATCH] :globe_with_meridians: Add Trigger context label --- dictionaries/en.dictionary.itop.core.php | 2 ++ dictionaries/fr.dictionary.itop.core.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dictionaries/en.dictionary.itop.core.php b/dictionaries/en.dictionary.itop.core.php index 78c576e7b..b5d0ed61f 100644 --- a/dictionaries/en.dictionary.itop.core.php +++ b/dictionaries/en.dictionary.itop.core.php @@ -542,6 +542,8 @@ Dict::Add('EN US', 'English', 'English', array( 'Class:Trigger/Attribute:action_list+' => 'Actions performed when the trigger is activated', 'Class:Trigger/Attribute:finalclass' => 'Trigger sub-class', 'Class:Trigger/Attribute:finalclass+' => 'Name of the final class', + 'Class:Trigger/Attribute:context' => 'Context', + 'Class:Trigger/Attribute:context+' => 'Context to allow the trigger to start', )); // diff --git a/dictionaries/fr.dictionary.itop.core.php b/dictionaries/fr.dictionary.itop.core.php index be94586fa..aa333b89a 100644 --- a/dictionaries/fr.dictionary.itop.core.php +++ b/dictionaries/fr.dictionary.itop.core.php @@ -540,6 +540,8 @@ Dict::Add('FR FR', 'French', 'Français', array( 'Class:Trigger/Attribute:action_list+' => '', 'Class:Trigger/Attribute:finalclass' => 'Sous-classe de Déclencheur', 'Class:Trigger/Attribute:finalclass+' => 'Nom de la classe instanciable', + 'Class:Trigger/Attribute:context' => 'Contexte', + 'Class:Trigger/Attribute:context+' => 'Contexte de déclenchement', )); //