mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Added TriggerOnThresholdReached to the dictionary
SVN:trunk[2351]
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
@@ -547,6 +547,12 @@ Opérateurs :<br/>
|
||||
'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',
|
||||
|
||||
Reference in New Issue
Block a user