From 2bd40bef4723771a9b4503caa5b8b0d64ecb3f3b Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Wed, 14 Feb 2024 15:07:16 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02039=20-=20Fix=20dictionaries=20and=20zl?= =?UTF-8?q?ist=20for=20ActioniTopNotification?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/datamodel.core.xml | 7 +++++++ dictionaries/en.dictionary.itop.core.php | 5 +++-- dictionaries/fr.dictionary.itop.core.php | 5 ++++- 3 files changed, 14 insertions(+), 3 deletions(-) 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+' => '',