mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
🌐 Dictionaries update
This commit is contained in:
@@ -23,3 +23,40 @@
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
// Dictionary entries go here
|
||||
));
|
||||
|
||||
//
|
||||
// Class: NASFileSystem
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:NASFileSystem/Attribute:org_id' => 'Org id~~',
|
||||
'Class:NASFileSystem/Attribute:org_id+' => '~~',
|
||||
'Class:NASFileSystem/Attribute:location_id' => 'Location id~~',
|
||||
'Class:NASFileSystem/Attribute:location_id+' => '~~',
|
||||
'Class:NASFileSystem/Attribute:location_name' => 'Location name~~',
|
||||
'Class:NASFileSystem/Attribute:location_name+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: FiberChannelInterface
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:FiberChannelInterface/Attribute:org_id' => 'Org id~~',
|
||||
'Class:FiberChannelInterface/Attribute:org_id+' => '~~',
|
||||
'Class:FiberChannelInterface/Attribute:location_id' => 'Location id~~',
|
||||
'Class:FiberChannelInterface/Attribute:location_id+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: LogicalVolume
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:LogicalVolume/Attribute:org_id' => 'Org id~~',
|
||||
'Class:LogicalVolume/Attribute:org_id+' => '~~',
|
||||
'Class:LogicalVolume/Attribute:location_id' => 'Location id~~',
|
||||
'Class:LogicalVolume/Attribute:location_id+' => '~~',
|
||||
'Class:LogicalVolume/Attribute:location_name' => 'Location name~~',
|
||||
'Class:LogicalVolume/Attribute:location_name+' => '~~',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user