N°1047 - Replace hard coded 'iTop' occurrences with ITOP_APPLICATION_SHORT

This commit is contained in:
Molkobain
2021-08-14 22:43:29 +02:00
parent 0b81601699
commit 58e35ea33b
110 changed files with 708 additions and 708 deletions

View File

@@ -712,9 +712,9 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Class:SynchroDataSource/Attribute:notify_contact_id' => 'Contact to notify~~',
'Class:SynchroDataSource/Attribute:notify_contact_id+' => 'Contact to notify in case of error~~',
'Class:SynchroDataSource/Attribute:url_icon' => 'Icon\'s hyperlink~~',
'Class:SynchroDataSource/Attribute:url_icon+' => 'Hyperlink a (small) image representing the application with which iTop is synchronized~~',
'Class:SynchroDataSource/Attribute:url_icon+' => 'Hyperlink a (small) image representing the application with which '.ITOP_APPLICATION_SHORT.' is synchronized~~',
'Class:SynchroDataSource/Attribute:url_application' => 'Application\'s hyperlink~~',
'Class:SynchroDataSource/Attribute:url_application+' => 'Hyperlink to the iTop object in the external application with which iTop is synchronized (if applicable). Possible placeholders: $this->attribute$ and $replica->primary_key$~~',
'Class:SynchroDataSource/Attribute:url_application+' => 'Hyperlink to the '.ITOP_APPLICATION_SHORT.' object in the external application with which '.ITOP_APPLICATION_SHORT.' is synchronized (if applicable). Possible placeholders: $this->attribute$ and $replica->primary_key$~~',
'Class:SynchroDataSource/Attribute:reconciliation_policy' => 'Reconciliation policy~~',
'Class:SynchroDataSource/Attribute:full_load_periodicity' => 'Full load interval~~',
'Class:SynchroDataSource/Attribute:full_load_periodicity+' => 'A complete reload of all data must occur at least as often as specified here~~',