mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-05 09:04:19 +01:00
Enrich dictionary for notify flag on Contact
This commit is contained in:
@@ -152,7 +152,7 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Contact/Attribute:phone' => 'Phone',
|
||||
'Class:Contact/Attribute:phone+' => '',
|
||||
'Class:Contact/Attribute:notify' => 'Notification',
|
||||
'Class:Contact/Attribute:notify+' => '',
|
||||
'Class:Contact/Attribute:notify+' => 'No automation. It must be tested explicitly in Notification OQL',
|
||||
'Class:Contact/Attribute:notify/Value:no' => 'no',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => 'no',
|
||||
'Class:Contact/Attribute:notify/Value:yes' => 'yes',
|
||||
|
||||
@@ -154,7 +154,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:Contact/Attribute:phone' => 'Téléphone',
|
||||
'Class:Contact/Attribute:phone+' => '',
|
||||
'Class:Contact/Attribute:notify' => 'Notification',
|
||||
'Class:Contact/Attribute:notify+' => '',
|
||||
'Class:Contact/Attribute:notify+' => 'Sans effet automatique. Il faut tester explicitement ce champ dans la recherche des destinataires des Notifications',
|
||||
'Class:Contact/Attribute:notify/Value:no' => 'non',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => 'non',
|
||||
'Class:Contact/Attribute:notify/Value:yes' => 'oui',
|
||||
|
||||
Reference in New Issue
Block a user