164 lines
10 KiB
Perl
164 lines
10 KiB
Perl
# --
|
|
# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/
|
|
# --
|
|
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
|
|
# the enclosed file COPYING for license information (GPL). If you
|
|
# did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
|
|
# --
|
|
|
|
package Kernel::Language::fr_ITSMIncidentProblemManagement;
|
|
|
|
use strict;
|
|
use warnings;
|
|
use utf8;
|
|
|
|
sub Data {
|
|
my $Self = shift;
|
|
|
|
# Template: AgentTicketOverviewMedium
|
|
$Self->{Translation}->{'Criticality'} = 'Criticité';
|
|
$Self->{Translation}->{'Impact'} = 'Impact';
|
|
|
|
# JS Template: ServiceIncidentState
|
|
$Self->{Translation}->{'Service Incident State'} = 'État d\'incident du service';
|
|
|
|
# Perl Module: Kernel/Output/HTML/FilterElementPost/ITSMIncidentProblemManagement.pm
|
|
$Self->{Translation}->{'Link ticket'} = 'Lier le ticket';
|
|
$Self->{Translation}->{'Change Decision of %s%s%s'} = 'Modifier la décision de %s %s %s';
|
|
$Self->{Translation}->{'Change ITSM fields of %s%s%s'} = 'Modifier les champs ITSM de %s %s %s';
|
|
|
|
# Perl Module: var/packagesetup/ITSMIncidentProblemManagement.pm
|
|
$Self->{Translation}->{'Review Required'} = 'Revue requise';
|
|
$Self->{Translation}->{'Decision Result'} = 'Résultat de la décision';
|
|
$Self->{Translation}->{'Approved'} = 'Approuvé';
|
|
$Self->{Translation}->{'Postponed'} = 'Reporté';
|
|
$Self->{Translation}->{'Pre-approved'} = 'Pré-approuvé';
|
|
$Self->{Translation}->{'Rejected'} = 'Rejeté';
|
|
$Self->{Translation}->{'Repair Start Time'} = 'Date de début de réparation';
|
|
$Self->{Translation}->{'Recovery Start Time'} = 'Date de début de retour à la normale';
|
|
$Self->{Translation}->{'Decision Date'} = 'Date de décision';
|
|
$Self->{Translation}->{'Due Date'} = 'Échéance';
|
|
|
|
# Database XML Definition: ITSMIncidentProblemManagement.sopm
|
|
$Self->{Translation}->{'closed with workaround'} = 'Fermé avec contournement';
|
|
|
|
# SysConfig
|
|
$Self->{Translation}->{'Add a decision!'} = 'Ajouter une décision';
|
|
$Self->{Translation}->{'Additional ITSM Fields'} = 'Champs ITSM additionnels';
|
|
$Self->{Translation}->{'Additional ITSM ticket fields.'} = 'Champs ITSM additionnels.';
|
|
$Self->{Translation}->{'Allows adding notes in the additional ITSM field screen of the agent interface.'} =
|
|
'Autoriser l\'ajout de notes dans les champs ITSM additionnels sur l\'interface opérateur.';
|
|
$Self->{Translation}->{'Allows adding notes in the decision screen of the agent interface.'} =
|
|
'Autoriser l\'ajout de notes dans les champs ITSM additionnels sur l\'interface de décision.';
|
|
$Self->{Translation}->{'Allows defining new types for ticket (if ticket type feature is enabled).'} =
|
|
'Autoriser la modification du type de ticket (si la fonctionnalité est activée).';
|
|
$Self->{Translation}->{'Change the ITSM fields!'} = 'Modifiez les champs ITSM !';
|
|
$Self->{Translation}->{'Decision'} = 'Décision';
|
|
$Self->{Translation}->{'Defines if a ticket lock is required in the additional ITSM field screen of the agent interface (if the ticket isn\'t locked yet, the ticket gets locked and the current agent will be set automatically as its owner).'} =
|
|
'';
|
|
$Self->{Translation}->{'Defines if a ticket lock is required in the decision screen of the agent interface (if the ticket isn\'t locked yet, the ticket gets locked and the current agent will be set automatically as its owner).'} =
|
|
'';
|
|
$Self->{Translation}->{'Defines if the service incident state should be shown during service selection in the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Defines the default body of a note in the additional ITSM field screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Defines the default body of a note in the decision screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Defines the default next state of a ticket after adding a note, in the additional ITSM field screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Defines the default next state of a ticket after adding a note, in the decision screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Defines the default subject of a note in the additional ITSM field screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Defines the default subject of a note in the decision screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Defines the default ticket priority in the additional ITSM field screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Defines the default ticket priority in the decision screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Defines the history comment for the additional ITSM field screen action, which gets used for ticket history.'} =
|
|
'';
|
|
$Self->{Translation}->{'Defines the history comment for the decision screen action, which gets used for ticket history.'} =
|
|
'';
|
|
$Self->{Translation}->{'Defines the history type for the additional ITSM field screen action, which gets used for ticket history.'} =
|
|
'';
|
|
$Self->{Translation}->{'Defines the history type for the decision screen action, which gets used for ticket history.'} =
|
|
'';
|
|
$Self->{Translation}->{'Defines the next state of a ticket after adding a note, in the additional ITSM field screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Defines the next state of a ticket after adding a note, in the decision screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Dynamic fields shown in the additional ITSM field screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Dynamic fields shown in the decision screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Dynamic fields shown in the ticket zoom screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Enables the stats module to generate statistics about the average of ITSM ticket first level solution rate.'} =
|
|
'';
|
|
$Self->{Translation}->{'Enables the stats module to generate statistics about the average of ITSM ticket solution.'} =
|
|
'';
|
|
$Self->{Translation}->{'If a note is added by an agent, sets the state of a ticket in the additional ITSM field screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'If a note is added by an agent, sets the state of a ticket in the decision screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Modifies the display order of the dynamic field ITSMImpact and other things.'} =
|
|
'';
|
|
$Self->{Translation}->{'Module to dynamically show the service incident state and to calculate the priority.'} =
|
|
'';
|
|
$Self->{Translation}->{'Required permissions to use the additional ITSM field screen in the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Required permissions to use the decision screen in the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Service Incident State and Priority Calculation'} = '';
|
|
$Self->{Translation}->{'Sets the service in the additional ITSM field screen of the agent interface (Ticket::Service needs to be activated).'} =
|
|
'';
|
|
$Self->{Translation}->{'Sets the service in the decision screen of the agent interface (Ticket::Service needs to be activated).'} =
|
|
'';
|
|
$Self->{Translation}->{'Sets the service in the ticket priority screen of a zoomed ticket in the agent interface (Ticket::Service needs to be activated).'} =
|
|
'';
|
|
$Self->{Translation}->{'Sets the ticket owner in the additional ITSM field screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Sets the ticket owner in the decision screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Sets the ticket responsible in the additional ITSM field screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Sets the ticket responsible in the decision screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Sets the ticket type in the additional ITSM field screen of the agent interface (Ticket::Type needs to be activated).'} =
|
|
'';
|
|
$Self->{Translation}->{'Sets the ticket type in the decision screen of the agent interface (Ticket::Type needs to be activated).'} =
|
|
'';
|
|
$Self->{Translation}->{'Sets the ticket type in the ticket priority screen of a zoomed ticket in the agent interface (Ticket::Type needs to be activated).'} =
|
|
'';
|
|
$Self->{Translation}->{'Shows a link in the menu to change the decision of a ticket in its zoom view of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Shows a link in the menu to modify additional ITSM fields in the ticket zoom view of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Shows a list of all the involved agents on this ticket, in the additional ITSM field screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Shows a list of all the involved agents on this ticket, in the decision screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Shows a list of all the possible agents (all agents with note permissions on the queue/ticket) to determine who should be informed about this note, in the additional ITSM field screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Shows a list of all the possible agents (all agents with note permissions on the queue/ticket) to determine who should be informed about this note, in the decision screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Shows the ticket priority options in the additional ITSM field screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Shows the ticket priority options in the decision screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Shows the title fields in the additional ITSM field screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Shows the title fields in the decision screen of the agent interface.'} =
|
|
'';
|
|
$Self->{Translation}->{'Ticket decision.'} = 'Décision du ticket.';
|
|
|
|
|
|
push @{ $Self->{JavaScriptStrings} // [] }, (
|
|
'Service Incident State',
|
|
);
|
|
|
|
}
|
|
|
|
1;
|