mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°7565 - Fix dictionaries counter-parts in other languages
This commit is contained in:
@@ -119,11 +119,18 @@ If omitted the From (label) is used.~~',
|
||||
'Class:ActionNewsroom' => 'Notification by Newsroom~~',
|
||||
'Class:ActionNewsroom+' => '~~',
|
||||
'Class:ActionNewsroom/Attribute:icon' => 'Icon~~',
|
||||
'Class:ActionNewsroom/Attribute:icon+' => '~~',
|
||||
'Class:ActionNewsroom/Attribute:language' => 'Language~~',
|
||||
'Class:ActionNewsroom/Attribute:language+' => '~~',
|
||||
'Class:ActionNewsroom/Attribute:icon+' => 'Icon to appear next to the news in the newsroom.
|
||||
- If filled, the custom icon will be used
|
||||
- Otherwise, if the triggering object has an icon (e.g. picture of a Person object), it will be used
|
||||
- Otherwise, if the triggering object has a class icon defined in the datamodel, it will be used
|
||||
- Otherwise, the application compact logo will be used~~',
|
||||
'Class:ActionNewsroom/Attribute:message' => 'Message~~',
|
||||
'Class:ActionNewsroom/Attribute:message+' => '~~',
|
||||
'Class:ActionNewsroom/Attribute:message+' => 'Contents of the news, in Markdown format not HTML. Can contain placeholders like:
|
||||
- $this->attribute_code$ any attribute of the object triggering the notification,
|
||||
- $this->hyperlink()$ hyperlink in the backoffice to the object triggering the notification,
|
||||
- $this->hyperlink(portal)$ hyperlink in the portal to the object triggering the notification,
|
||||
- $this->attribute_external_key->attribute$ recursive syntax for any remote attribute,
|
||||
- $current_contact->attribute$ attribute of the Person who triggered the notification~~',
|
||||
'Class:ActionNewsroom/Attribute:priority' => 'Priority~~',
|
||||
'Class:ActionNewsroom/Attribute:priority+' => '~~',
|
||||
'Class:ActionNewsroom/Attribute:priority/Value:1' => 'Critical~~',
|
||||
@@ -135,13 +142,13 @@ If omitted the From (label) is used.~~',
|
||||
'Class:ActionNewsroom/Attribute:priority/Value:4' => 'Standard~~',
|
||||
'Class:ActionNewsroom/Attribute:priority/Value:4+' => 'Standard~~',
|
||||
'Class:ActionNewsroom/Attribute:recipients' => 'Recipients~~',
|
||||
'Class:ActionNewsroom/Attribute:recipients+' => '~~',
|
||||
'Class:ActionNewsroom/Attribute:recipients+' => 'An OQL query returning Contact objects~~',
|
||||
'Class:ActionNewsroom/Attribute:test_recipient_id' => 'Test recipient~~',
|
||||
'Class:ActionNewsroom/Attribute:test_recipient_id+' => 'Person used instead of Recipients when notification is being tested~~',
|
||||
'Class:ActionNewsroom/Attribute:title' => 'Title~~',
|
||||
'Class:ActionNewsroom/Attribute:title+' => '~~',
|
||||
'Class:ActionNewsroom/Attribute:title+' => 'Title of the news. Can contain placeholders like $this->attribute_code$~~',
|
||||
'Class:ActionNewsroom/Attribute:url' => 'URL~~',
|
||||
'Class:ActionNewsroom/Attribute:url+' => '~~',
|
||||
'Class:ActionNewsroom/Attribute:url+' => 'If empty, the URL will point to the object triggering the notification. But you can also specify a custom URL.~~',
|
||||
'Class:ActionNotification' => 'Upozornění',
|
||||
'Class:ActionNotification+' => 'Upozornění (abstraktní)',
|
||||
'Class:AsyncSendEmail' => 'Email (asynchronní)',
|
||||
|
||||
Reference in New Issue
Block a user