فهرست منبع

Added TriggerOnThresholdReached to the dictionary

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2351 a333f486-631f-4898-b8df-5754b55c2be0
romainq 12 سال پیش
والد
کامیت
56139106b3
2فایلهای تغییر یافته به همراه19 افزوده شده و 0 حذف شده
  1. 13 0
      dictionaries/dictionary.itop.core.php
  2. 6 0
      dictionaries/fr.dictionary.itop.core.php

+ 13 - 0
dictionaries/dictionary.itop.core.php

@@ -527,6 +527,19 @@ Dict::Add('EN US', 'English', 'English', array(
 ));
 
 //
+// 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
 //
 

+ 6 - 0
dictionaries/fr.dictionary.itop.core.php

@@ -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',