mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 00:02:17 +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
|
||||
|
||||
/**
|
||||
* Spanish Localized data
|
||||
*
|
||||
@@ -7,7 +8,7 @@
|
||||
* @author Miguel Turrubiates <miguel_tf@yahoo.com>
|
||||
* @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', [
|
||||
'UI:NotificationsCenter:Page:Title' => 'Centro de notificaciones',
|
||||
'UI:NotificationsCenter:Panel:Title' => 'Centro de notificaciones',
|
||||
'UI:NotificationsCenter:Panel:SubTitle' => 'Gestionar las notificaciones que ha recibido: cancelar la suscripción o limitarlas a un solo canal',
|
||||
@@ -19,4 +20,4 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
'UI:NotificationsCenter:Subscribe:Error' => 'Se produjo un error al suscribirse a las notificaciones seleccionadas.',
|
||||
'UI:NotificationsCenter:Channel:OutOf:Text' => '%1$s de %2$s',
|
||||
'UI:NotificationsCenter:Advanced:Input:Label' => '%1$s: %2$s',
|
||||
));
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user