Enrich dictionary for notify flag on Contact

This commit is contained in:
vdumas
2020-12-16 18:41:12 +01:00
parent 9580a20f3f
commit ceb48c2ead
2 changed files with 2 additions and 2 deletions

View File

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

View File

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