mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 13:38:44 +02:00
61 lines
2.9 KiB
PHP
61 lines
2.9 KiB
PHP
<?php
|
||
// Copyright (C) 2010-2023 Combodo SARL
|
||
//
|
||
// This file is part of iTop.
|
||
//
|
||
// iTop is free software; you can redistribute it and/or modify
|
||
// it under the terms of the GNU Affero General Public License as published by
|
||
// the Free Software Foundation, either version 3 of the License, or
|
||
// (at your option) any later version.
|
||
//
|
||
// iTop is distributed in the hope that it will be useful,
|
||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
// GNU Affero General Public License for more details.
|
||
//
|
||
// You should have received a copy of the GNU Affero General Public License
|
||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||
/**
|
||
* @author Benjamin Planque <benjamin.planque@combodo.com>
|
||
* @copyright Copyright (C) 2010-2023 Combodo SARL
|
||
* @license http://opensource.org/licenses/AGPL-3.0
|
||
*/
|
||
//////////////////////////////////////////////////////////////////////
|
||
// Note: The classes have been grouped by categories: bizmodel
|
||
//////////////////////////////////////////////////////////////////////
|
||
//////////////////////////////////////////////////////////////////////
|
||
// Classes in 'bizmodel'
|
||
//////////////////////////////////////////////////////////////////////
|
||
//
|
||
//
|
||
// Class: lnkFunctionalCIToTicket
|
||
//
|
||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||
'Class:lnkFunctionalCIToTicket' => 'Связь Функциональная КЕ/Тикет',
|
||
'Class:lnkFunctionalCIToTicket+' => '',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Тикет',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Тикет',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_title' => 'Название тикета',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_title+' => '',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'КЕ',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'КЕ',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Влияние (текст)',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Влияние',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Добавлено вручную',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Вычислено',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Не влияет',
|
||
));
|
||
|
||
//
|
||
// Class: FunctionalCI
|
||
//
|
||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||
'Class:FunctionalCI/Attribute:tickets_list' => 'Тикеты',
|
||
'Class:FunctionalCI/Attribute:tickets_list+' => 'Связанные тикеты',
|
||
));
|