N°8796 - Add PHP code style validation in iTop and extensions - format whole code base

This commit is contained in:
odain
2025-11-07 15:39:53 +01:00
parent 12f23113f5
commit 890a2568c8
2110 changed files with 53099 additions and 63885 deletions

View File

@@ -1,17 +1,18 @@
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*
*/
/**
* @author LinProfs <info@linprofs.com>
* @author Jeffrey Bostoen <info@jeffreybostoen.be> (2018 - 2022)
* @author Thomas Casteleyn <thomas.casteleyn@super-visions.com>
*/
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:Ticket' => 'Ticket',
'Class:Ticket+' => '',
'Class:Ticket/Attribute:ref' => 'Nummer',
@@ -63,14 +64,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Afgesloten',
'Class:Ticket/Attribute:operational_status/Value:closed+' => '',
'Ticket:ImpactAnalysis' => 'Impactanalyse',
));
]);
//
// Class: lnkContactToTicket
//
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:lnkContactToTicket' => 'Link Contact / Ticket',
'Class:lnkContactToTicket+' => '',
'Class:lnkContactToTicket/Name' => '%1$s / %2$s',
@@ -90,13 +90,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Manueel toegevoegd',
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Automatisch afgeleid',
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Niet verwittigen',
));
]);
//
// Class: WorkOrder
//
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:WorkOrder' => 'Werkopdracht',
'Class:WorkOrder+' => '',
'Class:WorkOrder/Attribute:name' => 'Naam',
@@ -129,11 +129,10 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Class:WorkOrder/Attribute:log+' => '',
'Class:WorkOrder/Stimulus:ev_close' => 'Sluiten',
'Class:WorkOrder/Stimulus:ev_close+' => '',
));
]);
// Fieldset translation
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Ticket:baseinfo' => 'Globale informatie',
'Ticket:date' => 'Data',
'Ticket:contact' => 'Contacten',
@@ -223,14 +222,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Doel gebaseerd op een SLT (TTO)',
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve',
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Doel gebaseerd op een SLT (TTR)',
));
]);
//
// Class: Ticket
//
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:Ticket/Attribute:team_email' => 'Team email~~',
'Class:Ticket/Attribute:team_email+' => '~~',
));
]);