mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
Injectable methods: labels/descriptions given in the dictionary
SVN:trunk[3466]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2012 Combodo SARL
|
||||
// Copyright (C) 2010-2014 Combodo SARL
|
||||
//
|
||||
// This file is part of iTop.
|
||||
//
|
||||
@@ -237,7 +237,7 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Incident/Stimulus:ev_reopen' => 'Re-open',
|
||||
'Class:Incident/Stimulus:ev_reopen+' => '',
|
||||
'Class:Incident/Error:CannotAssignParentIncidentIdToSelf' => 'Cannot assign the Parent incident to the incident itself',
|
||||
|
||||
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets',
|
||||
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info',
|
||||
));
|
||||
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2012 Combodo SARL
|
||||
// Copyright (C) 2010-2014 Combodo SARL
|
||||
//
|
||||
// This file is part of iTop.
|
||||
//
|
||||
@@ -218,5 +218,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Incidents ouverts par statut',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Incidents ouverts par agent',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Incidents ouverts par client',
|
||||
|
||||
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets (résoudre les tickets fils)',
|
||||
'Class:Incident/Method:ResolveChildTickets+' => 'Cascader l\'action de résolution du ticket (ev_autoresolve) vers les requêtes et incidents fils, et aligner les caractéristiques suivantes : service, équipe, agent, information de résolution',
|
||||
));
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user