mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2039 - Fix dictionary entry hard-coded on "iTop" app name
This commit is contained in:
@@ -636,7 +636,7 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'ActioniTopNotification:trigger' => 'Trigger',
|
||||
'ActioniTopNotification:content' => 'Message',
|
||||
'ActioniTopNotification:settings' => 'Settings',
|
||||
'Class:ActioniTopNotification' => 'iTop Notification',
|
||||
'Class:ActioniTopNotification' => ITOP_APPLICATION_SHORT.' Notification',
|
||||
'Class:ActioniTopNotification+' => '',
|
||||
'Class:ActioniTopNotification/Attribute:language' => 'Language',
|
||||
'Class:ActioniTopNotification/Attribute:language+' => '',
|
||||
|
||||
@@ -587,7 +587,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'ActioniTopNotification:trigger' => 'Conditions de déclenchement',
|
||||
'ActioniTopNotification:content' => 'Message',
|
||||
'ActioniTopNotification:settings' => 'Paramètres',
|
||||
'Class:ActioniTopNotification' => 'iTop Notification',
|
||||
'Class:ActioniTopNotification' => ITOP_APPLICATION_SHORT.' Notification',
|
||||
'Class:ActioniTopNotification+' => '',
|
||||
'Class:ActioniTopNotification/Attribute:title' => 'Titre',
|
||||
'Class:ActioniTopNotification/Attribute:title+' => '',
|
||||
|
||||
Reference in New Issue
Block a user