diff --git a/core/datamodel.core.xml b/core/datamodel.core.xml index 521d6928d..c40de2570 100644 --- a/core/datamodel.core.xml +++ b/core/datamodel.core.xml @@ -94,6 +94,13 @@ + + + + 10 + + + diff --git a/dictionaries/en.dictionary.itop.core.php b/dictionaries/en.dictionary.itop.core.php index 6026e9c91..010138039 100644 --- a/dictionaries/en.dictionary.itop.core.php +++ b/dictionaries/en.dictionary.itop.core.php @@ -633,9 +633,10 @@ While editing, click on the magnifier to get pertinent examples', // Dict::Add('EN US', 'English', 'English', array( - 'ActioniTopNotification:content' => 'Content', + 'ActioniTopNotification:trigger' => 'Trigger', + 'ActioniTopNotification:content' => 'Message', 'ActioniTopNotification:settings' => 'Settings', - 'Class:ActioniTopNotification' => 'ActioniTopNotification', + 'Class:ActioniTopNotification' => 'iTop Notification', 'Class:ActioniTopNotification+' => '', 'Class:ActioniTopNotification/Attribute:language' => 'Language', 'Class:ActioniTopNotification/Attribute:language+' => '', diff --git a/dictionaries/fr.dictionary.itop.core.php b/dictionaries/fr.dictionary.itop.core.php index d55717217..f21129b0f 100644 --- a/dictionaries/fr.dictionary.itop.core.php +++ b/dictionaries/fr.dictionary.itop.core.php @@ -584,7 +584,10 @@ En édition, cliquez sur la loupe pour obtenir des exemples pertinents.', // Dict::Add('FR FR', 'French', 'Français', array( - 'Class:ActioniTopNotification' => 'ActioniTopNotification', + 'ActioniTopNotification:trigger' => 'Conditions de déclenchement', + 'ActioniTopNotification:content' => 'Message', + 'ActioniTopNotification:settings' => 'Paramètres', + 'Class:ActioniTopNotification' => 'iTop Notification', 'Class:ActioniTopNotification+' => '', 'Class:ActioniTopNotification/Attribute:title' => 'Titre', 'Class:ActioniTopNotification/Attribute:title+' => '',