From 0bcbf5825a8966280372c227471fee2962616518 Mon Sep 17 00:00:00 2001 From: Erwan Taloc Date: Fri, 26 Oct 2012 11:54:26 +0000 Subject: [PATCH] change translation for trigger on threshold reached SVN:trunk[2375] --- dictionaries/dictionary.itop.core.php | 2 +- dictionaries/dictionary.itop.ui.php | 3 ++- dictionaries/fr.dictionary.itop.core.php | 5 +++-- dictionaries/fr.dictionary.itop.ui.php | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/dictionaries/dictionary.itop.core.php b/dictionaries/dictionary.itop.core.php index c4a63b048..17b30d6b0 100644 --- a/dictionaries/dictionary.itop.core.php +++ b/dictionaries/dictionary.itop.core.php @@ -531,7 +531,7 @@ Dict::Add('EN US', 'English', 'English', array( // Dict::Add('EN US', 'English', 'English', array( - 'Class:TriggerOnThresholdReached' => 'Trigger (on timeout)', + 'Class:TriggerOnThresholdReached' => 'Trigger (on threshold)', 'Class:TriggerOnThresholdReached+' => 'Trigger on Stop-Watch threshold reached', 'Class:TriggerOnThresholdReached/Attribute:stop_watch_code' => 'Stop watch', 'Class:TriggerOnThresholdReached/Attribute:stop_watch_code+' => '', diff --git a/dictionaries/dictionary.itop.ui.php b/dictionaries/dictionary.itop.ui.php index 78f5746e9..93c1005f1 100644 --- a/dictionaries/dictionary.itop.ui.php +++ b/dictionaries/dictionary.itop.ui.php @@ -189,6 +189,7 @@ Dict::Add('EN US', 'English', 'English', array( // Class: URP_UserOrg // + Dict::Add('EN US', 'English', 'English', array( 'Class:URP_UserOrg' => 'User organizations', 'Class:URP_UserOrg+' => 'Allowed organizations', @@ -863,7 +864,7 @@ Dict::Add('EN US', 'English', 'English', array(
  • the "on object creation" triggers get executed when an object of the specified class is created
  • the "on entering a state" triggers get executed before an object of the given class enters a specified state (coming from another state)
  • the "on leaving a state" triggers get executed when an object of the given class is leaving a specified state
  • -
  • the "on timeout" triggers get executed when a TTR or TTO as been reached
  • +
  • the "on threshold" triggers get executed when a threshold for TTR or TTO as been reached
  • the "on portal update" triggers get executed when a ticket is updated from the portal
  • diff --git a/dictionaries/fr.dictionary.itop.core.php b/dictionaries/fr.dictionary.itop.core.php index 89fac67f3..b829c16da 100644 --- a/dictionaries/fr.dictionary.itop.core.php +++ b/dictionaries/fr.dictionary.itop.core.php @@ -271,6 +271,7 @@ Dict::Add('FR FR', 'French', 'Français', array( 'Class:SynchroDataSource/Attribute:delete_policy_update+' => 'Format: nom_de_champ:valeur; ...', 'Class:SynchroDataSource/Attribute:delete_policy_retention' => 'Durée de rétention', 'Class:SynchroDataSource/Attribute:delete_policy_retention+' => 'Si la politique est \'Mettre à jour puis effacer\', les objets obsolètes sont encore conservés pendant cette durée avant d\'être effacés', + 'Class:SynchroDataSource/Attribute:attribute_list' => 'Liste des champs', 'Class:SynchroDataSource/Attribute:attribute_list+' => '', 'Class:SynchroDataSource/Attribute:user_delete_policy' => 'Utilisateurs autorisés', @@ -547,7 +548,7 @@ Opérateurs :
    'Class:TriggerOnStateChange+' => '', 'Class:TriggerOnStateChange/Attribute:state' => 'Etat', 'Class:TriggerOnStateChange/Attribute:state+' => 'label', - 'Class:TriggerOnThresholdReached' => 'Déclencheur sur dépassement de durée', + 'Class:TriggerOnThresholdReached' => 'Déclencheur sur dépassement de seuil', '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+' => '', @@ -638,4 +639,4 @@ Opérateurs :
    'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds', 'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sj %2$dh %3$dmin %4$ds', )); -?> \ No newline at end of file +?> diff --git a/dictionaries/fr.dictionary.itop.ui.php b/dictionaries/fr.dictionary.itop.ui.php index 971271ac9..c894597a2 100644 --- a/dictionaries/fr.dictionary.itop.ui.php +++ b/dictionaries/fr.dictionary.itop.ui.php @@ -721,7 +721,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
  • un déclencheur "sur création d\'un objet" est exécuté quand un objet d\'une classe spécifique est créé.
  • un déclencheur "sur objet entrant dans un état" est exécuté avant que l\'objet n\'entre dans un état donné (en venant d\'un autre état du cycle de vie)
  • un déclencheur "sur objet quittant un état" est exécuté quand l\'objet quitte un état spécifié
  • -
  • un déclencheur "sur dépassement de durée" est exécuté quand un TTO/TTR est dépassé
  • +
  • un déclencheur "sur dépassement de seuil" est exécuté quand un seuil prédéfini pour TTO/TTR est dépassé
  • un déclencheur "sur mise à jour depuis le portail" est exécuté quand un ticket est modifié depuis le portail dédié aux clients externes