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,13 +1,14 @@
<?php
/**
* Spanish Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
* @author Miguel Turrubiates <miguel_tf@yahoo.com>
* @notas Utilizar codificación UTF-8 para mostrar acentos y otros caracteres especiales
* @notas Utilizar codificación UTF-8 para mostrar acentos y otros caracteres especiales
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'Class:Ticket' => 'Ticket',
'Class:Ticket+' => 'Ticket',
'Class:Ticket/Attribute:ref' => 'Ref',
@@ -59,14 +60,13 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Cerrado',
'Class:Ticket/Attribute:operational_status/Value:closed+' => 'Cerrado',
'Ticket:ImpactAnalysis' => 'Análisis de Impacto',
));
]);
//
// Class: lnkContactToTicket
//
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'Class:lnkContactToTicket' => 'Relación Contacto y Ticket',
'Class:lnkContactToTicket+' => 'Relación Contacto y Ticket',
'Class:lnkContactToTicket/Name' => '%1$s / %2$s',
@@ -86,13 +86,13 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Agregado Manualmente',
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Calculado',
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'No notificar',
));
]);
//
// Class: WorkOrder
//
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'Class:WorkOrder' => 'Orden de Trabajo',
'Class:WorkOrder+' => 'Orden de Trabajo',
'Class:WorkOrder/Attribute:name' => 'Nombre',
@@ -125,11 +125,10 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
'Class:WorkOrder/Attribute:log+' => 'Bitácora',
'Class:WorkOrder/Stimulus:ev_close' => 'Cerrar',
'Class:WorkOrder/Stimulus:ev_close+' => 'Cerrar',
));
]);
// Fieldset translation
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'Ticket:baseinfo' => 'Información General',
'Ticket:date' => 'Fechas',
'Ticket:contact' => 'Contactos',
@@ -219,14 +218,13 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Objetivo basado en SLT de tipo TTO',
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Tiempo a Resolución',
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Objetivo basado en SLT de tipo TTR',
));
]);
//
// Class: Ticket
//
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'Class:Ticket/Attribute:team_email' => 'Team email~~',
'Class:Ticket/Attribute:team_email+' => '~~',
));
]);