From 8597dea39812bdc4776a5083f4561bea201244f6 Mon Sep 17 00:00:00 2001 From: v-dumas Date: Fri, 14 Nov 2025 09:02:54 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B08768=20-=20Fix=20PHP=20CS=20in=20diction?= =?UTF-8?q?naries?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dictionaries/de.dictionary.itop.core.php | 3 ++- dictionaries/pt_br.dictionary.itop.core.php | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dictionaries/de.dictionary.itop.core.php b/dictionaries/de.dictionary.itop.core.php index fdacea632..15739e76d 100644 --- a/dictionaries/de.dictionary.itop.core.php +++ b/dictionaries/de.dictionary.itop.core.php @@ -518,7 +518,8 @@ Dict::Add('DE DE', 'German', 'Deutsch', [ 'Class:lnkActionNotificationToContact/Attribute:trigger_id+' => 'The trigger that fired the notification~~', 'Class:lnkActionNotificationToContact/Attribute:subscribed' => 'Subscribed~~', 'Class:lnkActionNotificationToContact/Attribute:subscribed+' => 'If the contact unsubscribed (no) or is subscribed (yes and default) to the notification~~', -]);; +]); + // // Class: ActionEmail diff --git a/dictionaries/pt_br.dictionary.itop.core.php b/dictionaries/pt_br.dictionary.itop.core.php index 7c9a1a611..2aec2fc04 100644 --- a/dictionaries/pt_br.dictionary.itop.core.php +++ b/dictionaries/pt_br.dictionary.itop.core.php @@ -502,9 +502,10 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [ 'Class:ActionNotification/Attribute:language' => 'Language~~', 'Class:ActionNotification/Attribute:language+' => 'Language to use for placeholders ($xxx$) inside the message (state, importance, priority, etc)~~', ]); - // - // Class: lnkActionNotificationToContact - // + +// +// Class: lnkActionNotificationToContact +// Dict::Add('PT BR', 'Brazilian', 'Brazilian', [ 'Class:lnkActionNotificationToContact' => 'Link ActionNotification / Contact~~',