N°3735 Add Method Parameters translation for ITSM Designer

This commit is contained in:
vdumas
2021-11-04 16:42:10 +01:00
parent 2e8920f3d1
commit 05830de4e7
2 changed files with 169 additions and 114 deletions

View File

@@ -156,63 +156,91 @@ Dict::Add('EN US', 'English', 'English', array(
// Fieldset translation // Fieldset translation
Dict::Add('EN US', 'English', 'English', array( Dict::Add('EN US', 'English', 'English', array(
'Ticket:baseinfo' => 'General Information', 'Ticket:baseinfo' => 'General Information',
'Ticket:date' => 'Dates', 'Ticket:date' => 'Dates',
'Ticket:contact' => 'Contacts', 'Ticket:contact' => 'Contacts',
'Ticket:moreinfo' => 'More Information', 'Ticket:moreinfo' => 'More Information',
'Ticket:relation' => 'Relations', 'Ticket:relation' => 'Relations',
'Ticket:log' => 'Communications', 'Ticket:log' => 'Communications',
'Ticket:Type' => 'Qualification', 'Ticket:Type' => 'Qualification',
'Ticket:support' => 'Support', 'Ticket:support' => 'Support',
'Ticket:resolution' => 'Resolution', 'Ticket:resolution' => 'Resolution',
'Ticket:SLA' => 'SLA report', 'Ticket:SLA' => 'SLA report',
'WorkOrder:Details' => 'Details', 'WorkOrder:Details' => 'Details',
'WorkOrder:Moreinfo' => 'More information', 'WorkOrder:Moreinfo' => 'More information',
'Tickets:ResolvedFrom' => 'Automatically resolved from %1$s', 'Tickets:ResolvedFrom' => 'Automatically resolved from %1$s',
'Class:cmdbAbstractObject/Method:Set' => 'Set', 'Class:cmdbAbstractObject/Method:Set' => 'Set',
'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value', 'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value',
'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field', 'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field',
'Class:cmdbAbstractObject/Method:Set/Param:1+' => 'The field to set, in the current object', 'Class:cmdbAbstractObject/Method:Set/Param:1+' => 'The field to set, in the current object',
'Class:cmdbAbstractObject/Method:Set/Param:2' => 'Value', 'Class:cmdbAbstractObject/Method:Set/Param:2' => 'Value',
'Class:cmdbAbstractObject/Method:Set/Param:2+' => 'The value to set', 'Class:cmdbAbstractObject/Method:Set/Param:2+' => 'The value to set',
'Class:cmdbAbstractObject/Method:SetCurrentDate' => 'SetCurrentDate', 'Class:cmdbAbstractObject/Method:SetCurrentDate' => 'SetCurrentDate',
'Class:cmdbAbstractObject/Method:SetCurrentDate+' => 'Set a field with the current date and time', 'Class:cmdbAbstractObject/Method:SetCurrentDate+' => 'Set a field with the current date and time',
'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1' => 'Target Field', 'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1' => 'Target Field',
'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1+' => 'The field to set, in the current object', 'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1+' => 'The field to set, in the current object',
'Class:cmdbAbstractObject/Method:SetCurrentUser' => 'SetCurrentUser', 'Class:cmdbAbstractObject/Method:SetCurrentUser' => 'SetCurrentUser',
'Class:cmdbAbstractObject/Method:SetCurrentUser+' => 'Set a field with the currently logged in user', 'Class:cmdbAbstractObject/Method:SetCurrentUser+' => 'Set a field with the currently logged in user',
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field', 'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field',
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used. That friendly name is the name of the person if any is attached to the user, otherwise it is the login.', 'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used. That friendly name is the name of the person if any is attached to the user, otherwise it is the login.',
'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson', 'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson',
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the "person" attached to the logged in "user").', 'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the "person" attached to the logged in "user").',
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field', 'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field',
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used.', 'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used.',
'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime', 'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime',
'Class:cmdbAbstractObject/Method:SetElapsedTime+' => 'Set a field with the time (seconds) elapsed since a date given by another field', 'Class:cmdbAbstractObject/Method:SetElapsedTime+' => 'Set a field with the time (seconds) elapsed since a date given by another field',
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1' => 'Target Field', 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1' => 'Target Field',
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1+' => 'The field to set, in the current object', 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1+' => 'The field to set, in the current object',
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field', 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field',
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date', 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date',
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours', 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours',
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to "DefaultWorkingTimeComputer" to force a 24x7 scheme', 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to "DefaultWorkingTimeComputer" to force a 24x7 scheme',
'Class:cmdbAbstractObject/Method:Reset' => 'Reset', 'Class:cmdbAbstractObject/Method:SetIfNull' => 'SetIfNull',
'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value', 'Class:cmdbAbstractObject/Method:SetIfNull+' => 'Set a field only if it is empty, with a static value',
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field', 'Class:cmdbAbstractObject/Method:SetIfNull/Param:1' => 'Target Field',
'Class:cmdbAbstractObject/Method:Reset/Param:1+' => 'The field to reset, in the current object', 'Class:cmdbAbstractObject/Method:SetIfNull/Param:1+' => 'The field to set, in the current object',
'Class:cmdbAbstractObject/Method:Copy' => 'Copy', 'Class:cmdbAbstractObject/Method:SetIfNull/Param:2' => 'Value',
'Class:cmdbAbstractObject/Method:Copy+' => 'Copy the value of a field to another field', 'Class:cmdbAbstractObject/Method:SetIfNull/Param:2+' => 'The value to set',
'Class:cmdbAbstractObject/Method:Copy/Param:1' => 'Target Field', 'Class:cmdbAbstractObject/Method:AddValue' => 'AddValue',
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object', 'Class:cmdbAbstractObject/Method:AddValue+' => 'Add a fixed value to a field',
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field', 'Class:cmdbAbstractObject/Method:AddValue/Param:1' => 'Target Field',
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object', 'Class:cmdbAbstractObject/Method:AddValue/Param:1+' => 'The field to modify, in the current object',
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus', 'Class:cmdbAbstractObject/Method:AddValue/Param:2' => 'Value',
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object', 'Class:cmdbAbstractObject/Method:AddValue/Param:2+' => 'Decimal value which will be added, can be negative',
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code', 'Class:cmdbAbstractObject/Method:SetComputedDate' => 'SetComputedDate',
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class', 'Class:cmdbAbstractObject/Method:SetComputedDate+' => 'Set a field with a date computed from another field with extra logic',
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own', 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:1' => 'Target Field',
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO', 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:1+' => 'The field to set, in the current object',
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve', 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:2' => 'Modifier',
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR', 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:2+' => 'Textual information to modify the source date, eg. "+3 days"',
'Class:cmdbAbstractObject/Method:SetComputedDate/Param:3' => 'Source field',
'Class:cmdbAbstractObject/Method:SetComputedDate/Param:3+' => 'The field used as source to apply the Modifier logic',
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull' => 'SetComputedDateIfNull',
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull+' => 'Set non empty field with a date computed from another field with extra logic',
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:1' => 'Target Field',
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:1+' => 'The field to set, in the current object',
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:2' => 'Modifier',
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:2+' => 'Textual information to modify the source date, eg. "+3 days"',
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:3' => 'Source field',
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:3+' => 'The field used as source to apply the Modifier logic',
'Class:cmdbAbstractObject/Method:Reset' => 'Reset',
'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value',
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field',
'Class:cmdbAbstractObject/Method:Reset/Param:1+' => 'The field to reset, in the current object',
'Class:cmdbAbstractObject/Method:Copy' => 'Copy',
'Class:cmdbAbstractObject/Method:Copy+' => 'Copy the value of a field to another field',
'Class:cmdbAbstractObject/Method:Copy/Param:1' => 'Target Field',
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object',
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field',
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object',
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus',
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object',
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code',
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class',
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own',
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO',
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve',
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR',
)); ));
// //

View File

@@ -142,63 +142,90 @@ Dict::Add('FR FR', 'French', 'Français', array(
// Fieldset translation // Fieldset translation
Dict::Add('FR FR', 'French', 'Français', array( Dict::Add('FR FR', 'French', 'Français', array(
'Ticket:baseinfo' => 'Informations générales', 'Ticket:baseinfo' => 'Informations générales',
'Ticket:date' => 'Dates', 'Ticket:date' => 'Dates',
'Ticket:contact' => 'Contacts', 'Ticket:contact' => 'Contacts',
'Ticket:moreinfo' => 'Informations complémentaires', 'Ticket:moreinfo' => 'Informations complémentaires',
'Ticket:relation' => 'Relations', 'Ticket:relation' => 'Relations',
'Ticket:log' => 'Communications', 'Ticket:log' => 'Communications',
'Ticket:Type' => 'Qualification', 'Ticket:Type' => 'Qualification',
'Ticket:support' => 'Support', 'Ticket:support' => 'Support',
'Ticket:resolution' => 'Résolution', 'Ticket:resolution' => 'Résolution',
'Ticket:SLA' => 'Rapport SLA', 'Ticket:SLA' => 'Rapport SLA',
'WorkOrder:Details' => 'Détails', 'WorkOrder:Details' => 'Détails',
'WorkOrder:Moreinfo' => 'Informations complémentaires', 'WorkOrder:Moreinfo' => 'Informations complémentaires',
'Tickets:ResolvedFrom' => 'Résolu via %1$s', 'Tickets:ResolvedFrom' => 'Résolu via %1$s',
'Class:cmdbAbstractObject/Method:Set' => 'Set (initialiser)', 'Class:cmdbAbstractObject/Method:Set' => 'Set (remplir)',
'Class:cmdbAbstractObject/Method:Set+' => 'Initialiser un champ avec une valeur statique', 'Class:cmdbAbstractObject/Method:Set+' => 'Remplir un champ avec une valeur statique',
'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Champ Cible', 'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Champ Cible',
'Class:cmdbAbstractObject/Method:Set/Param:1+' => 'Le champ à initialiser, dans l\'objet courant', 'Class:cmdbAbstractObject/Method:Set/Param:1+' => 'Le champ à initialiser, dans l\'objet courant',
'Class:cmdbAbstractObject/Method:Set/Param:2' => 'Valeur', 'Class:cmdbAbstractObject/Method:Set/Param:2' => 'Valeur',
'Class:cmdbAbstractObject/Method:Set/Param:2+' => 'La valeur statique', 'Class:cmdbAbstractObject/Method:Set/Param:2+' => 'La valeur statique',
'Class:cmdbAbstractObject/Method:SetCurrentDate' => 'SetCurrentDate (initialiser à la date courante)', 'Class:cmdbAbstractObject/Method:SetCurrentDate' => 'SetCurrentDate (reinitialiser à la date courante)',
'Class:cmdbAbstractObject/Method:SetCurrentDate+' => 'Initialiser un champ avec la date et l\'heure courants', 'Class:cmdbAbstractObject/Method:SetCurrentDate+' => 'Initialiser un champ avec la date et l\'heure courants',
'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1' => 'Champ Cible', 'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1' => 'Champ Cible',
'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1+' => 'Le champ à initialiser, dans l\'objet courant', 'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1+' => 'Le champ à initialiser, dans l\'objet courant',
'Class:cmdbAbstractObject/Method:SetCurrentUser' => 'SetCurrentUser (initialiser à l\'utilisateur courant)', 'Class:cmdbAbstractObject/Method:SetCurrentUser' => 'SetCurrentUser (reinitialiser à l\'utilisateur courant)',
'Class:cmdbAbstractObject/Method:SetCurrentUser+' => 'Initialiser un champ avec l\'utilisateur qui est en train d\'effectuer une action sur l\'objet', 'Class:cmdbAbstractObject/Method:SetCurrentUser+' => 'Initialiser un champ avec l\'utilisateur qui est en train d\'effectuer une action sur l\'objet',
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Champ Cible', 'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Champ Cible',
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'Le champ à initialiser, dans l\'objet courant. Si ce champ est une chaîne de caractère, alors le nom usuel sera utilisé. Dans les autres cas, ce sera l\'identifiant de l\'objet. Le nom usuel est le nom usuel de la personne attachée au compte utilisateur. Si aucune personne n\'est rattachée au compte utilisateur, alors le nom usuel est l\'identifiant de connexion.', 'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'Le champ à initialiser, dans l\'objet courant. Si ce champ est une chaîne de caractère, alors le nom usuel sera utilisé. Dans les autres cas, ce sera l\'identifiant de l\'objet. Le nom usuel est le nom usuel de la personne attachée au compte utilisateur. Si aucune personne n\'est rattachée au compte utilisateur, alors le nom usuel est l\'identifiant de connexion.',
'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson (initialiser à l\'utilisateur courant)', 'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson (initialiser à l\'utilisateur courant)',
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Initialiser un champ avec la personne associée au compte de l\'utilisateur qui est en train d\'effectuer une action sur l\'objet', 'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Initialiser un champ avec la personne associée au compte de l\'utilisateur qui est en train d\'effectuer une action sur l\'objet',
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Champ Cible', 'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Champ Cible',
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'Le champ à initialiser, dans l\'objet courant. Si ce champ est une chaîne de caractère, alors le nom usuel sera utilisé. Dans les autres cas, ce sera l\'identifiant de l\'objet', 'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'Le champ à initialiser, dans l\'objet courant. Si ce champ est une chaîne de caractère, alors le nom usuel sera utilisé. Dans les autres cas, ce sera l\'identifiant de l\'objet',
'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime (initialiser avec le temps passé)', 'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime (initialiser avec le temps passé)',
'Class:cmdbAbstractObject/Method:SetElapsedTime+' => 'Initialiser un champ avec la durée écoulée depuis une date donnée par un autre champ (champ de référence)', 'Class:cmdbAbstractObject/Method:SetElapsedTime+' => 'Initialiser un champ avec la durée écoulée depuis une date donnée par un autre champ (champ de référence)',
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1' => 'Champ Cible', 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1' => 'Champ Cible',
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1+' => 'Le champ à initialiser, dans l\'objet courant', 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1+' => 'Le champ à initialiser, dans l\'objet courant',
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Champ de Référence', 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Champ de Référence',
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'Le champ contenant la date de début', 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'Le champ contenant la date de début',
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Jours et Heures Ouvrés', 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Jours et Heures Ouvrés',
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Laisser ce champ vide pour bénéficier de la gestion des fenêtres de couverture, ou saisir "DefaultWorkingTimeComputer" pour passer en mode 24h/24 7j/7', 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Laisser ce champ vide pour bénéficier de la gestion des fenêtres de couverture, ou saisir "DefaultWorkingTimeComputer" pour passer en mode 24h/24 7j/7',
'Class:cmdbAbstractObject/Method:Reset' => 'Reset (réinitialiser)', 'Class:cmdbAbstractObject/Method:SetIfNull' => 'SetIfNull (initialiser)',
'Class:cmdbAbstractObject/Method:Reset+' => 'Réinitialiser un champ à sa valeur par défaut', 'Class:cmdbAbstractObject/Method:SetIfNull+' => 'Remplir seulement s\'il est vide, un champ avec une valeur statique',
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Champ Cible', 'Class:cmdbAbstractObject/Method:SetIfNull/Param:1' => 'Champ Cible',
'Class:cmdbAbstractObject/Method:Reset/Param:1+' => 'Le champ à initialiser, dans l\'objet courant', 'Class:cmdbAbstractObject/Method:SetIfNull/Param:1+' => 'Le champ à initialiser, dans l\'objet courant',
'Class:cmdbAbstractObject/Method:Copy' => 'Copy (copier)', 'Class:cmdbAbstractObject/Method:SetIfNull/Param:2' => 'Valeur',
'Class:cmdbAbstractObject/Method:Copy+' => 'Copier la valeur d\'un champ dans un autre', 'Class:cmdbAbstractObject/Method:SetIfNull/Param:2+' => 'La valeur à mettre dans le champ',
'Class:cmdbAbstractObject/Method:Copy/Param:1' => 'Champ Cible', 'Class:cmdbAbstractObject/Method:AddValue' => 'AddValue (ajouter une valeur)',
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'Le champ à initialiser, dans l\'objet courant', 'Class:cmdbAbstractObject/Method:AddValue+' => 'Ajouter une valeur à un champ',
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Champ Source', 'Class:cmdbAbstractObject/Method:AddValue/Param:1' => 'Champ Cible',
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'Le champ dans lequel on va lire la valeur, dans l\'objet courant', 'Class:cmdbAbstractObject/Method:AddValue/Param:1+' => 'Le champ à modifier, dans l\'objet courant',
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus (appliquer un stimulus)', 'Class:cmdbAbstractObject/Method:AddValue/Param:2' => 'Valeur',
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Applique le stimulus spécifié à l\'objet courant', 'Class:cmdbAbstractObject/Method:AddValue/Param:2+' => 'Valeur décimal qui sera ajoutée. Cette valeur peut être négative',
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Code du stimulus', 'Class:cmdbAbstractObject/Method:SetComputedDate' => 'SetComputedDate (remplir avec une date calculée)',
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'Un code de stimulus valide pour la classe courante', 'Class:cmdbAbstractObject/Method:SetComputedDate+' => 'Remplir un champ avec une date relative à celle d\'un autre champ',
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Temps d\'Assignation (TTO)', 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:1' => 'Champ Cible',
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Objectif calculé à partir d\'un SLT de type TTO', 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:1+' => 'Le champ à initialiser, dans l\'objet courant',
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Temps de Résolution (TTR)', 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:2' => 'Modificateur',
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Objectif calculé à partir d\'un SLT de type TTR', 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:2+' => 'Texte en anglais spécifiant la modification à appliquer sur le champ source, ex. "+3 days"',
'Class:cmdbAbstractObject/Method:SetComputedDate/Param:3' => 'Champ source',
'Class:cmdbAbstractObject/Method:SetComputedDate/Param:3+' => 'Champ utilisé comme base pour y appliquer le Modificateur',
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull' => 'SetComputedDateIfNull (initialiser avec une date calculée)',
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull+' => 'Remplir un champ vide avec une date relative à celle d\'un autre champ',
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:1' => 'Champ Cible',
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:1+' => 'Le champ à initialiser, dans l\'objet courant',
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:2' => 'Modificateur',
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:2+' => 'Texte en anglais spécifiant la modification à appliquer sur le champ source, ex. "monday of next week"',
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:3' => 'Champ source',
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:3+' => 'Champ utilisé comme base pour y appliquer le Modificateur',
'Class:cmdbAbstractObject/Method:Reset+' => 'Réinitialiser un champ à sa valeur par défaut',
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Champ Cible',
'Class:cmdbAbstractObject/Method:Reset/Param:1+' => 'Le champ à réinitialiser, dans l\'objet courant',
'Class:cmdbAbstractObject/Method:Copy' => 'Copy (copier)',
'Class:cmdbAbstractObject/Method:Copy+' => 'Copier la valeur d\'un champ dans un autre',
'Class:cmdbAbstractObject/Method:Copy/Param:1' => 'Champ Cible',
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'Le champ à initialiser, dans l\'objet courant',
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Champ Source',
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'Le champ dans lequel on va lire la valeur, dans l\'objet courant',
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus (appliquer un stimulus)',
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Applique le stimulus spécifié à l\'objet courant',
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Code du stimulus',
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'Un code de stimulus valide pour la classe courante',
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Temps d\'Assignation (TTO)',
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Objectif calculé à partir d\'un SLT de type TTO',
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Temps de Résolution (TTR)',
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Objectif calculé à partir d\'un SLT de type TTR',
)); ));
// //