mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
62 lines
2.9 KiB
PHP
62 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('DE DE', 'German', 'Deutsch', array(
|
|
'Class:lnkFunctionalCIToTicket' => 'Verknüpfung FunctionalCI/Ticket',
|
|
'Class:lnkFunctionalCIToTicket+' => '',
|
|
'Class:lnkFunctionalCIToTicket/Name' => '%1$s / %2$s',
|
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket',
|
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '',
|
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Referenz',
|
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
|
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_title' => 'Tickettitel',
|
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_title+' => '',
|
|
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'CI',
|
|
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '',
|
|
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'CI-Name',
|
|
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
|
|
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Auswirkung (Text)',
|
|
'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '',
|
|
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Auswirkung',
|
|
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Manuell hinzugefügt',
|
|
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Berechnet',
|
|
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Nicht betroffen',
|
|
));
|
|
|
|
//
|
|
// Class: FunctionalCI
|
|
//
|
|
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
|
'Class:FunctionalCI/Attribute:tickets_list' => 'Tickets',
|
|
'Class:FunctionalCI/Attribute:tickets_list+' => 'Alle Ticket, die mit diesem CI verknüpft sind',
|
|
));
|