mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3861 - Dictionaries: Replace usages of hardcoded "iTop" string by ITOP_APPLICATION_SHORT constant
This commit is contained in:
@@ -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+' => '全データの完全な再ロードを最低ここに指定されている間隔で行う必要があります。',
|
||||
|
||||
Reference in New Issue
Block a user