mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
48 lines
1.3 KiB
PHP
48 lines
1.3 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
* @author Vladimir Kunin <v.b.kunin@gmail.com>
|
|
*
|
|
*/
|
|
//
|
|
// Fieldsets for Virtualization classes
|
|
//
|
|
|
|
Dict::Add('RU RU', 'Russian', 'Русский', [
|
|
'Virtualization:baseinfo' => 'General~~',
|
|
'Virtualization:moreinfo' => 'Virtualization specifics~~',
|
|
'Virtualization:otherinfo' => 'Dates and description~~',
|
|
]);
|
|
|
|
//
|
|
// Class Cloud
|
|
//
|
|
|
|
Dict::Add('RU RU', 'Russian', 'Русский', [
|
|
'Class:Cloud/Name' => '%1$s',
|
|
'Class:Cloud/ComplementaryName' => '%1$s-%2$s',
|
|
'Class:Cloud' => 'Cloud~~',
|
|
'Class:Cloud+' => 'A Virtual Host operated by a Cloud provider. It can host Virtual Machines and Container Hosts.~~',
|
|
'Class:Cloud/Attribute:logo' => 'Logo~~',
|
|
'Class:Cloud/Attribute:logo+' => 'Used as object icon when this Cloud is displayed within impact analysis graphs~~',
|
|
'Class:Cloud/Attribute:provider_id+' => 'Who provides the cloud~~',
|
|
'Class:Cloud/Attribute:location_id' => 'Location~~',
|
|
'Class:Cloud/Attribute:location_id+' => 'Where is located the cloud~~',
|
|
]);
|
|
|
|
//
|
|
// Class: LogicalInterface
|
|
//
|
|
|
|
Dict::Add('RU RU', 'Russian', 'Русский', [
|
|
'Class:LogicalInterface/Attribute:org_id' => 'Organization~~',
|
|
'Class:LogicalInterface/Attribute:org_id+' => '~~',
|
|
]);
|