mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-22 00:32:16 +02:00
N°8142 - User Request and Incident menu label standardisation
This commit is contained in:
@@ -31,15 +31,15 @@ Dict::Add('EN US', 'English', 'English', [
|
||||
'Menu:NewIncident+' => 'Create a new incident ticket',
|
||||
'Menu:SearchIncidents' => 'Search for incidents',
|
||||
'Menu:SearchIncidents+' => 'Search for incident tickets',
|
||||
'Menu:Incident:Shortcuts' => 'Shortcuts',
|
||||
'Menu:Incident:Shortcuts' => 'Incidents',
|
||||
'Menu:Incident:Shortcuts+' => '',
|
||||
'Menu:Incident:MyIncidents' => 'Incidents assigned to me',
|
||||
'Menu:Incident:MyIncidents+' => 'Incidents assigned to me (as Agent)',
|
||||
'Menu:Incident:MySupportIncidents' => 'My support incidents',
|
||||
'Menu:Incident:MyIncidents' => 'Assigned to me',
|
||||
'Menu:Incident:MyIncidents+' => 'Incidents assigned to me (as an Agent)',
|
||||
'Menu:Incident:MySupportIncidents' => 'Reported by me',
|
||||
'Menu:Incident:MySupportIncidents+' => 'Non closed incidents where I am the caller',
|
||||
'Menu:Incident:EscalatedIncidents' => 'Escalated incidents',
|
||||
'Menu:Incident:EscalatedIncidents+' => 'Incident which are under escalation, by status or flag',
|
||||
'Menu:Incident:OpenIncidents' => 'All open incidents',
|
||||
'Menu:Incident:EscalatedIncidents' => 'Under escalation',
|
||||
'Menu:Incident:EscalatedIncidents+' => 'Incident which are under escalation, by status or hot flag',
|
||||
'Menu:Incident:OpenIncidents' => 'Open',
|
||||
'Menu:Incident:OpenIncidents+' => 'All incidents that are not closed',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => 'Last 14 days incident per priority',
|
||||
'UI-IncidentManagementOverview-Last-14-days' => 'Last 14 days number of incidents',
|
||||
|
||||
@@ -19,15 +19,15 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Menu:NewIncident+' => 'Créer un nouveau ticket d\'incident',
|
||||
'Menu:SearchIncidents' => 'Rechercher des incidents',
|
||||
'Menu:SearchIncidents+' => 'Rechercher parmi les tickets d\'incidents',
|
||||
'Menu:Incident:Shortcuts' => 'Raccourcis',
|
||||
'Menu:Incident:Shortcuts' => 'Incidents',
|
||||
'Menu:Incident:Shortcuts+' => '',
|
||||
'Menu:Incident:MyIncidents' => 'Mes incidents à traiter',
|
||||
'Menu:Incident:MyIncidents' => 'Qui me sont assignés',
|
||||
'Menu:Incident:MyIncidents+' => 'Les tickets d\'incident en cours qui me sont assignés',
|
||||
'Menu:Incident:MySupportIncidents' => 'Les incidents que j\'ai remontés',
|
||||
'Menu:Incident:MySupportIncidents' => 'Que j\'ai remontés',
|
||||
'Menu:Incident:MySupportIncidents+' => 'Les incidents en cours dont je suis le demandeur',
|
||||
'Menu:Incident:EscalatedIncidents' => 'Incidents en cours d\'escalade',
|
||||
'Menu:Incident:EscalatedIncidents' => 'En escalade',
|
||||
'Menu:Incident:EscalatedIncidents+' => 'Ticket d\'incident en cours d\'escalade ou à surveiller',
|
||||
'Menu:Incident:OpenIncidents' => 'Incidents ouverts',
|
||||
'Menu:Incident:OpenIncidents' => 'En cours',
|
||||
'Menu:Incident:OpenIncidents+' => 'Tous les tickets d\'incident ouverts',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => 'Incidents des 14 derniers jours par priorité',
|
||||
'UI-IncidentManagementOverview-Last-14-days' => 'Incidents des 14 derniers jours',
|
||||
|
||||
Reference in New Issue
Block a user