mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2039 - Fix dictionaries and zlist for ActioniTopNotification
This commit is contained in:
@@ -94,6 +94,13 @@
|
||||
</item>
|
||||
</items>
|
||||
</item>
|
||||
<item id="fieldset:ActioniTopNotification:trigger">
|
||||
<items>
|
||||
<item id="trigger_list">
|
||||
<rank>10</rank>
|
||||
</item>
|
||||
</items>
|
||||
</item>
|
||||
</items>
|
||||
</item>
|
||||
<item id="col:col2">
|
||||
|
||||
@@ -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+' => '',
|
||||
|
||||
@@ -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+' => '',
|
||||
|
||||
Reference in New Issue
Block a user