N°3861 - Dictionaries: Replace usages of hardcoded "iTop" string by ITOP_APPLICATION_SHORT constant

This commit is contained in:
Molkobain
2022-01-26 10:28:47 +01:00
parent 468de06fe1
commit cc5f7608e3
12 changed files with 46 additions and 46 deletions

View File

@@ -705,9 +705,9 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Class:SynchroDataSource/Attribute:notify_contact_id' => '通知する連絡先',
'Class:SynchroDataSource/Attribute:notify_contact_id+' => 'エラーが発生した場合に通知する連絡先。',
'Class:SynchroDataSource/Attribute:url_icon' => 'アイコンのハイパーリンク',
'Class:SynchroDataSource/Attribute:url_icon+' => 'iTopが同期されたアプリケーションを示すハイパーリンク(小さな)イメージ',
'Class:SynchroDataSource/Attribute:url_icon+' => ITOP_APPLICATION_SHORT.'が同期されたアプリケーションを示すハイパーリンク(小さな)イメージ',
'Class:SynchroDataSource/Attribute:url_application' => 'アプリケーションのハイパーリンク',
'Class:SynchroDataSource/Attribute:url_application+' => 'iTopが同期化された外部アプリケーションのiTopオブジェクトへのハイパーリンク(該当する場合)。可能なプレースホルダ: $this->attribute$ and $replica->primary_key$',
'Class:SynchroDataSource/Attribute:url_application+' => ITOP_APPLICATION_SHORT.'が同期化された外部アプリケーションの'.ITOP_APPLICATION_SHORT.'オブジェクトへのハイパーリンク(該当する場合)。可能なプレースホルダ: $this->attribute$ and $replica->primary_key$',
'Class:SynchroDataSource/Attribute:reconciliation_policy' => '調整ポリシー',
'Class:SynchroDataSource/Attribute:full_load_periodicity' => '全データロードの間隔',
'Class:SynchroDataSource/Attribute:full_load_periodicity+' => '全データの完全な再ロードを最低ここに指定されている間隔で行う必要があります。',