mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
N°8796 - Add PHP code style validation in iTop and extensions - format whole code base
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
@@ -31,12 +32,11 @@
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
|
||||
//
|
||||
// Class: Ticket
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
Dict::Add('EN US', 'English', 'English', [
|
||||
'Class:Ticket' => 'Ticket',
|
||||
'Class:Ticket+' => '',
|
||||
'Class:Ticket/Attribute:ref' => 'Ref',
|
||||
@@ -88,14 +88,13 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Closed',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed+' => '',
|
||||
'Ticket:ImpactAnalysis' => 'Impact Analysis',
|
||||
));
|
||||
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: lnkContactToTicket
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
Dict::Add('EN US', 'English', 'English', [
|
||||
'Class:lnkContactToTicket' => 'Link Contact / Ticket',
|
||||
'Class:lnkContactToTicket+' => '',
|
||||
'Class:lnkContactToTicket/Name' => '%1$s / %2$s',
|
||||
@@ -115,13 +114,13 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Added manually',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computed',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Do not notify',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: WorkOrder
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
Dict::Add('EN US', 'English', 'English', [
|
||||
'Class:WorkOrder' => 'Work Order',
|
||||
'Class:WorkOrder+' => '',
|
||||
'Class:WorkOrder/Attribute:name' => 'Name',
|
||||
@@ -154,11 +153,10 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:WorkOrder/Attribute:log+' => '',
|
||||
'Class:WorkOrder/Stimulus:ev_close' => 'Close',
|
||||
'Class:WorkOrder/Stimulus:ev_close+' => '',
|
||||
));
|
||||
|
||||
]);
|
||||
|
||||
// Fieldset translation
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
Dict::Add('EN US', 'English', 'English', [
|
||||
'Ticket:baseinfo' => 'General Information',
|
||||
'Ticket:date' => 'Dates',
|
||||
'Ticket:contact' => 'Contacts',
|
||||
@@ -248,14 +246,13 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR',
|
||||
));
|
||||
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: Ticket
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
Dict::Add('EN US', 'English', 'English', [
|
||||
'Class:Ticket/Attribute:team_email' => 'Team email',
|
||||
'Class:Ticket/Attribute:team_email+' => '',
|
||||
));
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user