From 467c4c625846bf8a5ffcf4e406ca24d4117626d9 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Thu, 25 Oct 2012 10:17:04 +0000 Subject: [PATCH] Added TriggerOnThresholdReached to the dictionary SVN:trunk[2351] --- dictionaries/dictionary.itop.core.php | 13 +++++++++++++ dictionaries/fr.dictionary.itop.core.php | 6 ++++++ 2 files changed, 19 insertions(+) diff --git a/dictionaries/dictionary.itop.core.php b/dictionaries/dictionary.itop.core.php index 14041c897..c4a63b048 100644 --- a/dictionaries/dictionary.itop.core.php +++ b/dictionaries/dictionary.itop.core.php @@ -526,6 +526,19 @@ Dict::Add('EN US', 'English', 'English', array( 'Class:TriggerOnObjectCreate+' => 'Trigger on object creation of [a child class of] the given class', )); +// +// Class: TriggerOnThresholdReached +// + +Dict::Add('EN US', 'English', 'English', array( + 'Class:TriggerOnThresholdReached' => 'Trigger (on timeout)', + 'Class:TriggerOnThresholdReached+' => 'Trigger on Stop-Watch threshold reached', + 'Class:TriggerOnThresholdReached/Attribute:stop_watch_code' => 'Stop watch', + 'Class:TriggerOnThresholdReached/Attribute:stop_watch_code+' => '', + 'Class:TriggerOnThresholdReached/Attribute:threshold_index' => 'Threshold', + 'Class:TriggerOnThresholdReached/Attribute:threshold_index+' => '', +)); + // // Class: lnkTriggerAction // diff --git a/dictionaries/fr.dictionary.itop.core.php b/dictionaries/fr.dictionary.itop.core.php index b8c668ff4..c9c7dd626 100644 --- a/dictionaries/fr.dictionary.itop.core.php +++ b/dictionaries/fr.dictionary.itop.core.php @@ -547,6 +547,12 @@ Opérateurs :
'Class:TriggerOnStateChange+' => '', 'Class:TriggerOnStateChange/Attribute:state' => 'Etat', 'Class:TriggerOnStateChange/Attribute:state+' => 'label', + 'Class:TriggerOnThresholdReached' => 'Déclencheur (dépassement de durée)', + 'Class:TriggerOnThresholdReached+' => 'Déclencheur sur franchissement de seuil d\'un chronomètre', + 'Class:TriggerOnThresholdReached/Attribute:stop_watch_code' => 'Chronomètre', + 'Class:TriggerOnThresholdReached/Attribute:stop_watch_code+' => '', + 'Class:TriggerOnThresholdReached/Attribute:threshold_index' => 'Seuil', + 'Class:TriggerOnThresholdReached/Attribute:threshold_index+' => '', 'Class:SynchroDataSource/Attribute:delete_policy/Value:never' => 'Personne', 'Class:SynchroDataSource/Attribute:delete_policy/Value:depends' => 'Uniquement les administrateurs', 'Class:SynchroDataSource/Attribute:delete_policy/Value:always' => 'Tous les utilisateurs autorisés',