diff --git a/application/cmdbabstract.class.inc.php b/application/cmdbabstract.class.inc.php index b9f3b49a4..ae7cdac75 100644 --- a/application/cmdbabstract.class.inc.php +++ b/application/cmdbabstract.class.inc.php @@ -2533,14 +2533,13 @@ EOF $sDisplayValueForHtml = utils::EscapeHtml($sDisplayValue); // Adding tooltip so we can read the whole value when its very long (eg. URL) - $sTip = ''; + $sTip = ''; if (!empty($sDisplayValue)) { $sTip = 'data-tooltip-content="'.$sDisplayValueForHtml.'"'; - $oPage->add_ready_script( - <<add_ready_script(<< '', 'show_in_conf_sample' => false, ], + 'activity_panel.prefilter_state_changes_on_logs' => [ + 'type' => 'bool', + 'description' => 'Whether the "State changes" filter should be set by default on all log tabs.', + 'default' => false, + 'value' => false, + 'source_of_value' => '', + 'show_in_conf_sample' => false, + ], + 'activity_panel.prefilter_edits_on_logs' => [ + 'type' => 'bool', + 'description' => 'Whether the "Edits" filter should be set by default on all log tabs.', + 'default' => false, + 'value' => false, + 'source_of_value' => '', + 'show_in_conf_sample' => false, + ], 'activity_panel.show_author_name_below_entries' => [ 'type' => 'bool', 'description' => 'Whether or not to show the author friendlyname next to the date on the last entry.', diff --git a/css/backoffice/vendors/_all.scss b/css/backoffice/vendors/_all.scss index 645f655bd..bd855ea84 100644 --- a/css/backoffice/vendors/_all.scss +++ b/css/backoffice/vendors/_all.scss @@ -19,6 +19,7 @@ @import "bulma-variables-overload"; @import "../../../node_modules/bulma-scss/bulma"; @import "ckeditor"; +@import "tippy"; @import "jqueryui"; @import "jquery-multiselect"; @import "datatables"; diff --git a/css/backoffice/vendors/_tippy.scss b/css/backoffice/vendors/_tippy.scss new file mode 100644 index 000000000..9a3c0dee0 --- /dev/null +++ b/css/backoffice/vendors/_tippy.scss @@ -0,0 +1,9 @@ +/*! + * @copyright Copyright (C) 2010-2021 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + +// Allow plain text (opposite of HTML) multi-lines tooltips to be displayed correctly, otherwise it will all be on a single line. +.tippy-content { + white-space: pre-line; +} \ No newline at end of file diff --git a/datamodels/2.x/combodo-db-tools/dictionaries/cs.dict.combodo-db-tools.php b/datamodels/2.x/combodo-db-tools/dictionaries/cs.dict.combodo-db-tools.php index 2e90799d8..b13348c08 100644 --- a/datamodels/2.x/combodo-db-tools/dictionaries/cs.dict.combodo-db-tools.php +++ b/datamodels/2.x/combodo-db-tools/dictionaries/cs.dict.combodo-db-tools.php @@ -27,6 +27,8 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'DBTools:Class' => 'Class~~', 'DBTools:Title' => 'Database Maintenance Tools~~', 'DBTools:ErrorsFound' => 'Errors Found~~', + 'DBTools:Indication' => 'Important: after fixing errors in the database you\'ll have to run the analysis again as new inconsistencies will be generated~~', + 'DBTools:Disclaimer' => 'DISCLAIMER: BACKUP YOUR DATABASE BEFORE RUNNING THE FIXES~~', 'DBTools:Error' => 'Error~~', 'DBTools:Count' => 'Count~~', 'DBTools:SQLquery' => 'SQL query~~', diff --git a/datamodels/2.x/combodo-db-tools/dictionaries/da.dict.combodo-db-tools.php b/datamodels/2.x/combodo-db-tools/dictionaries/da.dict.combodo-db-tools.php index bfa0076bd..1200711d7 100644 --- a/datamodels/2.x/combodo-db-tools/dictionaries/da.dict.combodo-db-tools.php +++ b/datamodels/2.x/combodo-db-tools/dictionaries/da.dict.combodo-db-tools.php @@ -27,6 +27,8 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array( 'DBTools:Class' => 'Class~~', 'DBTools:Title' => 'Database Maintenance Tools~~', 'DBTools:ErrorsFound' => 'Errors Found~~', + 'DBTools:Indication' => 'Important: after fixing errors in the database you\'ll have to run the analysis again as new inconsistencies will be generated~~', + 'DBTools:Disclaimer' => 'DISCLAIMER: BACKUP YOUR DATABASE BEFORE RUNNING THE FIXES~~', 'DBTools:Error' => 'Error~~', 'DBTools:Count' => 'Count~~', 'DBTools:SQLquery' => 'SQL query~~', diff --git a/datamodels/2.x/combodo-db-tools/dictionaries/de.dict.combodo-db-tools.php b/datamodels/2.x/combodo-db-tools/dictionaries/de.dict.combodo-db-tools.php index 852af0bb3..2184c4f0a 100644 --- a/datamodels/2.x/combodo-db-tools/dictionaries/de.dict.combodo-db-tools.php +++ b/datamodels/2.x/combodo-db-tools/dictionaries/de.dict.combodo-db-tools.php @@ -24,6 +24,8 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( 'DBTools:Class' => 'Klasse', 'DBTools:Title' => 'Datenbankpflege-Tools', 'DBTools:ErrorsFound' => 'Fehler gefunden', + 'DBTools:Indication' => 'Important: after fixing errors in the database you\'ll have to run the analysis again as new inconsistencies will be generated~~', + 'DBTools:Disclaimer' => 'DISCLAIMER: BACKUP YOUR DATABASE BEFORE RUNNING THE FIXES~~', 'DBTools:Error' => 'Fehler', 'DBTools:Count' => 'Anzahl', 'DBTools:SQLquery' => 'SQL Query', diff --git a/datamodels/2.x/combodo-db-tools/dictionaries/es_cr.dict.combodo-db-tools.php b/datamodels/2.x/combodo-db-tools/dictionaries/es_cr.dict.combodo-db-tools.php index 43534a7c9..382eede07 100644 --- a/datamodels/2.x/combodo-db-tools/dictionaries/es_cr.dict.combodo-db-tools.php +++ b/datamodels/2.x/combodo-db-tools/dictionaries/es_cr.dict.combodo-db-tools.php @@ -27,6 +27,8 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'DBTools:Class' => 'Clase', 'DBTools:Title' => 'Herramientas de mantenimiento de base de datos~~', 'DBTools:ErrorsFound' => 'Errores encontrados', + 'DBTools:Indication' => 'Important: after fixing errors in the database you\'ll have to run the analysis again as new inconsistencies will be generated~~', + 'DBTools:Disclaimer' => 'DISCLAIMER: BACKUP YOUR DATABASE BEFORE RUNNING THE FIXES~~', 'DBTools:Error' => 'Error', 'DBTools:Count' => 'Cantidad', 'DBTools:SQLquery' => 'Consulta SQL', diff --git a/datamodels/2.x/combodo-db-tools/dictionaries/hu.dict.combodo-db-tools.php b/datamodels/2.x/combodo-db-tools/dictionaries/hu.dict.combodo-db-tools.php index ade8697cc..2b156808f 100644 --- a/datamodels/2.x/combodo-db-tools/dictionaries/hu.dict.combodo-db-tools.php +++ b/datamodels/2.x/combodo-db-tools/dictionaries/hu.dict.combodo-db-tools.php @@ -27,6 +27,8 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( 'DBTools:Class' => 'Class~~', 'DBTools:Title' => 'Database Maintenance Tools~~', 'DBTools:ErrorsFound' => 'Errors Found~~', + 'DBTools:Indication' => 'Important: after fixing errors in the database you\'ll have to run the analysis again as new inconsistencies will be generated~~', + 'DBTools:Disclaimer' => 'DISCLAIMER: BACKUP YOUR DATABASE BEFORE RUNNING THE FIXES~~', 'DBTools:Error' => 'Error~~', 'DBTools:Count' => 'Count~~', 'DBTools:SQLquery' => 'SQL query~~', diff --git a/datamodels/2.x/combodo-db-tools/dictionaries/it.dict.combodo-db-tools.php b/datamodels/2.x/combodo-db-tools/dictionaries/it.dict.combodo-db-tools.php index 5e1f26ff6..7c3549f9e 100644 --- a/datamodels/2.x/combodo-db-tools/dictionaries/it.dict.combodo-db-tools.php +++ b/datamodels/2.x/combodo-db-tools/dictionaries/it.dict.combodo-db-tools.php @@ -27,6 +27,8 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array( 'DBTools:Class' => 'Class~~', 'DBTools:Title' => 'Database Maintenance Tools~~', 'DBTools:ErrorsFound' => 'Errors Found~~', + 'DBTools:Indication' => 'Important: after fixing errors in the database you\'ll have to run the analysis again as new inconsistencies will be generated~~', + 'DBTools:Disclaimer' => 'DISCLAIMER: BACKUP YOUR DATABASE BEFORE RUNNING THE FIXES~~', 'DBTools:Error' => 'Error~~', 'DBTools:Count' => 'Count~~', 'DBTools:SQLquery' => 'SQL query~~', diff --git a/datamodels/2.x/combodo-db-tools/dictionaries/ja.dict.combodo-db-tools.php b/datamodels/2.x/combodo-db-tools/dictionaries/ja.dict.combodo-db-tools.php index 01d048664..4f375b414 100644 --- a/datamodels/2.x/combodo-db-tools/dictionaries/ja.dict.combodo-db-tools.php +++ b/datamodels/2.x/combodo-db-tools/dictionaries/ja.dict.combodo-db-tools.php @@ -27,6 +27,8 @@ Dict::Add('JA JP', 'Japanese', '日本語', array( 'DBTools:Class' => 'Class~~', 'DBTools:Title' => 'Database Maintenance Tools~~', 'DBTools:ErrorsFound' => 'Errors Found~~', + 'DBTools:Indication' => 'Important: after fixing errors in the database you\'ll have to run the analysis again as new inconsistencies will be generated~~', + 'DBTools:Disclaimer' => 'DISCLAIMER: BACKUP YOUR DATABASE BEFORE RUNNING THE FIXES~~', 'DBTools:Error' => 'Error~~', 'DBTools:Count' => 'Count~~', 'DBTools:SQLquery' => 'SQL query~~', diff --git a/datamodels/2.x/combodo-db-tools/dictionaries/nl.dict.combodo-db-tools.php b/datamodels/2.x/combodo-db-tools/dictionaries/nl.dict.combodo-db-tools.php index 91750b141..27c8e071f 100644 --- a/datamodels/2.x/combodo-db-tools/dictionaries/nl.dict.combodo-db-tools.php +++ b/datamodels/2.x/combodo-db-tools/dictionaries/nl.dict.combodo-db-tools.php @@ -29,6 +29,8 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'DBTools:Class' => 'Klasse', 'DBTools:Title' => 'Onderhoudstools voor de database~~', 'DBTools:ErrorsFound' => 'Fouten gevonden', + 'DBTools:Indication' => 'Important: after fixing errors in the database you\'ll have to run the analysis again as new inconsistencies will be generated~~', + 'DBTools:Disclaimer' => 'DISCLAIMER: BACKUP YOUR DATABASE BEFORE RUNNING THE FIXES~~', 'DBTools:Error' => 'Fout', 'DBTools:Count' => 'Aantal', 'DBTools:SQLquery' => 'SQL-query', diff --git a/datamodels/2.x/combodo-db-tools/dictionaries/pt_br.dict.combodo-db-tools.php b/datamodels/2.x/combodo-db-tools/dictionaries/pt_br.dict.combodo-db-tools.php index ded146b76..2e67800e8 100644 --- a/datamodels/2.x/combodo-db-tools/dictionaries/pt_br.dict.combodo-db-tools.php +++ b/datamodels/2.x/combodo-db-tools/dictionaries/pt_br.dict.combodo-db-tools.php @@ -27,6 +27,8 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'DBTools:Class' => 'Classe', 'DBTools:Title' => 'Manutenção da Base de Dados', 'DBTools:ErrorsFound' => 'Erros Encontrados', + 'DBTools:Indication' => 'Important: after fixing errors in the database you\'ll have to run the analysis again as new inconsistencies will be generated~~', + 'DBTools:Disclaimer' => 'DISCLAIMER: BACKUP YOUR DATABASE BEFORE RUNNING THE FIXES~~', 'DBTools:Error' => 'Erros', 'DBTools:Count' => 'Quantidade', 'DBTools:SQLquery' => 'Query SQL', diff --git a/datamodels/2.x/combodo-db-tools/dictionaries/ru.dict.combodo-db-tools.php b/datamodels/2.x/combodo-db-tools/dictionaries/ru.dict.combodo-db-tools.php index 3583a6e1a..9a84983cf 100644 --- a/datamodels/2.x/combodo-db-tools/dictionaries/ru.dict.combodo-db-tools.php +++ b/datamodels/2.x/combodo-db-tools/dictionaries/ru.dict.combodo-db-tools.php @@ -14,6 +14,8 @@ Dict::Add('RU RU', 'Russian', 'Русский', array( 'DBTools:Class' => 'Класс', 'DBTools:Title' => 'Инструменты обслуживания базы данных~~', 'DBTools:ErrorsFound' => 'Найденные ошибки', + 'DBTools:Indication' => 'Important: after fixing errors in the database you\'ll have to run the analysis again as new inconsistencies will be generated~~', + 'DBTools:Disclaimer' => 'DISCLAIMER: BACKUP YOUR DATABASE BEFORE RUNNING THE FIXES~~', 'DBTools:Error' => 'Ошибка', 'DBTools:Count' => 'Количество', 'DBTools:SQLquery' => 'SQL-запрос', diff --git a/datamodels/2.x/combodo-db-tools/dictionaries/sk.dict.combodo-db-tools.php b/datamodels/2.x/combodo-db-tools/dictionaries/sk.dict.combodo-db-tools.php index 289189bb0..29121421e 100644 --- a/datamodels/2.x/combodo-db-tools/dictionaries/sk.dict.combodo-db-tools.php +++ b/datamodels/2.x/combodo-db-tools/dictionaries/sk.dict.combodo-db-tools.php @@ -27,6 +27,8 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( 'DBTools:Class' => 'Class~~', 'DBTools:Title' => 'Database Maintenance Tools~~', 'DBTools:ErrorsFound' => 'Errors Found~~', + 'DBTools:Indication' => 'Important: after fixing errors in the database you\'ll have to run the analysis again as new inconsistencies will be generated~~', + 'DBTools:Disclaimer' => 'DISCLAIMER: BACKUP YOUR DATABASE BEFORE RUNNING THE FIXES~~', 'DBTools:Error' => 'Error~~', 'DBTools:Count' => 'Count~~', 'DBTools:SQLquery' => 'SQL query~~', diff --git a/datamodels/2.x/combodo-db-tools/dictionaries/tr.dict.combodo-db-tools.php b/datamodels/2.x/combodo-db-tools/dictionaries/tr.dict.combodo-db-tools.php index 7b6ac2adf..67c37a923 100644 --- a/datamodels/2.x/combodo-db-tools/dictionaries/tr.dict.combodo-db-tools.php +++ b/datamodels/2.x/combodo-db-tools/dictionaries/tr.dict.combodo-db-tools.php @@ -27,6 +27,8 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array( 'DBTools:Class' => 'Class~~', 'DBTools:Title' => 'Database Maintenance Tools~~', 'DBTools:ErrorsFound' => 'Errors Found~~', + 'DBTools:Indication' => 'Important: after fixing errors in the database you\'ll have to run the analysis again as new inconsistencies will be generated~~', + 'DBTools:Disclaimer' => 'DISCLAIMER: BACKUP YOUR DATABASE BEFORE RUNNING THE FIXES~~', 'DBTools:Error' => 'Error~~', 'DBTools:Count' => 'Count~~', 'DBTools:SQLquery' => 'SQL query~~', diff --git a/datamodels/2.x/combodo-db-tools/dictionaries/zh_cn.dict.combodo-db-tools.php b/datamodels/2.x/combodo-db-tools/dictionaries/zh_cn.dict.combodo-db-tools.php index 2af3c2611..52bf2315c 100644 --- a/datamodels/2.x/combodo-db-tools/dictionaries/zh_cn.dict.combodo-db-tools.php +++ b/datamodels/2.x/combodo-db-tools/dictionaries/zh_cn.dict.combodo-db-tools.php @@ -27,6 +27,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'DBTools:Class' => 'Class~~', 'DBTools:Title' => '数据库维护工具', 'DBTools:ErrorsFound' => '发现错误', + 'DBTools:Indication' => 'Important: after fixing errors in the database you\'ll have to run the analysis again as new inconsistencies will be generated~~', + 'DBTools:Disclaimer' => 'DISCLAIMER: BACKUP YOUR DATABASE BEFORE RUNNING THE FIXES~~', 'DBTools:Error' => '错误', 'DBTools:Count' => '个数', 'DBTools:SQLquery' => 'SQL 查询', diff --git a/datamodels/2.x/itop-attachments/dictionaries/zh_cn.dict.itop-attachments.php b/datamodels/2.x/itop-attachments/dictionaries/zh_cn.dict.itop-attachments.php index c18976e3b..61cde09f4 100644 --- a/datamodels/2.x/itop-attachments/dictionaries/zh_cn.dict.itop-attachments.php +++ b/datamodels/2.x/itop-attachments/dictionaries/zh_cn.dict.itop-attachments.php @@ -32,8 +32,6 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'Attachments:PreviewNotAvailable' => '该附件类型不支持预览.', 'Attachments:Error:FileTooLarge' => '上传的文件过大. %1$s', 'Attachments:Error:UploadedFileEmpty' => '收到的文件为空,无法添加. 可能是因为您发送的是空文件,或者咨询 iTop 管理员服务器磁盘是否已满. ', - - 'Attachments:Render:Icons' => '显示为图标', 'Attachments:Render:Table' => '显示为列表', 'UI:Attachments:DropYourFileHint' => '将文件拖放到此区域的任意位置', diff --git a/datamodels/2.x/itop-core-update/dictionaries/de.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/dictionaries/de.dict.itop-core-update.php index 0b0d30ff4..7e42ee5db 100644 --- a/datamodels/2.x/itop-core-update/dictionaries/de.dict.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/dictionaries/de.dict.itop-core-update.php @@ -115,3 +115,5 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( 'Class:ModuleInstallation/Attribute:version' => 'Version', 'Class:ModuleInstallation/Attribute:comment' => 'Kommentar', )); + + diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/zh_cn.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/zh_cn.dict.itop-hub-connector.php index e1ca32212..49e81b482 100644 --- a/datamodels/2.x/itop-hub-connector/dictionaries/zh_cn.dict.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/dictionaries/zh_cn.dict.itop-hub-connector.php @@ -83,3 +83,4 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'iTopHub:InstallationStatus:Version_NotInstalled' => 'Version %1$s 安装.', )); + diff --git a/datamodels/2.x/itop-portal-base/dictionaries/cs.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/dictionaries/cs.dict.itop-portal-base.php index 9ea6f33eb..1948d3439 100644 --- a/datamodels/2.x/itop-portal-base/dictionaries/cs.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/dictionaries/cs.dict.itop-portal-base.php @@ -67,6 +67,8 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array( Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'Portal:Form:Caselog:Entry:Close:Tooltip' => 'Close this entry~~', 'Portal:Form:Close:Warning' => 'Do you want to leave this form ? Data entered may be lost~~', + 'Portal:Error:ObjectCannotBeCreated' => 'Error: object cannot be created. Check associated objects and attachments before submitting again this form.~~', + 'Portal:Error:ObjectCannotBeUpdated' => 'Error: object cannot be updated. Check associated objects and attachments before submitting again this form.~~', )); // UserProfile brick diff --git a/datamodels/2.x/itop-portal-base/dictionaries/da.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/dictionaries/da.dict.itop-portal-base.php index 7525dfe77..7ad3f4fc6 100644 --- a/datamodels/2.x/itop-portal-base/dictionaries/da.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/dictionaries/da.dict.itop-portal-base.php @@ -67,6 +67,8 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array( Dict::Add('DA DA', 'Danish', 'Dansk', array( 'Portal:Form:Caselog:Entry:Close:Tooltip' => 'Close this entry~~', 'Portal:Form:Close:Warning' => 'Do you want to leave this form ? Data entered may be lost~~', + 'Portal:Error:ObjectCannotBeCreated' => 'Error: object cannot be created. Check associated objects and attachments before submitting again this form.~~', + 'Portal:Error:ObjectCannotBeUpdated' => 'Error: object cannot be updated. Check associated objects and attachments before submitting again this form.~~', )); // UserProfile brick diff --git a/datamodels/2.x/itop-portal-base/dictionaries/de.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/dictionaries/de.dict.itop-portal-base.php index 838ef3f87..fbe09de1c 100644 --- a/datamodels/2.x/itop-portal-base/dictionaries/de.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/dictionaries/de.dict.itop-portal-base.php @@ -67,6 +67,8 @@ Dict::Add('DE DE', 'German', 'Deutsch', array( Dict::Add('DE DE', 'German', 'Deutsch', array( 'Portal:Form:Caselog:Entry:Close:Tooltip' => 'Dieses Objekt schließen', 'Portal:Form:Close:Warning' => 'Soll diese Eingabemaske verlassen werden? Eingegebene Daten werden nicht gespeichert.', + 'Portal:Error:ObjectCannotBeCreated' => 'Error: object cannot be created. Check associated objects and attachments before submitting again this form.~~', + 'Portal:Error:ObjectCannotBeUpdated' => 'Error: object cannot be updated. Check associated objects and attachments before submitting again this form.~~', )); // UserProfile brick diff --git a/datamodels/2.x/itop-portal-base/dictionaries/es_cr.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/dictionaries/es_cr.dict.itop-portal-base.php index d1cb93963..18d12ddd9 100644 --- a/datamodels/2.x/itop-portal-base/dictionaries/es_cr.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/dictionaries/es_cr.dict.itop-portal-base.php @@ -67,6 +67,8 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'Portal:Form:Caselog:Entry:Close:Tooltip' => 'Close this entry~~', 'Portal:Form:Close:Warning' => 'Do you want to leave this form ? Data entered may be lost~~', + 'Portal:Error:ObjectCannotBeCreated' => 'Error: object cannot be created. Check associated objects and attachments before submitting again this form.~~', + 'Portal:Error:ObjectCannotBeUpdated' => 'Error: object cannot be updated. Check associated objects and attachments before submitting again this form.~~', )); // UserProfile brick diff --git a/datamodels/2.x/itop-portal-base/dictionaries/hu.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/dictionaries/hu.dict.itop-portal-base.php index e13da0f8f..777b9e9bc 100644 --- a/datamodels/2.x/itop-portal-base/dictionaries/hu.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/dictionaries/hu.dict.itop-portal-base.php @@ -67,6 +67,8 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( Dict::Add('HU HU', 'Hungarian', 'Magyar', array( 'Portal:Form:Caselog:Entry:Close:Tooltip' => 'Close this entry~~', 'Portal:Form:Close:Warning' => 'Do you want to leave this form ? Data entered may be lost~~', + 'Portal:Error:ObjectCannotBeCreated' => 'Error: object cannot be created. Check associated objects and attachments before submitting again this form.~~', + 'Portal:Error:ObjectCannotBeUpdated' => 'Error: object cannot be updated. Check associated objects and attachments before submitting again this form.~~', )); // UserProfile brick diff --git a/datamodels/2.x/itop-portal-base/dictionaries/it.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/dictionaries/it.dict.itop-portal-base.php index d3f1f43ca..4ed49eaeb 100644 --- a/datamodels/2.x/itop-portal-base/dictionaries/it.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/dictionaries/it.dict.itop-portal-base.php @@ -67,6 +67,8 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array( Dict::Add('IT IT', 'Italian', 'Italiano', array( 'Portal:Form:Caselog:Entry:Close:Tooltip' => 'Close this entry~~', 'Portal:Form:Close:Warning' => 'Do you want to leave this form ? Data entered may be lost~~', + 'Portal:Error:ObjectCannotBeCreated' => 'Error: object cannot be created. Check associated objects and attachments before submitting again this form.~~', + 'Portal:Error:ObjectCannotBeUpdated' => 'Error: object cannot be updated. Check associated objects and attachments before submitting again this form.~~', )); // UserProfile brick diff --git a/datamodels/2.x/itop-portal-base/dictionaries/ja.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/dictionaries/ja.dict.itop-portal-base.php index 436a36353..2e4703c87 100644 --- a/datamodels/2.x/itop-portal-base/dictionaries/ja.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/dictionaries/ja.dict.itop-portal-base.php @@ -67,6 +67,8 @@ Dict::Add('JA JP', 'Japanese', '日本語', array( Dict::Add('JA JP', 'Japanese', '日本語', array( 'Portal:Form:Caselog:Entry:Close:Tooltip' => 'Close this entry~~', 'Portal:Form:Close:Warning' => 'Do you want to leave this form ? Data entered may be lost~~', + 'Portal:Error:ObjectCannotBeCreated' => 'Error: object cannot be created. Check associated objects and attachments before submitting again this form.~~', + 'Portal:Error:ObjectCannotBeUpdated' => 'Error: object cannot be updated. Check associated objects and attachments before submitting again this form.~~', )); // UserProfile brick diff --git a/datamodels/2.x/itop-portal-base/dictionaries/nl.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/dictionaries/nl.dict.itop-portal-base.php index cc6dcf2d3..cec7ee6f9 100644 --- a/datamodels/2.x/itop-portal-base/dictionaries/nl.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/dictionaries/nl.dict.itop-portal-base.php @@ -70,6 +70,8 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array( Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'Portal:Form:Caselog:Entry:Close:Tooltip' => 'Close this entry~~', 'Portal:Form:Close:Warning' => 'Ben je zeker dat je dit venster wil sluiten? Ingevoerde gegevens kunnen verloren gaan.', + 'Portal:Error:ObjectCannotBeCreated' => 'Error: object cannot be created. Check associated objects and attachments before submitting again this form.~~', + 'Portal:Error:ObjectCannotBeUpdated' => 'Error: object cannot be updated. Check associated objects and attachments before submitting again this form.~~', )); // UserProfile brick diff --git a/datamodels/2.x/itop-portal-base/dictionaries/pt_br.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/dictionaries/pt_br.dict.itop-portal-base.php index bda7e1909..939b2c373 100644 --- a/datamodels/2.x/itop-portal-base/dictionaries/pt_br.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/dictionaries/pt_br.dict.itop-portal-base.php @@ -67,6 +67,8 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'Portal:Form:Caselog:Entry:Close:Tooltip' => 'Close this entry~~', 'Portal:Form:Close:Warning' => 'Você deseja abandonar esta página? Os dados digitados podem ser perdidos.', + 'Portal:Error:ObjectCannotBeCreated' => 'Error: object cannot be created. Check associated objects and attachments before submitting again this form.~~', + 'Portal:Error:ObjectCannotBeUpdated' => 'Error: object cannot be updated. Check associated objects and attachments before submitting again this form.~~', )); // UserProfile brick diff --git a/datamodels/2.x/itop-portal-base/dictionaries/ru.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/dictionaries/ru.dict.itop-portal-base.php index 1e08c3082..f5ff15121 100644 --- a/datamodels/2.x/itop-portal-base/dictionaries/ru.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/dictionaries/ru.dict.itop-portal-base.php @@ -76,6 +76,8 @@ Dict::Add('RU RU', 'Russian', 'Русский', array( Dict::Add('RU RU', 'Russian', 'Русский', array( 'Portal:Form:Caselog:Entry:Close:Tooltip' => 'Close this entry~~', 'Portal:Form:Close:Warning' => 'Вы действительно хотите закрыть эту форму? Введённые данные могут быть утеряны.', + 'Portal:Error:ObjectCannotBeCreated' => 'Error: object cannot be created. Check associated objects and attachments before submitting again this form.~~', + 'Portal:Error:ObjectCannotBeUpdated' => 'Error: object cannot be updated. Check associated objects and attachments before submitting again this form.~~', )); // UserProfile brick diff --git a/datamodels/2.x/itop-portal-base/dictionaries/sk.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/dictionaries/sk.dict.itop-portal-base.php index 3189d693e..b004525c3 100644 --- a/datamodels/2.x/itop-portal-base/dictionaries/sk.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/dictionaries/sk.dict.itop-portal-base.php @@ -67,6 +67,8 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( 'Portal:Form:Caselog:Entry:Close:Tooltip' => 'Close this entry~~', 'Portal:Form:Close:Warning' => 'Do you want to leave this form ? Data entered may be lost~~', + 'Portal:Error:ObjectCannotBeCreated' => 'Error: object cannot be created. Check associated objects and attachments before submitting again this form.~~', + 'Portal:Error:ObjectCannotBeUpdated' => 'Error: object cannot be updated. Check associated objects and attachments before submitting again this form.~~', )); // UserProfile brick diff --git a/datamodels/2.x/itop-portal-base/dictionaries/tr.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/dictionaries/tr.dict.itop-portal-base.php index 9c01b85e3..dfaa12ca0 100644 --- a/datamodels/2.x/itop-portal-base/dictionaries/tr.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/dictionaries/tr.dict.itop-portal-base.php @@ -67,6 +67,8 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array( Dict::Add('TR TR', 'Turkish', 'Türkçe', array( 'Portal:Form:Caselog:Entry:Close:Tooltip' => 'Close this entry~~', 'Portal:Form:Close:Warning' => 'Do you want to leave this form ? Data entered may be lost~~', + 'Portal:Error:ObjectCannotBeCreated' => 'Error: object cannot be created. Check associated objects and attachments before submitting again this form.~~', + 'Portal:Error:ObjectCannotBeUpdated' => 'Error: object cannot be updated. Check associated objects and attachments before submitting again this form.~~', )); // UserProfile brick diff --git a/datamodels/2.x/itop-portal-base/dictionaries/zh_cn.dict.itop-portal-base.php b/datamodels/2.x/itop-portal-base/dictionaries/zh_cn.dict.itop-portal-base.php index c126617d8..87b6c54da 100644 --- a/datamodels/2.x/itop-portal-base/dictionaries/zh_cn.dict.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/dictionaries/zh_cn.dict.itop-portal-base.php @@ -67,6 +67,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array( Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'Portal:Form:Caselog:Entry:Close:Tooltip' => 'Close this entry~~', 'Portal:Form:Close:Warning' => 'Do you want to leave this form ? Data entered may be lost~~', + 'Portal:Error:ObjectCannotBeCreated' => 'Error: object cannot be created. Check associated objects and attachments before submitting again this form.~~', + 'Portal:Error:ObjectCannotBeUpdated' => 'Error: object cannot be updated. Check associated objects and attachments before submitting again this form.~~', )); // UserProfile brick diff --git a/datamodels/2.x/itop-problem-mgmt/dictionaries/zh_cn.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/dictionaries/zh_cn.dict.itop-problem-mgmt.php index 7a4c10956..67891fcc6 100644 --- a/datamodels/2.x/itop-problem-mgmt/dictionaries/zh_cn.dict.itop-problem-mgmt.php +++ b/datamodels/2.x/itop-problem-mgmt/dictionaries/zh_cn.dict.itop-problem-mgmt.php @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with iTop. If not, see */ - // Dictionnay conventions // Class: // Class:+ @@ -30,12 +29,10 @@ // Class:/Attribute:/Value:+ // Class:/Stimulus: // Class:/Stimulus:+ - ////////////////////////////////////////////////////////////////////// // Classes in 'bizmodel' ////////////////////////////////////////////////////////////////////// // - // Dictionnay conventions // Class: // Class:+ @@ -45,8 +42,6 @@ // Class:/Attribute:/Value:+ // Class:/Stimulus: // Class:/Stimulus:+ - - Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'Menu:ProblemManagement' => '问题管理', 'Menu:ProblemManagement+' => '问题管理', diff --git a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/cs.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/cs.dict.itop-request-mgmt-itil.php index 2d2e76761..05390610d 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/cs.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/cs.dict.itop-request-mgmt-itil.php @@ -7,7 +7,6 @@ * * @author Lukáš Dvořák * @author Daniel Rokos */ - Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement+' => 'Helpdesk', diff --git a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/da.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/da.dict.itop-request-mgmt-itil.php index 68ff3f447..344a0857b 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/da.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/da.dict.itop-request-mgmt-itil.php @@ -6,7 +6,6 @@ /** * @author Erik Bøg **/ - Dict::Add('DA DA', 'Danish', 'Dansk', array( 'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement+' => '', diff --git a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/de.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/de.dict.itop-request-mgmt-itil.php index 2156bfb07..4edb18017 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/de.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/de.dict.itop-request-mgmt-itil.php @@ -6,7 +6,6 @@ /* * @author ITOMIG GmbH */ - Dict::Add('DE DE', 'German', 'Deutsch', array( 'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement+' => '', diff --git a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/es_cr.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/es_cr.dict.itop-request-mgmt-itil.php index d7a0b53e9..5eaaac0d6 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/es_cr.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/es_cr.dict.itop-request-mgmt-itil.php @@ -6,7 +6,6 @@ /* * @traductor Miguel Turrubiates */ - Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'Menu:RequestManagement' => 'Administración de Requerimientos', 'Menu:RequestManagement+' => 'Administración de Requerimientos', diff --git a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/fr.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/fr.dict.itop-request-mgmt-itil.php index a45b5ddbb..580b1a685 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/fr.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/fr.dict.itop-request-mgmt-itil.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - // // Class: UserRequest // diff --git a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/ja.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/ja.dict.itop-request-mgmt-itil.php index f032a93bb..d866db0e0 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/ja.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/ja.dict.itop-request-mgmt-itil.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('JA JP', 'Japanese', '日本語', array( 'Menu:RequestManagement' => 'ヘルプデスク', 'Menu:RequestManagement+' => 'ヘルプデスクk', diff --git a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/nl.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/nl.dict.itop-request-mgmt-itil.php index acca35849..425dc1f95 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/nl.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/nl.dict.itop-request-mgmt-itil.php @@ -7,7 +7,6 @@ * @author Hipska (2018, 2019) * @author Jeffrey Bostoen - (2018 - 2020) */ - Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement+' => 'Helpdesk', diff --git a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/pt_br.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/pt_br.dict.itop-request-mgmt-itil.php index 5f3d7b57c..37015823e 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/pt_br.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/pt_br.dict.itop-request-mgmt-itil.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'Menu:RequestManagement' => 'Gerenciamento Solicitações', 'Menu:RequestManagement+' => 'Gerenciamento Solicitações', diff --git a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/ru.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/ru.dict.itop-request-mgmt-itil.php index 53d2d35a7..02c2ebaec 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/ru.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/ru.dict.itop-request-mgmt-itil.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - /** * Локализация интерфейса Combodo iTop подготовлена сообществом iTop по-русски http://community.itop-itsm.ru. * diff --git a/datamodels/2.x/itop-request-mgmt/dictionaries/cs.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/dictionaries/cs.dict.itop-request-mgmt.php index 15cdb13ee..1acd0b545 100644 --- a/datamodels/2.x/itop-request-mgmt/dictionaries/cs.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/dictionaries/cs.dict.itop-request-mgmt.php @@ -7,7 +7,6 @@ * @author Lukáš Dvořák * @author Daniel Rokos */ - Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement+' => 'Helpdesk', diff --git a/datamodels/2.x/itop-request-mgmt/dictionaries/da.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/dictionaries/da.dict.itop-request-mgmt.php index b8b959cab..38a401027 100644 --- a/datamodels/2.x/itop-request-mgmt/dictionaries/da.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/dictionaries/da.dict.itop-request-mgmt.php @@ -6,7 +6,6 @@ /* * @author Erik Bøg */ - Dict::Add('DA DA', 'Danish', 'Dansk', array( 'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement+' => '', diff --git a/datamodels/2.x/itop-request-mgmt/dictionaries/de.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/dictionaries/de.dict.itop-request-mgmt.php index 46f3554ac..d9268d902 100644 --- a/datamodels/2.x/itop-request-mgmt/dictionaries/de.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/dictionaries/de.dict.itop-request-mgmt.php @@ -6,7 +6,6 @@ /* * @author ITOMIG GmbH */ - Dict::Add('DE DE', 'German', 'Deutsch', array( 'Menu:RequestManagement' => 'Helpdesk', 'Menu:RequestManagement+' => '', diff --git a/datamodels/2.x/itop-request-mgmt/dictionaries/es_cr.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/dictionaries/es_cr.dict.itop-request-mgmt.php index 4ea2b97ae..487e57434 100644 --- a/datamodels/2.x/itop-request-mgmt/dictionaries/es_cr.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/dictionaries/es_cr.dict.itop-request-mgmt.php @@ -6,7 +6,6 @@ /* * @traductor Miguel Turrubiates */ - Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'Menu:RequestManagement' => 'Administración de Requerimientos', 'Menu:RequestManagement+' => 'Administración de Requerimientos', diff --git a/datamodels/2.x/itop-request-mgmt/dictionaries/fr.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/dictionaries/fr.dict.itop-request-mgmt.php index c8ca0740f..63f42c472 100644 --- a/datamodels/2.x/itop-request-mgmt/dictionaries/fr.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/dictionaries/fr.dict.itop-request-mgmt.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - // // Class: UserRequest // diff --git a/datamodels/2.x/itop-request-mgmt/dictionaries/ja.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/dictionaries/ja.dict.itop-request-mgmt.php index 74028b6c0..e3d5fa6b8 100644 --- a/datamodels/2.x/itop-request-mgmt/dictionaries/ja.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/dictionaries/ja.dict.itop-request-mgmt.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('JA JP', 'Japanese', '日本語', array( 'Menu:RequestManagement' => 'ヘルプデスク', 'Menu:RequestManagement+' => '', diff --git a/datamodels/2.x/itop-request-mgmt/dictionaries/pt_br.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/dictionaries/pt_br.dict.itop-request-mgmt.php index d88fe1bc1..018cc7b57 100644 --- a/datamodels/2.x/itop-request-mgmt/dictionaries/pt_br.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/dictionaries/pt_br.dict.itop-request-mgmt.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'Menu:RequestManagement' => 'Gerenciamento Solicitações', 'Menu:RequestManagement+' => 'Gerenciamento Solicitações', diff --git a/datamodels/2.x/itop-request-mgmt/dictionaries/ru.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/dictionaries/ru.dict.itop-request-mgmt.php index 075d61ed1..69f23a9b8 100644 --- a/datamodels/2.x/itop-request-mgmt/dictionaries/ru.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/dictionaries/ru.dict.itop-request-mgmt.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - /** * Локализация интерфейса Combodo iTop подготовлена сообществом iTop по-русски http://community.itop-itsm.ru. * diff --git a/datamodels/2.x/itop-request-mgmt/dictionaries/zh_cn.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/dictionaries/zh_cn.dict.itop-request-mgmt.php index f1efb5e73..c276a9320 100644 --- a/datamodels/2.x/itop-request-mgmt/dictionaries/zh_cn.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/dictionaries/zh_cn.dict.itop-request-mgmt.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'Menu:RequestManagement' => '服务台', 'Menu:RequestManagement+' => '服务台', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/zh_cn.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/zh_cn.dict.itop-service-mgmt.php index 43adea118..65f4ebee4 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/zh_cn.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/zh_cn.dict.itop-service-mgmt.php @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with iTop. If not, see */ - // Dictionnay conventions // Class: // Class:+ @@ -30,8 +29,6 @@ // Class:/Attribute:/Value:+ // Class:/Stimulus: // Class:/Stimulus:+ - - Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'Menu:ServiceManagement' => '服务管理', 'Menu:ServiceManagement+' => '服务管理概况', diff --git a/datamodels/2.x/itop-sla-computation/dictionaries/zh_cn.dict.itop-sla-computation.php b/datamodels/2.x/itop-sla-computation/dictionaries/zh_cn.dict.itop-sla-computation.php index a733cc6d1..e54a0a3b5 100644 --- a/datamodels/2.x/itop-sla-computation/dictionaries/zh_cn.dict.itop-sla-computation.php +++ b/datamodels/2.x/itop-sla-computation/dictionaries/zh_cn.dict.itop-sla-computation.php @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with iTop. If not, see */ - Dict::Add('ZH CN', 'Chinese', '简体中文', array( // Dictionary entries go here )); diff --git a/datamodels/2.x/itop-storage-mgmt/dictionaries/zh_cn.dict.itop-storage-mgmt.php b/datamodels/2.x/itop-storage-mgmt/dictionaries/zh_cn.dict.itop-storage-mgmt.php index a733cc6d1..e54a0a3b5 100644 --- a/datamodels/2.x/itop-storage-mgmt/dictionaries/zh_cn.dict.itop-storage-mgmt.php +++ b/datamodels/2.x/itop-storage-mgmt/dictionaries/zh_cn.dict.itop-storage-mgmt.php @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with iTop. If not, see */ - Dict::Add('ZH CN', 'Chinese', '简体中文', array( // Dictionary entries go here )); diff --git a/datamodels/2.x/itop-structure/precompiled-themes/fullmoon/main.css b/datamodels/2.x/itop-structure/precompiled-themes/fullmoon/main.css index 3dfa01684..d3b701096 100644 --- a/datamodels/2.x/itop-structure/precompiled-themes/fullmoon/main.css +++ b/datamodels/2.x/itop-structure/precompiled-themes/fullmoon/main.css @@ -1,6 +1,6 @@ /* === SIGNATURE BEGIN === -{"variables":"d751713988987e9331980363e24189ce","stylesheets":{"fullmoon":"eac0b1faa59815a653e2d703d2d1a60b"},"variable_imports":[],"images":{"images\/tv-item.gif":"719fe2d4566108e73162fb8868d3778c","images\/tv-collapsable.gif":"63a3351ea0d580797c9b8c386aa4f48b","images\/tv-expandable.gif":"a2d1af4128e4a798a7f3390b12a28574","images\/tv-item-last.gif":"2ae7e1d9972ce71e5caa65a086bc5b7e","images\/tv-collapsable-last.gif":"71acaa9d7c2616e9e8b7131a75ca65da","images\/tv-expandable-last.gif":"9d51036b3a8102742709da66789fd0f7","images\/tv-folder.gif":"9f41e1454905fd7416f89aa4380a65e1","images\/tv-file.gif":"9ab0e28d85d8ab5eb954fc28f6ac1e80"},"utility_imports":{"..\/css\/backoffice\/utils\/_all.scss":"fd24aa07b40c91fdee1bbef15d8eacdd","..\/css\/backoffice\/utils\/variables\/_all.scss":"99c8ea993a9911a989c476405b5107e4","..\/css\/backoffice\/utils\/variables\/colors\/_all.scss":"0c9222dc5e4c46d897ba28e95946ad1b","..\/css\/backoffice\/utils\/variables\/colors\/_base-palette.scss":"2fbf92439664a9606ab84ae6c3a766f0","..\/css\/backoffice\/utils\/variables\/colors\/_semantic-palette.scss":"b0f9d89847d2ee9807fe143bdea5a6cd","..\/css\/backoffice\/utils\/variables\/colors\/_lifecycle-palette.scss":"ea06e857c5d9d442d0b3bdd66db10a7f","..\/css\/backoffice\/utils\/variables\/_border-radius.scss":"334102609a32eb78af0be65efddbe644","..\/css\/backoffice\/utils\/variables\/_depression.scss":"8870a4b14e08d8dbbc98ce833cc92faa","..\/css\/backoffice\/utils\/variables\/_elevation.scss":"09b58442b46fd3722ae9f9b9941504fb","..\/css\/backoffice\/utils\/variables\/_path.scss":"5127683357ba3375fadd33b0e5722908","..\/css\/backoffice\/utils\/variables\/_typography.scss":"15ff60a5e63801662c1e9312110efbc0","..\/css\/backoffice\/utils\/variables\/_base.scss":"16ec20f6e2b58426d269c339abd79779","..\/css\/backoffice\/utils\/mixins\/_all.scss":"afefab135bcf21daffa3022ce4529a08","..\/css\/backoffice\/utils\/helpers\/_all.scss":"f7d426dd51c135fe339b583087d7d42c","..\/css\/backoffice\/utils\/helpers\/_border-radius.scss":"4e39edeb6ee7c4ea71f3abdda49256f3","..\/css\/backoffice\/utils\/helpers\/_color.scss":"36008fe20050d3cbb0c7d4502efa9c9b","..\/css\/backoffice\/utils\/helpers\/_depression.scss":"c2a55de471513d368b9ff1c1ca6a1f62","..\/css\/backoffice\/utils\/helpers\/_elevation.scss":"797cdb5c457e83f8e4109f69bda71626","..\/css\/backoffice\/utils\/helpers\/_font-icon.scss":"139adb6b6c29d5532891665adeec5de0","..\/css\/backoffice\/utils\/helpers\/_typography.scss":"a787c5027e4bda7c290807fc34ff117f","..\/css\/backoffice\/utils\/helpers\/_misc.scss":"654d221907a569a98a03e450115f1890","..\/css\/backoffice\/vendors\/_all.scss":"bf3927dd0f3fca9a0b9f203fabd8f9f1","..\/css\/backoffice\/vendors\/_bulma-variables-overload.scss":"954c56e62cfb514c463a06ba2b8beae7","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/bulma.scss":"ac6337c71901f71b197a6628404a70fa","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_all.scss":"e374bc4ffb043b458d29e319b37fec03","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_initial-variables.scss":"527552844220a961a10b9af7b75add8b","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_functions.scss":"b39215085d7b424be74e05ae0c9a096b","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_animations.scss":"9eeec504cab94a45a597592020b7f0e7","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_mixins.scss":"6201fa9f37198a13291708785bed8c9c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_controls.scss":"d2fd10c6dc0750b99b1f40952e8a4562","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/base\/_all.scss":"22cda0b152315361269f768c4a0e08d0","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/base\/_minireset.scss":"53ee547c0bff77ba3e6353def2f8729b","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/base\/_generic.scss":"c6a82d37120ed7d2dc7a64dccac78efd","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_all.scss":"c97722cd26e014967f6bff6133d43b44","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_box.scss":"d951bc383ad44b7497e9e9b1ab0dbe9c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_button.scss":"7ab91729f48c3e49d0f6efafda6cbf6f","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_container.scss":"e4cbd75d93c57a919fd4c183ef80e4ba","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_content.scss":"4123c3d4d782cfbaaa8d4726f3a0425a","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_icon.scss":"b9900e2949eaa5a81a56ec382120cf39","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_image.scss":"4a1e324a1b4accad3e777f1bf0117089","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_notification.scss":"5573e46f01e45b1943a574ec1bdbe83c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_progress.scss":"3700aa5f4e7b0f58b932e242b3bca415","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_table.scss":"4926ed56e8c53fd01543a66c009e0812","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_tag.scss":"b09d520b88f166e2847aed34f1f391e9","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_title.scss":"ecf774ebb3ddaa9097ea7fc66f416a0c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_other.scss":"0e3571082a9629565dddb46712695756","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_all.scss":"414c51848e9f554070f97df2fe347a78","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_shared.scss":"73134a972f286fb24dc44e01ef0cf679","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_input-textarea.scss":"73e1d5c1673fdcd4c70d4a3125a3cdb5","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_checkbox-radio.scss":"c7430dbb855100ff193641bf31904ccb","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_select.scss":"c16a527986de7020f25e263943729937","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_file.scss":"c7a1351cfd94269350029a92dc7db83e","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_tools.scss":"c2bf0379d43ef365c981b38ef6bfff6c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_all.scss":"398290ce7b00255b62e0b0c3ad6e6001","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_breadcrumb.scss":"7d90b4a6fae954f3e0c5e42e8c0c452d","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_card.scss":"16ea78a5288bd6ef6f665f1617b56702","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_dropdown.scss":"1a104de77315d37b7bdbd63eb3713be3","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_level.scss":"ce9549ec67ec27e93525de339d5bca87","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_media.scss":"ce5a90fcd100550bb754911ded93b055","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_menu.scss":"95b9cf3ffaec3122b790d86b0e27d299","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_message.scss":"0eff66899482f72804bf97b54e2a1e43","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_modal.scss":"b028228728cd5d50024ec4df9a8ecad3","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_navbar.scss":"8fb55c78c7bceee235db0ce27b344ada","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_pagination.scss":"6f4118ee0348e59cb1e4352d07a913bb","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_panel.scss":"c02cac8901cd7355b3e17ff832fcc59e","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_tabs.scss":"7b1d3b07dad7d06c9845bf244bceb985","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/grid\/_all.scss":"dff17fcb0a743bc82e2f130ae638baaa","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/grid\/_columns.scss":"52a2c66125f03f8dd707837b2ae67be5","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/grid\/_tiles.scss":"c3cbb200243be1702bf3f20fc003a133","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_all.scss":"cc385355f8f6ac3947c46ac83ffb9621","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_color.scss":"acbcbb2198ae9d0ee36a471d18b6d003","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_float.scss":"1e1656cbd9628e4889ed0c669ff8d552","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_other.scss":"8ea9052a4dff7ce651cb480ae76c3537","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_overflow.scss":"724297f6af3b8ca69fd8532d36992b1f","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_position.scss":"41d70d52c4d9078622e374f96f2266c5","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_spacing.scss":"d54ad9ee813ef6a96aeb2b6b39295909","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_typography.scss":"017c280d5e0d4fe90aa54067d483c965","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_visibility.scss":"4fa33c151d85b0dd99ed1bab93185461","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/layout\/_all.scss":"cd3a2d35edc7b6d00bc65585b2b35961","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/layout\/_hero.scss":"44f9f81a58020b964b856c914c327430","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/layout\/_section.scss":"eacc632700c2257f51bdcabe7dc13d04","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/layout\/_footer.scss":"fb4c389411fcff6aacabf5e4de0c403e","..\/css\/backoffice\/vendors\/_ckeditor.scss":"0e6ee840c9fbada2d13b4918a95241c8","..\/css\/backoffice\/vendors\/_jqueryui.scss":"8733156db6be5417f9ceb3075f8840fa","..\/css\/backoffice\/vendors\/_jquery-multiselect.scss":"dc1d0d81db2d454cf3455d5ad9aafffc","..\/css\/backoffice\/vendors\/_datatables.scss":"fb07288f9f7b2c0f9722332520a96ee9","..\/css\/backoffice\/vendors\/_jquery-treeview.scss":"d962e8db308512292d1ea04d777d3761","..\/css\/backoffice\/vendors\/_jquery-blockui.scss":"7fe1b1960c47c047b5c2d1d7b14432cf","..\/css\/backoffice\/base\/_all.scss":"5a90fbde32f512506f5822ae9f5e05df","..\/css\/backoffice\/base\/_base.scss":"de2605ea6cb59fe350ee33d9714acd09","..\/css\/backoffice\/base\/_typography.scss":"6eb47d257105bd09af2c4ef2355c6dda","..\/css\/backoffice\/components\/_all.scss":"3a838df1f0e1542d78cb92a0fb296c66","..\/css\/backoffice\/components\/_alert.scss":"7fc9f0828154856191568b2a6ce6be68","..\/css\/backoffice\/components\/_button.scss":"3c40a0ce008cebaf48b2946f7d6b62a7","..\/css\/backoffice\/components\/_button-group.scss":"358f1096ffeb30e1d86a2df6c9cca347","..\/css\/backoffice\/components\/_breadcrumbs.scss":"5c09da570e7e95e581bbf6259136bc1b","..\/css\/backoffice\/components\/_collapsible-section.scss":"7eac365bc268ed2eaa76ad6f6afe8d26","..\/css\/backoffice\/components\/_quick-create.scss":"4bf080f5a61c47eaa267a135df3ad3b7","..\/css\/backoffice\/components\/_global-search.scss":"56fd8bcca905d9e168132891a261dbcb","..\/css\/backoffice\/components\/popover-menu\/_popover-menu.scss":"7bf9c17f1879407cb89fd618fece15ab","..\/css\/backoffice\/components\/popover-menu\/_popover-menu-item.scss":"600dc940298af35514f08a580e2f4b1b","..\/css\/backoffice\/components\/_newsroom-menu.scss":"13572143d252f851a0f353ad4bef2e50","..\/css\/backoffice\/components\/_panel.scss":"fff6ceea3f3fb4658fd1ad868144e3d4","..\/css\/backoffice\/components\/_modal.scss":"d41d8cd98f00b204e9800998ecf8427e","..\/css\/backoffice\/components\/dashlet\/_all.scss":"c9dd70be9f33b53701c6afc7a4749190","..\/css\/backoffice\/components\/dashlet\/_dashlet.scss":"ff28a7feb69a4fe1d7bf7b029db32db9","..\/css\/backoffice\/components\/dashlet\/_dashlet-badge.scss":"d0ab5c7d780e33cc0678ec6b62397da9","..\/css\/backoffice\/components\/dashlet\/_dashlet-header-static.scss":"746ebb209bcf98ff745d2a2844399b48","..\/css\/backoffice\/components\/dashlet\/_dashlet-header-dynamic.scss":"460760cb90b5dad96de59b7c28249637","..\/css\/backoffice\/components\/input\/_all.scss":"c8bceeb98cc73d95740ae86aaf504fcb","..\/css\/backoffice\/components\/input\/_input.scss":"489f58e58ebf24722a312fae9cc4e592","..\/css\/backoffice\/components\/input\/_input-checkbox.scss":"ad1644e915cffbee9b94012a8a17949c","..\/css\/backoffice\/components\/input\/_input-date.scss":"9322d73459bd5e9ddc9e830eb92a6c1b","..\/css\/backoffice\/components\/input\/_input-datetime.scss":"ee3f15ab1dde584bf65457bbed3668cc","..\/css\/backoffice\/components\/input\/_input-duration.scss":"6d12508069ff3ca94bfa142c4228f2cb","..\/css\/backoffice\/components\/input\/_input-image.scss":"fae0b98d530e4929f22e16bd5c7adaf1","..\/css\/backoffice\/components\/input\/_input-select.scss":"5c8dfcd6ced0449ed4403df2b16c6004","..\/css\/backoffice\/components\/input\/_input-select-icon.scss":"7356bd623ae91ac9c3df1bc2c52061ef","..\/css\/backoffice\/components\/input\/_input-string.scss":"d41d8cd98f00b204e9800998ecf8427e","..\/css\/backoffice\/components\/input\/_input-set.scss":"1b17f6ca73bf1ebaa0e0d8c7ddc7e270","..\/css\/backoffice\/components\/input\/_input-text.scss":"4c9a105fdc075fe5e554374f59b7ce5d","..\/css\/backoffice\/components\/_pill.scss":"53c3964c01406435002eafe4fd282d16","..\/css\/backoffice\/components\/_prop.scss":"2c29ce740e9301491df004baa7da78af","..\/css\/backoffice\/components\/_title.scss":"9c14ded80108baa16103656d83c0ed86","..\/css\/backoffice\/components\/_datatable.scss":"f9cd9a6c4584b11d99cf24d60856aa72","..\/css\/backoffice\/components\/_form.scss":"d5d39f9c0545b33c8055d62ef6fb5e3c","..\/css\/backoffice\/components\/_fieldset.scss":"c7ea22d096b2d42c0c7771d40ca8a2f8","..\/css\/backoffice\/components\/_field.scss":"d7678dad674ca2b47b9f731cbbf10113","..\/css\/backoffice\/components\/toolbar\/_all.scss":"12e9e9094b4f7d0ccbb4428383b6e728","..\/css\/backoffice\/components\/toolbar\/_toolbar.scss":"e7078bb37ef355ba217c1a8a9f587e1a","..\/css\/backoffice\/components\/toolbar\/_toolbar-spacer.scss":"1fcdd603b20e5848235e930014887d73","..\/css\/backoffice\/components\/toolbar\/_separator.scss":"8ca10dcc3f1d469623d0538748acd4d5","..\/css\/backoffice\/components\/_richtext.scss":"361c5ded07c8e835619bf45e10f7a602","..\/css\/backoffice\/components\/_formtable.scss":"94dc266452aeb26f6525a24f84e5e383","..\/css\/backoffice\/components\/_formtablerow.scss":"94dc266452aeb26f6525a24f84e5e383","..\/css\/backoffice\/components\/_search-form.scss":"e0d92193caa9f07bd6b1a77f4e200973","..\/css\/backoffice\/components\/_field-badge.scss":"6b17d29444a892aa1ca6b044abd8d7a4","..\/css\/backoffice\/components\/_file-select.scss":"5684f09d237002f6342ca1013b3a0344","..\/css\/backoffice\/components\/_medallion-icon.scss":"ccff061880095b8f9f40412293ac9f76","..\/css\/backoffice\/layout\/_all.scss":"0740142302cd8e2e19139b2eaf6142e9","..\/css\/backoffice\/layout\/_navigation-menu.scss":"ad7ea09411e2475a1071fb45d1e442f9","..\/css\/backoffice\/layout\/_top-bar.scss":"6b5b96df40001d1bbb14d391a0d984ef","..\/css\/backoffice\/layout\/_content.scss":"86a5f6b2f2d1a7a9b088ef59c66e03c7","..\/css\/backoffice\/layout\/tab-container\/_tab-container.scss":"af919b900ec79ffef4cbbd1065279b5e","..\/css\/backoffice\/layout\/tab-container\/_tab.scss":"742392bfd94a5a115bc144ea9aa4ff3f","..\/css\/backoffice\/layout\/multi-column\/_multi-column.scss":"e99d4afb40886d6d942c5020b288b1b8","..\/css\/backoffice\/layout\/multi-column\/_column.scss":"699fdf1bd2b84325cc27792e60463ad7","..\/css\/backoffice\/layout\/dashboard\/_all.scss":"0caa6d19d2a52396cbe3752d5bfcd6da","..\/css\/backoffice\/layout\/dashboard\/_dashboard.scss":"7c4368998b0a2b670913df7c56118edf","..\/css\/backoffice\/layout\/dashboard\/_dashboard-editor.scss":"a23f828380343f81405c188bfd53fbbf","..\/css\/backoffice\/layout\/wizard-container\/_wizard-container.scss":"6397850c8975248830a1abf177e13023","..\/css\/backoffice\/layout\/object\/_object-details.scss":"9000dd0ea72345d8ee89b3a3fe8a5ee2","..\/css\/backoffice\/layout\/activity-panel\/_all.scss":"e9a1eae6d8be777f838919d22e5e3e45","..\/css\/backoffice\/layout\/activity-panel\/_activity-panel.scss":"1b28e9c0e0e6720de56cb54d3648ae42","..\/css\/backoffice\/layout\/activity-panel\/_caselog-entry-form.scss":"bb6d49f017e9cf73b3e4ec3f7e5f1637","..\/css\/backoffice\/layout\/activity-panel\/_activity-entry.scss":"3e69044d99656baed3c57c474bf35e8c","..\/css\/backoffice\/layout\/activity-panel\/_caselog-entry.scss":"8b6fb224c4a598bd8987e5f8e32e6405","..\/css\/backoffice\/layout\/activity-panel\/_transition-entry.scss":"054a4415337e48a907cd9682e2f1ca05","..\/css\/backoffice\/layout\/activity-panel\/_edits-entry.scss":"9463d0a303d9be3a28b5feacca662b9c","..\/css\/backoffice\/layout\/activity-panel\/_notification-entry.scss":"76b7431c8953ff7db5c1a2c4218e00d1","..\/css\/backoffice\/application\/_all.scss":"c195d8a4e036571ec39869febd886bab","..\/css\/backoffice\/application\/display-block\/_all.scss":"0c62468c0c5056317dcf897070d15450","..\/css\/backoffice\/application\/display-block\/_block-csv.scss":"8698dfb104cb8986453fec80e4ef64c9","..\/css\/backoffice\/application\/tabular-fields\/_all.scss":"4f6a05c7f41b0bfd60dd91b442ff95a9","..\/css\/backoffice\/application\/tabular-fields\/_tabular-fields-selector.scss":"7bd19292fd0a4801612b9889ba7480e4","..\/css\/backoffice\/pages\/_all.scss":"84b5f499283c2d0ad35999d77d2d24ac","..\/css\/backoffice\/pages\/_base.scss":"0ddd68ed0a5c8e3a1d979f7b763785cc","..\/css\/backoffice\/pages\/_preferences.scss":"4b94210a910e9c1df1fcd93c02916f36","..\/css\/backoffice\/pages\/_attachments.scss":"3c1a03b53ed9edbdd1bf94b215536d3a","..\/css\/backoffice\/pages\/_impact-analysis.scss":"6ce563252f413877876431f6a067c6ba","..\/css\/backoffice\/pages\/_audit.scss":"100f725cb6f0b801fda8243cf9342f26","..\/css\/backoffice\/pages\/_data-synchro.scss":"0c0cc941c901d5ffa4dc0845e6f11d6c","..\/css\/backoffice\/pages\/_datamodel-viewer.scss":"e11bb77c712cbbaa22a11ed24949b239","..\/css\/backoffice\/pages\/_csv-import.scss":"c32a07561c1a90ff754b7da2181b7020","..\/css\/backoffice\/pages\/_global-search.scss":"da4695e624d3a95e3b1c9035b4529a20","..\/css\/backoffice\/pages\/_welcome-popup.scss":"bd2b7cb8e148fc5e469e553e596001e4","..\/css\/backoffice\/blocks-integrations\/_all.scss":"dab5c6553d9933024df8bac361321b6d","..\/css\/backoffice\/blocks-integrations\/_dashlet-within-dashboard.scss":"b9c1693a941732c66a9fb92e51609fc7","..\/css\/backoffice\/blocks-integrations\/_add-to-dashboard.scss":"3ecdea8473b6014dd4e73f98e6eaa5b1","..\/css\/backoffice\/blocks-integrations\/_caselog-entry-form-within-activity-panel.scss":"0ad42544e79da33693facb23eae57b9e","..\/css\/backoffice\/blocks-integrations\/_panel-with-datatable.scss":"a96f57fa925f87f0c17eacec6ba98fb9","..\/css\/backoffice\/blocks-integrations\/_panel-with-tab-container.scss":"76cc2f643ccb2f328c36bd335b39987e","..\/css\/backoffice\/blocks-integrations\/_panel-within-main-content.scss":"9dc159ee111f430586e34b19f6a77763","..\/css\/backoffice\/blocks-integrations\/_panel-within-modal.scss":"19322d657236c17402a057298aa6e9e9","..\/css\/backoffice\/blocks-integrations\/_object-details-with-tab-container.scss":"e75862e46d156fbedc074ac7055813de","..\/css\/backoffice\/blocks-integrations\/_medallion-with-blocklist.scss":"2e06df8c1f7ef94e5476e6f3571573ec","..\/css\/backoffice\/blocks-integrations\/_input-within-datatable.scss":"80678af7854753f4e4248bd26c72ecef","..\/css\/backoffice\/blocks-integrations\/_jquery-blockui-within-dialog.scss":"5544331904527d068b1bbb2ea340b679","..\/css\/backoffice\/blocks-integrations\/_jquery-blockui-within-datatable.scss":"b7c6739bc263a91779a636a6d188d511","..\/css\/backoffice\/themes\/_all.scss":"afefab135bcf21daffa3022ce4529a08","..\/css\/backoffice\/_fallback.scss":"26fa12345b0cbb992c8dfd08b5969cad","..\/css\/backoffice\/_shame.scss":"4ca49acf53df3f6f176a680172808a08"}} +{"variables":"d751713988987e9331980363e24189ce","stylesheets":{"fullmoon":"eac0b1faa59815a653e2d703d2d1a60b"},"variable_imports":[],"images":{"images\/tv-item.gif":"719fe2d4566108e73162fb8868d3778c","images\/tv-collapsable.gif":"63a3351ea0d580797c9b8c386aa4f48b","images\/tv-expandable.gif":"a2d1af4128e4a798a7f3390b12a28574","images\/tv-item-last.gif":"2ae7e1d9972ce71e5caa65a086bc5b7e","images\/tv-collapsable-last.gif":"71acaa9d7c2616e9e8b7131a75ca65da","images\/tv-expandable-last.gif":"9d51036b3a8102742709da66789fd0f7","images\/tv-folder.gif":"9f41e1454905fd7416f89aa4380a65e1","images\/tv-file.gif":"9ab0e28d85d8ab5eb954fc28f6ac1e80"},"utility_imports":{"..\/css\/backoffice\/utils\/_all.scss":"fd24aa07b40c91fdee1bbef15d8eacdd","..\/css\/backoffice\/utils\/variables\/_all.scss":"99c8ea993a9911a989c476405b5107e4","..\/css\/backoffice\/utils\/variables\/colors\/_all.scss":"0c9222dc5e4c46d897ba28e95946ad1b","..\/css\/backoffice\/utils\/variables\/colors\/_base-palette.scss":"2fbf92439664a9606ab84ae6c3a766f0","..\/css\/backoffice\/utils\/variables\/colors\/_semantic-palette.scss":"b0f9d89847d2ee9807fe143bdea5a6cd","..\/css\/backoffice\/utils\/variables\/colors\/_lifecycle-palette.scss":"ea06e857c5d9d442d0b3bdd66db10a7f","..\/css\/backoffice\/utils\/variables\/_border-radius.scss":"334102609a32eb78af0be65efddbe644","..\/css\/backoffice\/utils\/variables\/_depression.scss":"8870a4b14e08d8dbbc98ce833cc92faa","..\/css\/backoffice\/utils\/variables\/_elevation.scss":"09b58442b46fd3722ae9f9b9941504fb","..\/css\/backoffice\/utils\/variables\/_path.scss":"5127683357ba3375fadd33b0e5722908","..\/css\/backoffice\/utils\/variables\/_typography.scss":"15ff60a5e63801662c1e9312110efbc0","..\/css\/backoffice\/utils\/variables\/_base.scss":"16ec20f6e2b58426d269c339abd79779","..\/css\/backoffice\/utils\/mixins\/_all.scss":"afefab135bcf21daffa3022ce4529a08","..\/css\/backoffice\/utils\/helpers\/_all.scss":"f7d426dd51c135fe339b583087d7d42c","..\/css\/backoffice\/utils\/helpers\/_border-radius.scss":"4e39edeb6ee7c4ea71f3abdda49256f3","..\/css\/backoffice\/utils\/helpers\/_color.scss":"36008fe20050d3cbb0c7d4502efa9c9b","..\/css\/backoffice\/utils\/helpers\/_depression.scss":"c2a55de471513d368b9ff1c1ca6a1f62","..\/css\/backoffice\/utils\/helpers\/_elevation.scss":"797cdb5c457e83f8e4109f69bda71626","..\/css\/backoffice\/utils\/helpers\/_font-icon.scss":"139adb6b6c29d5532891665adeec5de0","..\/css\/backoffice\/utils\/helpers\/_typography.scss":"a787c5027e4bda7c290807fc34ff117f","..\/css\/backoffice\/utils\/helpers\/_misc.scss":"654d221907a569a98a03e450115f1890","..\/css\/backoffice\/vendors\/_all.scss":"914896e9ca0533bc8f3eec62b609fdac","..\/css\/backoffice\/vendors\/_bulma-variables-overload.scss":"954c56e62cfb514c463a06ba2b8beae7","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/bulma.scss":"ac6337c71901f71b197a6628404a70fa","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_all.scss":"e374bc4ffb043b458d29e319b37fec03","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_initial-variables.scss":"527552844220a961a10b9af7b75add8b","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_functions.scss":"b39215085d7b424be74e05ae0c9a096b","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_animations.scss":"9eeec504cab94a45a597592020b7f0e7","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_mixins.scss":"6201fa9f37198a13291708785bed8c9c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_controls.scss":"d2fd10c6dc0750b99b1f40952e8a4562","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/base\/_all.scss":"22cda0b152315361269f768c4a0e08d0","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/base\/_minireset.scss":"53ee547c0bff77ba3e6353def2f8729b","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/base\/_generic.scss":"c6a82d37120ed7d2dc7a64dccac78efd","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_all.scss":"c97722cd26e014967f6bff6133d43b44","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_box.scss":"d951bc383ad44b7497e9e9b1ab0dbe9c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_button.scss":"7ab91729f48c3e49d0f6efafda6cbf6f","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_container.scss":"e4cbd75d93c57a919fd4c183ef80e4ba","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_content.scss":"4123c3d4d782cfbaaa8d4726f3a0425a","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_icon.scss":"b9900e2949eaa5a81a56ec382120cf39","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_image.scss":"4a1e324a1b4accad3e777f1bf0117089","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_notification.scss":"5573e46f01e45b1943a574ec1bdbe83c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_progress.scss":"3700aa5f4e7b0f58b932e242b3bca415","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_table.scss":"4926ed56e8c53fd01543a66c009e0812","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_tag.scss":"b09d520b88f166e2847aed34f1f391e9","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_title.scss":"ecf774ebb3ddaa9097ea7fc66f416a0c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_other.scss":"0e3571082a9629565dddb46712695756","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_all.scss":"414c51848e9f554070f97df2fe347a78","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_shared.scss":"73134a972f286fb24dc44e01ef0cf679","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_input-textarea.scss":"73e1d5c1673fdcd4c70d4a3125a3cdb5","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_checkbox-radio.scss":"c7430dbb855100ff193641bf31904ccb","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_select.scss":"c16a527986de7020f25e263943729937","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_file.scss":"c7a1351cfd94269350029a92dc7db83e","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_tools.scss":"c2bf0379d43ef365c981b38ef6bfff6c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_all.scss":"398290ce7b00255b62e0b0c3ad6e6001","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_breadcrumb.scss":"7d90b4a6fae954f3e0c5e42e8c0c452d","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_card.scss":"16ea78a5288bd6ef6f665f1617b56702","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_dropdown.scss":"1a104de77315d37b7bdbd63eb3713be3","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_level.scss":"ce9549ec67ec27e93525de339d5bca87","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_media.scss":"ce5a90fcd100550bb754911ded93b055","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_menu.scss":"95b9cf3ffaec3122b790d86b0e27d299","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_message.scss":"0eff66899482f72804bf97b54e2a1e43","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_modal.scss":"b028228728cd5d50024ec4df9a8ecad3","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_navbar.scss":"8fb55c78c7bceee235db0ce27b344ada","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_pagination.scss":"6f4118ee0348e59cb1e4352d07a913bb","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_panel.scss":"c02cac8901cd7355b3e17ff832fcc59e","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_tabs.scss":"7b1d3b07dad7d06c9845bf244bceb985","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/grid\/_all.scss":"dff17fcb0a743bc82e2f130ae638baaa","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/grid\/_columns.scss":"52a2c66125f03f8dd707837b2ae67be5","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/grid\/_tiles.scss":"c3cbb200243be1702bf3f20fc003a133","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_all.scss":"cc385355f8f6ac3947c46ac83ffb9621","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_color.scss":"acbcbb2198ae9d0ee36a471d18b6d003","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_float.scss":"1e1656cbd9628e4889ed0c669ff8d552","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_other.scss":"8ea9052a4dff7ce651cb480ae76c3537","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_overflow.scss":"724297f6af3b8ca69fd8532d36992b1f","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_position.scss":"41d70d52c4d9078622e374f96f2266c5","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_spacing.scss":"d54ad9ee813ef6a96aeb2b6b39295909","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_typography.scss":"017c280d5e0d4fe90aa54067d483c965","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_visibility.scss":"4fa33c151d85b0dd99ed1bab93185461","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/layout\/_all.scss":"cd3a2d35edc7b6d00bc65585b2b35961","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/layout\/_hero.scss":"44f9f81a58020b964b856c914c327430","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/layout\/_section.scss":"eacc632700c2257f51bdcabe7dc13d04","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/layout\/_footer.scss":"fb4c389411fcff6aacabf5e4de0c403e","..\/css\/backoffice\/vendors\/_ckeditor.scss":"0e6ee840c9fbada2d13b4918a95241c8","..\/css\/backoffice\/vendors\/_tippy.scss":"2863b585a42218efb785358d64a18a87","..\/css\/backoffice\/vendors\/_jqueryui.scss":"8733156db6be5417f9ceb3075f8840fa","..\/css\/backoffice\/vendors\/_jquery-multiselect.scss":"dc1d0d81db2d454cf3455d5ad9aafffc","..\/css\/backoffice\/vendors\/_datatables.scss":"fb07288f9f7b2c0f9722332520a96ee9","..\/css\/backoffice\/vendors\/_jquery-treeview.scss":"d962e8db308512292d1ea04d777d3761","..\/css\/backoffice\/vendors\/_jquery-blockui.scss":"7fe1b1960c47c047b5c2d1d7b14432cf","..\/css\/backoffice\/base\/_all.scss":"5a90fbde32f512506f5822ae9f5e05df","..\/css\/backoffice\/base\/_base.scss":"de2605ea6cb59fe350ee33d9714acd09","..\/css\/backoffice\/base\/_typography.scss":"6eb47d257105bd09af2c4ef2355c6dda","..\/css\/backoffice\/components\/_all.scss":"3a838df1f0e1542d78cb92a0fb296c66","..\/css\/backoffice\/components\/_alert.scss":"7fc9f0828154856191568b2a6ce6be68","..\/css\/backoffice\/components\/_button.scss":"3c40a0ce008cebaf48b2946f7d6b62a7","..\/css\/backoffice\/components\/_button-group.scss":"358f1096ffeb30e1d86a2df6c9cca347","..\/css\/backoffice\/components\/_breadcrumbs.scss":"5c09da570e7e95e581bbf6259136bc1b","..\/css\/backoffice\/components\/_collapsible-section.scss":"7eac365bc268ed2eaa76ad6f6afe8d26","..\/css\/backoffice\/components\/_quick-create.scss":"4bf080f5a61c47eaa267a135df3ad3b7","..\/css\/backoffice\/components\/_global-search.scss":"56fd8bcca905d9e168132891a261dbcb","..\/css\/backoffice\/components\/popover-menu\/_popover-menu.scss":"7bf9c17f1879407cb89fd618fece15ab","..\/css\/backoffice\/components\/popover-menu\/_popover-menu-item.scss":"600dc940298af35514f08a580e2f4b1b","..\/css\/backoffice\/components\/_newsroom-menu.scss":"13572143d252f851a0f353ad4bef2e50","..\/css\/backoffice\/components\/_panel.scss":"fff6ceea3f3fb4658fd1ad868144e3d4","..\/css\/backoffice\/components\/_modal.scss":"d41d8cd98f00b204e9800998ecf8427e","..\/css\/backoffice\/components\/dashlet\/_all.scss":"c9dd70be9f33b53701c6afc7a4749190","..\/css\/backoffice\/components\/dashlet\/_dashlet.scss":"ff28a7feb69a4fe1d7bf7b029db32db9","..\/css\/backoffice\/components\/dashlet\/_dashlet-badge.scss":"d0ab5c7d780e33cc0678ec6b62397da9","..\/css\/backoffice\/components\/dashlet\/_dashlet-header-static.scss":"746ebb209bcf98ff745d2a2844399b48","..\/css\/backoffice\/components\/dashlet\/_dashlet-header-dynamic.scss":"460760cb90b5dad96de59b7c28249637","..\/css\/backoffice\/components\/input\/_all.scss":"c8bceeb98cc73d95740ae86aaf504fcb","..\/css\/backoffice\/components\/input\/_input.scss":"489f58e58ebf24722a312fae9cc4e592","..\/css\/backoffice\/components\/input\/_input-checkbox.scss":"ad1644e915cffbee9b94012a8a17949c","..\/css\/backoffice\/components\/input\/_input-date.scss":"9322d73459bd5e9ddc9e830eb92a6c1b","..\/css\/backoffice\/components\/input\/_input-datetime.scss":"ee3f15ab1dde584bf65457bbed3668cc","..\/css\/backoffice\/components\/input\/_input-duration.scss":"6d12508069ff3ca94bfa142c4228f2cb","..\/css\/backoffice\/components\/input\/_input-image.scss":"fae0b98d530e4929f22e16bd5c7adaf1","..\/css\/backoffice\/components\/input\/_input-select.scss":"5c8dfcd6ced0449ed4403df2b16c6004","..\/css\/backoffice\/components\/input\/_input-select-icon.scss":"7356bd623ae91ac9c3df1bc2c52061ef","..\/css\/backoffice\/components\/input\/_input-string.scss":"d41d8cd98f00b204e9800998ecf8427e","..\/css\/backoffice\/components\/input\/_input-set.scss":"1b17f6ca73bf1ebaa0e0d8c7ddc7e270","..\/css\/backoffice\/components\/input\/_input-text.scss":"4c9a105fdc075fe5e554374f59b7ce5d","..\/css\/backoffice\/components\/_pill.scss":"53c3964c01406435002eafe4fd282d16","..\/css\/backoffice\/components\/_prop.scss":"2c29ce740e9301491df004baa7da78af","..\/css\/backoffice\/components\/_title.scss":"9c14ded80108baa16103656d83c0ed86","..\/css\/backoffice\/components\/_datatable.scss":"f9cd9a6c4584b11d99cf24d60856aa72","..\/css\/backoffice\/components\/_form.scss":"d5d39f9c0545b33c8055d62ef6fb5e3c","..\/css\/backoffice\/components\/_fieldset.scss":"c7ea22d096b2d42c0c7771d40ca8a2f8","..\/css\/backoffice\/components\/_field.scss":"d7678dad674ca2b47b9f731cbbf10113","..\/css\/backoffice\/components\/toolbar\/_all.scss":"12e9e9094b4f7d0ccbb4428383b6e728","..\/css\/backoffice\/components\/toolbar\/_toolbar.scss":"e7078bb37ef355ba217c1a8a9f587e1a","..\/css\/backoffice\/components\/toolbar\/_toolbar-spacer.scss":"1fcdd603b20e5848235e930014887d73","..\/css\/backoffice\/components\/toolbar\/_separator.scss":"8ca10dcc3f1d469623d0538748acd4d5","..\/css\/backoffice\/components\/_richtext.scss":"361c5ded07c8e835619bf45e10f7a602","..\/css\/backoffice\/components\/_formtable.scss":"94dc266452aeb26f6525a24f84e5e383","..\/css\/backoffice\/components\/_formtablerow.scss":"94dc266452aeb26f6525a24f84e5e383","..\/css\/backoffice\/components\/_search-form.scss":"e0d92193caa9f07bd6b1a77f4e200973","..\/css\/backoffice\/components\/_field-badge.scss":"6b17d29444a892aa1ca6b044abd8d7a4","..\/css\/backoffice\/components\/_file-select.scss":"5684f09d237002f6342ca1013b3a0344","..\/css\/backoffice\/components\/_medallion-icon.scss":"ccff061880095b8f9f40412293ac9f76","..\/css\/backoffice\/layout\/_all.scss":"0740142302cd8e2e19139b2eaf6142e9","..\/css\/backoffice\/layout\/_navigation-menu.scss":"ad7ea09411e2475a1071fb45d1e442f9","..\/css\/backoffice\/layout\/_top-bar.scss":"6b5b96df40001d1bbb14d391a0d984ef","..\/css\/backoffice\/layout\/_content.scss":"86a5f6b2f2d1a7a9b088ef59c66e03c7","..\/css\/backoffice\/layout\/tab-container\/_tab-container.scss":"af919b900ec79ffef4cbbd1065279b5e","..\/css\/backoffice\/layout\/tab-container\/_tab.scss":"742392bfd94a5a115bc144ea9aa4ff3f","..\/css\/backoffice\/layout\/multi-column\/_multi-column.scss":"e99d4afb40886d6d942c5020b288b1b8","..\/css\/backoffice\/layout\/multi-column\/_column.scss":"699fdf1bd2b84325cc27792e60463ad7","..\/css\/backoffice\/layout\/dashboard\/_all.scss":"0caa6d19d2a52396cbe3752d5bfcd6da","..\/css\/backoffice\/layout\/dashboard\/_dashboard.scss":"7c4368998b0a2b670913df7c56118edf","..\/css\/backoffice\/layout\/dashboard\/_dashboard-editor.scss":"a23f828380343f81405c188bfd53fbbf","..\/css\/backoffice\/layout\/wizard-container\/_wizard-container.scss":"6397850c8975248830a1abf177e13023","..\/css\/backoffice\/layout\/object\/_object-details.scss":"9000dd0ea72345d8ee89b3a3fe8a5ee2","..\/css\/backoffice\/layout\/activity-panel\/_all.scss":"e9a1eae6d8be777f838919d22e5e3e45","..\/css\/backoffice\/layout\/activity-panel\/_activity-panel.scss":"1b28e9c0e0e6720de56cb54d3648ae42","..\/css\/backoffice\/layout\/activity-panel\/_caselog-entry-form.scss":"bb6d49f017e9cf73b3e4ec3f7e5f1637","..\/css\/backoffice\/layout\/activity-panel\/_activity-entry.scss":"3e69044d99656baed3c57c474bf35e8c","..\/css\/backoffice\/layout\/activity-panel\/_caselog-entry.scss":"8b6fb224c4a598bd8987e5f8e32e6405","..\/css\/backoffice\/layout\/activity-panel\/_transition-entry.scss":"054a4415337e48a907cd9682e2f1ca05","..\/css\/backoffice\/layout\/activity-panel\/_edits-entry.scss":"9463d0a303d9be3a28b5feacca662b9c","..\/css\/backoffice\/layout\/activity-panel\/_notification-entry.scss":"76b7431c8953ff7db5c1a2c4218e00d1","..\/css\/backoffice\/application\/_all.scss":"c195d8a4e036571ec39869febd886bab","..\/css\/backoffice\/application\/display-block\/_all.scss":"0c62468c0c5056317dcf897070d15450","..\/css\/backoffice\/application\/display-block\/_block-csv.scss":"8698dfb104cb8986453fec80e4ef64c9","..\/css\/backoffice\/application\/tabular-fields\/_all.scss":"4f6a05c7f41b0bfd60dd91b442ff95a9","..\/css\/backoffice\/application\/tabular-fields\/_tabular-fields-selector.scss":"7bd19292fd0a4801612b9889ba7480e4","..\/css\/backoffice\/pages\/_all.scss":"84b5f499283c2d0ad35999d77d2d24ac","..\/css\/backoffice\/pages\/_base.scss":"0ddd68ed0a5c8e3a1d979f7b763785cc","..\/css\/backoffice\/pages\/_preferences.scss":"4b94210a910e9c1df1fcd93c02916f36","..\/css\/backoffice\/pages\/_attachments.scss":"3c1a03b53ed9edbdd1bf94b215536d3a","..\/css\/backoffice\/pages\/_impact-analysis.scss":"6ce563252f413877876431f6a067c6ba","..\/css\/backoffice\/pages\/_audit.scss":"100f725cb6f0b801fda8243cf9342f26","..\/css\/backoffice\/pages\/_data-synchro.scss":"0c0cc941c901d5ffa4dc0845e6f11d6c","..\/css\/backoffice\/pages\/_datamodel-viewer.scss":"e11bb77c712cbbaa22a11ed24949b239","..\/css\/backoffice\/pages\/_csv-import.scss":"c32a07561c1a90ff754b7da2181b7020","..\/css\/backoffice\/pages\/_global-search.scss":"da4695e624d3a95e3b1c9035b4529a20","..\/css\/backoffice\/pages\/_welcome-popup.scss":"bd2b7cb8e148fc5e469e553e596001e4","..\/css\/backoffice\/blocks-integrations\/_all.scss":"dab5c6553d9933024df8bac361321b6d","..\/css\/backoffice\/blocks-integrations\/_dashlet-within-dashboard.scss":"b9c1693a941732c66a9fb92e51609fc7","..\/css\/backoffice\/blocks-integrations\/_add-to-dashboard.scss":"3ecdea8473b6014dd4e73f98e6eaa5b1","..\/css\/backoffice\/blocks-integrations\/_caselog-entry-form-within-activity-panel.scss":"0ad42544e79da33693facb23eae57b9e","..\/css\/backoffice\/blocks-integrations\/_panel-with-datatable.scss":"a96f57fa925f87f0c17eacec6ba98fb9","..\/css\/backoffice\/blocks-integrations\/_panel-with-tab-container.scss":"76cc2f643ccb2f328c36bd335b39987e","..\/css\/backoffice\/blocks-integrations\/_panel-within-main-content.scss":"9dc159ee111f430586e34b19f6a77763","..\/css\/backoffice\/blocks-integrations\/_panel-within-modal.scss":"19322d657236c17402a057298aa6e9e9","..\/css\/backoffice\/blocks-integrations\/_object-details-with-tab-container.scss":"e75862e46d156fbedc074ac7055813de","..\/css\/backoffice\/blocks-integrations\/_medallion-with-blocklist.scss":"2e06df8c1f7ef94e5476e6f3571573ec","..\/css\/backoffice\/blocks-integrations\/_input-within-datatable.scss":"80678af7854753f4e4248bd26c72ecef","..\/css\/backoffice\/blocks-integrations\/_jquery-blockui-within-dialog.scss":"5544331904527d068b1bbb2ea340b679","..\/css\/backoffice\/blocks-integrations\/_jquery-blockui-within-datatable.scss":"b7c6739bc263a91779a636a6d188d511","..\/css\/backoffice\/themes\/_all.scss":"afefab135bcf21daffa3022ce4529a08","..\/css\/backoffice\/_fallback.scss":"26fa12345b0cbb992c8dfd08b5969cad","..\/css\/backoffice\/_shame.scss":"4ca49acf53df3f6f176a680172808a08"}} === SIGNATURE END === */ /*! @@ -10358,6 +10358,13 @@ ul.cke_autocomplete_panel .ibo-vendors-ckeditor--autocomplete-item-image { ul.cke_autocomplete_panel .ibo-vendors-ckeditor--autocomplete-item-title { color: #3A3A3A; } +/*! + * @copyright Copyright (C) 2010-2021 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ +.tippy-content { + white-space: pre-line; +} /*! * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 diff --git a/datamodels/2.x/itop-structure/precompiled-themes/test-red/main.css b/datamodels/2.x/itop-structure/precompiled-themes/test-red/main.css index d00d678eb..0f2b3f4b4 100644 --- a/datamodels/2.x/itop-structure/precompiled-themes/test-red/main.css +++ b/datamodels/2.x/itop-structure/precompiled-themes/test-red/main.css @@ -1,6 +1,6 @@ /* === SIGNATURE BEGIN === -{"variables":"2a94bae92147ed399031bbb5adccb219","stylesheets":{"fullmoon":"eac0b1faa59815a653e2d703d2d1a60b","environment-banner":"40e55ac55b4810827a8f500f428a982c"},"variable_imports":[],"images":{"images\/tv-item.gif":"719fe2d4566108e73162fb8868d3778c","images\/tv-collapsable.gif":"63a3351ea0d580797c9b8c386aa4f48b","images\/tv-expandable.gif":"a2d1af4128e4a798a7f3390b12a28574","images\/tv-item-last.gif":"2ae7e1d9972ce71e5caa65a086bc5b7e","images\/tv-collapsable-last.gif":"71acaa9d7c2616e9e8b7131a75ca65da","images\/tv-expandable-last.gif":"9d51036b3a8102742709da66789fd0f7","images\/tv-folder.gif":"9f41e1454905fd7416f89aa4380a65e1","images\/tv-file.gif":"9ab0e28d85d8ab5eb954fc28f6ac1e80"},"utility_imports":{"..\/css\/backoffice\/utils\/_all.scss":"fd24aa07b40c91fdee1bbef15d8eacdd","..\/css\/backoffice\/utils\/variables\/_all.scss":"99c8ea993a9911a989c476405b5107e4","..\/css\/backoffice\/utils\/variables\/colors\/_all.scss":"0c9222dc5e4c46d897ba28e95946ad1b","..\/css\/backoffice\/utils\/variables\/colors\/_base-palette.scss":"2fbf92439664a9606ab84ae6c3a766f0","..\/css\/backoffice\/utils\/variables\/colors\/_semantic-palette.scss":"b0f9d89847d2ee9807fe143bdea5a6cd","..\/css\/backoffice\/utils\/variables\/colors\/_lifecycle-palette.scss":"ea06e857c5d9d442d0b3bdd66db10a7f","..\/css\/backoffice\/utils\/variables\/_border-radius.scss":"334102609a32eb78af0be65efddbe644","..\/css\/backoffice\/utils\/variables\/_depression.scss":"8870a4b14e08d8dbbc98ce833cc92faa","..\/css\/backoffice\/utils\/variables\/_elevation.scss":"09b58442b46fd3722ae9f9b9941504fb","..\/css\/backoffice\/utils\/variables\/_path.scss":"5127683357ba3375fadd33b0e5722908","..\/css\/backoffice\/utils\/variables\/_typography.scss":"15ff60a5e63801662c1e9312110efbc0","..\/css\/backoffice\/utils\/variables\/_base.scss":"16ec20f6e2b58426d269c339abd79779","..\/css\/backoffice\/utils\/mixins\/_all.scss":"afefab135bcf21daffa3022ce4529a08","..\/css\/backoffice\/utils\/helpers\/_all.scss":"f7d426dd51c135fe339b583087d7d42c","..\/css\/backoffice\/utils\/helpers\/_border-radius.scss":"4e39edeb6ee7c4ea71f3abdda49256f3","..\/css\/backoffice\/utils\/helpers\/_color.scss":"36008fe20050d3cbb0c7d4502efa9c9b","..\/css\/backoffice\/utils\/helpers\/_depression.scss":"c2a55de471513d368b9ff1c1ca6a1f62","..\/css\/backoffice\/utils\/helpers\/_elevation.scss":"797cdb5c457e83f8e4109f69bda71626","..\/css\/backoffice\/utils\/helpers\/_font-icon.scss":"139adb6b6c29d5532891665adeec5de0","..\/css\/backoffice\/utils\/helpers\/_typography.scss":"a787c5027e4bda7c290807fc34ff117f","..\/css\/backoffice\/utils\/helpers\/_misc.scss":"654d221907a569a98a03e450115f1890","..\/css\/backoffice\/vendors\/_all.scss":"bf3927dd0f3fca9a0b9f203fabd8f9f1","..\/css\/backoffice\/vendors\/_bulma-variables-overload.scss":"954c56e62cfb514c463a06ba2b8beae7","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/bulma.scss":"ac6337c71901f71b197a6628404a70fa","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_all.scss":"e374bc4ffb043b458d29e319b37fec03","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_initial-variables.scss":"527552844220a961a10b9af7b75add8b","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_functions.scss":"b39215085d7b424be74e05ae0c9a096b","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_animations.scss":"9eeec504cab94a45a597592020b7f0e7","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_mixins.scss":"6201fa9f37198a13291708785bed8c9c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_controls.scss":"d2fd10c6dc0750b99b1f40952e8a4562","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/base\/_all.scss":"22cda0b152315361269f768c4a0e08d0","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/base\/_minireset.scss":"53ee547c0bff77ba3e6353def2f8729b","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/base\/_generic.scss":"c6a82d37120ed7d2dc7a64dccac78efd","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_all.scss":"c97722cd26e014967f6bff6133d43b44","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_box.scss":"d951bc383ad44b7497e9e9b1ab0dbe9c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_button.scss":"7ab91729f48c3e49d0f6efafda6cbf6f","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_container.scss":"e4cbd75d93c57a919fd4c183ef80e4ba","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_content.scss":"4123c3d4d782cfbaaa8d4726f3a0425a","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_icon.scss":"b9900e2949eaa5a81a56ec382120cf39","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_image.scss":"4a1e324a1b4accad3e777f1bf0117089","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_notification.scss":"5573e46f01e45b1943a574ec1bdbe83c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_progress.scss":"3700aa5f4e7b0f58b932e242b3bca415","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_table.scss":"4926ed56e8c53fd01543a66c009e0812","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_tag.scss":"b09d520b88f166e2847aed34f1f391e9","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_title.scss":"ecf774ebb3ddaa9097ea7fc66f416a0c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_other.scss":"0e3571082a9629565dddb46712695756","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_all.scss":"414c51848e9f554070f97df2fe347a78","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_shared.scss":"73134a972f286fb24dc44e01ef0cf679","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_input-textarea.scss":"73e1d5c1673fdcd4c70d4a3125a3cdb5","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_checkbox-radio.scss":"c7430dbb855100ff193641bf31904ccb","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_select.scss":"c16a527986de7020f25e263943729937","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_file.scss":"c7a1351cfd94269350029a92dc7db83e","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_tools.scss":"c2bf0379d43ef365c981b38ef6bfff6c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_all.scss":"398290ce7b00255b62e0b0c3ad6e6001","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_breadcrumb.scss":"7d90b4a6fae954f3e0c5e42e8c0c452d","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_card.scss":"16ea78a5288bd6ef6f665f1617b56702","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_dropdown.scss":"1a104de77315d37b7bdbd63eb3713be3","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_level.scss":"ce9549ec67ec27e93525de339d5bca87","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_media.scss":"ce5a90fcd100550bb754911ded93b055","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_menu.scss":"95b9cf3ffaec3122b790d86b0e27d299","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_message.scss":"0eff66899482f72804bf97b54e2a1e43","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_modal.scss":"b028228728cd5d50024ec4df9a8ecad3","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_navbar.scss":"8fb55c78c7bceee235db0ce27b344ada","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_pagination.scss":"6f4118ee0348e59cb1e4352d07a913bb","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_panel.scss":"c02cac8901cd7355b3e17ff832fcc59e","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_tabs.scss":"7b1d3b07dad7d06c9845bf244bceb985","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/grid\/_all.scss":"dff17fcb0a743bc82e2f130ae638baaa","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/grid\/_columns.scss":"52a2c66125f03f8dd707837b2ae67be5","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/grid\/_tiles.scss":"c3cbb200243be1702bf3f20fc003a133","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_all.scss":"cc385355f8f6ac3947c46ac83ffb9621","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_color.scss":"acbcbb2198ae9d0ee36a471d18b6d003","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_float.scss":"1e1656cbd9628e4889ed0c669ff8d552","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_other.scss":"8ea9052a4dff7ce651cb480ae76c3537","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_overflow.scss":"724297f6af3b8ca69fd8532d36992b1f","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_position.scss":"41d70d52c4d9078622e374f96f2266c5","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_spacing.scss":"d54ad9ee813ef6a96aeb2b6b39295909","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_typography.scss":"017c280d5e0d4fe90aa54067d483c965","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_visibility.scss":"4fa33c151d85b0dd99ed1bab93185461","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/layout\/_all.scss":"cd3a2d35edc7b6d00bc65585b2b35961","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/layout\/_hero.scss":"44f9f81a58020b964b856c914c327430","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/layout\/_section.scss":"eacc632700c2257f51bdcabe7dc13d04","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/layout\/_footer.scss":"fb4c389411fcff6aacabf5e4de0c403e","..\/css\/backoffice\/vendors\/_ckeditor.scss":"0e6ee840c9fbada2d13b4918a95241c8","..\/css\/backoffice\/vendors\/_jqueryui.scss":"8733156db6be5417f9ceb3075f8840fa","..\/css\/backoffice\/vendors\/_jquery-multiselect.scss":"dc1d0d81db2d454cf3455d5ad9aafffc","..\/css\/backoffice\/vendors\/_datatables.scss":"fb07288f9f7b2c0f9722332520a96ee9","..\/css\/backoffice\/vendors\/_jquery-treeview.scss":"d962e8db308512292d1ea04d777d3761","..\/css\/backoffice\/vendors\/_jquery-blockui.scss":"7fe1b1960c47c047b5c2d1d7b14432cf","..\/css\/backoffice\/base\/_all.scss":"5a90fbde32f512506f5822ae9f5e05df","..\/css\/backoffice\/base\/_base.scss":"de2605ea6cb59fe350ee33d9714acd09","..\/css\/backoffice\/base\/_typography.scss":"6eb47d257105bd09af2c4ef2355c6dda","..\/css\/backoffice\/components\/_all.scss":"3a838df1f0e1542d78cb92a0fb296c66","..\/css\/backoffice\/components\/_alert.scss":"7fc9f0828154856191568b2a6ce6be68","..\/css\/backoffice\/components\/_button.scss":"3c40a0ce008cebaf48b2946f7d6b62a7","..\/css\/backoffice\/components\/_button-group.scss":"358f1096ffeb30e1d86a2df6c9cca347","..\/css\/backoffice\/components\/_breadcrumbs.scss":"5c09da570e7e95e581bbf6259136bc1b","..\/css\/backoffice\/components\/_collapsible-section.scss":"7eac365bc268ed2eaa76ad6f6afe8d26","..\/css\/backoffice\/components\/_quick-create.scss":"4bf080f5a61c47eaa267a135df3ad3b7","..\/css\/backoffice\/components\/_global-search.scss":"56fd8bcca905d9e168132891a261dbcb","..\/css\/backoffice\/components\/popover-menu\/_popover-menu.scss":"7bf9c17f1879407cb89fd618fece15ab","..\/css\/backoffice\/components\/popover-menu\/_popover-menu-item.scss":"600dc940298af35514f08a580e2f4b1b","..\/css\/backoffice\/components\/_newsroom-menu.scss":"13572143d252f851a0f353ad4bef2e50","..\/css\/backoffice\/components\/_panel.scss":"fff6ceea3f3fb4658fd1ad868144e3d4","..\/css\/backoffice\/components\/_modal.scss":"d41d8cd98f00b204e9800998ecf8427e","..\/css\/backoffice\/components\/dashlet\/_all.scss":"c9dd70be9f33b53701c6afc7a4749190","..\/css\/backoffice\/components\/dashlet\/_dashlet.scss":"ff28a7feb69a4fe1d7bf7b029db32db9","..\/css\/backoffice\/components\/dashlet\/_dashlet-badge.scss":"d0ab5c7d780e33cc0678ec6b62397da9","..\/css\/backoffice\/components\/dashlet\/_dashlet-header-static.scss":"746ebb209bcf98ff745d2a2844399b48","..\/css\/backoffice\/components\/dashlet\/_dashlet-header-dynamic.scss":"460760cb90b5dad96de59b7c28249637","..\/css\/backoffice\/components\/input\/_all.scss":"c8bceeb98cc73d95740ae86aaf504fcb","..\/css\/backoffice\/components\/input\/_input.scss":"489f58e58ebf24722a312fae9cc4e592","..\/css\/backoffice\/components\/input\/_input-checkbox.scss":"ad1644e915cffbee9b94012a8a17949c","..\/css\/backoffice\/components\/input\/_input-date.scss":"9322d73459bd5e9ddc9e830eb92a6c1b","..\/css\/backoffice\/components\/input\/_input-datetime.scss":"ee3f15ab1dde584bf65457bbed3668cc","..\/css\/backoffice\/components\/input\/_input-duration.scss":"6d12508069ff3ca94bfa142c4228f2cb","..\/css\/backoffice\/components\/input\/_input-image.scss":"fae0b98d530e4929f22e16bd5c7adaf1","..\/css\/backoffice\/components\/input\/_input-select.scss":"5c8dfcd6ced0449ed4403df2b16c6004","..\/css\/backoffice\/components\/input\/_input-select-icon.scss":"7356bd623ae91ac9c3df1bc2c52061ef","..\/css\/backoffice\/components\/input\/_input-string.scss":"d41d8cd98f00b204e9800998ecf8427e","..\/css\/backoffice\/components\/input\/_input-set.scss":"1b17f6ca73bf1ebaa0e0d8c7ddc7e270","..\/css\/backoffice\/components\/input\/_input-text.scss":"4c9a105fdc075fe5e554374f59b7ce5d","..\/css\/backoffice\/components\/_pill.scss":"53c3964c01406435002eafe4fd282d16","..\/css\/backoffice\/components\/_prop.scss":"2c29ce740e9301491df004baa7da78af","..\/css\/backoffice\/components\/_title.scss":"9c14ded80108baa16103656d83c0ed86","..\/css\/backoffice\/components\/_datatable.scss":"f9cd9a6c4584b11d99cf24d60856aa72","..\/css\/backoffice\/components\/_form.scss":"d5d39f9c0545b33c8055d62ef6fb5e3c","..\/css\/backoffice\/components\/_fieldset.scss":"c7ea22d096b2d42c0c7771d40ca8a2f8","..\/css\/backoffice\/components\/_field.scss":"d7678dad674ca2b47b9f731cbbf10113","..\/css\/backoffice\/components\/toolbar\/_all.scss":"12e9e9094b4f7d0ccbb4428383b6e728","..\/css\/backoffice\/components\/toolbar\/_toolbar.scss":"e7078bb37ef355ba217c1a8a9f587e1a","..\/css\/backoffice\/components\/toolbar\/_toolbar-spacer.scss":"1fcdd603b20e5848235e930014887d73","..\/css\/backoffice\/components\/toolbar\/_separator.scss":"8ca10dcc3f1d469623d0538748acd4d5","..\/css\/backoffice\/components\/_richtext.scss":"361c5ded07c8e835619bf45e10f7a602","..\/css\/backoffice\/components\/_formtable.scss":"94dc266452aeb26f6525a24f84e5e383","..\/css\/backoffice\/components\/_formtablerow.scss":"94dc266452aeb26f6525a24f84e5e383","..\/css\/backoffice\/components\/_search-form.scss":"e0d92193caa9f07bd6b1a77f4e200973","..\/css\/backoffice\/components\/_field-badge.scss":"6b17d29444a892aa1ca6b044abd8d7a4","..\/css\/backoffice\/components\/_file-select.scss":"5684f09d237002f6342ca1013b3a0344","..\/css\/backoffice\/components\/_medallion-icon.scss":"ccff061880095b8f9f40412293ac9f76","..\/css\/backoffice\/layout\/_all.scss":"0740142302cd8e2e19139b2eaf6142e9","..\/css\/backoffice\/layout\/_navigation-menu.scss":"ad7ea09411e2475a1071fb45d1e442f9","..\/css\/backoffice\/layout\/_top-bar.scss":"6b5b96df40001d1bbb14d391a0d984ef","..\/css\/backoffice\/layout\/_content.scss":"86a5f6b2f2d1a7a9b088ef59c66e03c7","..\/css\/backoffice\/layout\/tab-container\/_tab-container.scss":"af919b900ec79ffef4cbbd1065279b5e","..\/css\/backoffice\/layout\/tab-container\/_tab.scss":"742392bfd94a5a115bc144ea9aa4ff3f","..\/css\/backoffice\/layout\/multi-column\/_multi-column.scss":"e99d4afb40886d6d942c5020b288b1b8","..\/css\/backoffice\/layout\/multi-column\/_column.scss":"699fdf1bd2b84325cc27792e60463ad7","..\/css\/backoffice\/layout\/dashboard\/_all.scss":"0caa6d19d2a52396cbe3752d5bfcd6da","..\/css\/backoffice\/layout\/dashboard\/_dashboard.scss":"7c4368998b0a2b670913df7c56118edf","..\/css\/backoffice\/layout\/dashboard\/_dashboard-editor.scss":"a23f828380343f81405c188bfd53fbbf","..\/css\/backoffice\/layout\/wizard-container\/_wizard-container.scss":"6397850c8975248830a1abf177e13023","..\/css\/backoffice\/layout\/object\/_object-details.scss":"9000dd0ea72345d8ee89b3a3fe8a5ee2","..\/css\/backoffice\/layout\/activity-panel\/_all.scss":"e9a1eae6d8be777f838919d22e5e3e45","..\/css\/backoffice\/layout\/activity-panel\/_activity-panel.scss":"1b28e9c0e0e6720de56cb54d3648ae42","..\/css\/backoffice\/layout\/activity-panel\/_caselog-entry-form.scss":"bb6d49f017e9cf73b3e4ec3f7e5f1637","..\/css\/backoffice\/layout\/activity-panel\/_activity-entry.scss":"3e69044d99656baed3c57c474bf35e8c","..\/css\/backoffice\/layout\/activity-panel\/_caselog-entry.scss":"8b6fb224c4a598bd8987e5f8e32e6405","..\/css\/backoffice\/layout\/activity-panel\/_transition-entry.scss":"054a4415337e48a907cd9682e2f1ca05","..\/css\/backoffice\/layout\/activity-panel\/_edits-entry.scss":"9463d0a303d9be3a28b5feacca662b9c","..\/css\/backoffice\/layout\/activity-panel\/_notification-entry.scss":"76b7431c8953ff7db5c1a2c4218e00d1","..\/css\/backoffice\/application\/_all.scss":"c195d8a4e036571ec39869febd886bab","..\/css\/backoffice\/application\/display-block\/_all.scss":"0c62468c0c5056317dcf897070d15450","..\/css\/backoffice\/application\/display-block\/_block-csv.scss":"8698dfb104cb8986453fec80e4ef64c9","..\/css\/backoffice\/application\/tabular-fields\/_all.scss":"4f6a05c7f41b0bfd60dd91b442ff95a9","..\/css\/backoffice\/application\/tabular-fields\/_tabular-fields-selector.scss":"7bd19292fd0a4801612b9889ba7480e4","..\/css\/backoffice\/pages\/_all.scss":"84b5f499283c2d0ad35999d77d2d24ac","..\/css\/backoffice\/pages\/_base.scss":"0ddd68ed0a5c8e3a1d979f7b763785cc","..\/css\/backoffice\/pages\/_preferences.scss":"4b94210a910e9c1df1fcd93c02916f36","..\/css\/backoffice\/pages\/_attachments.scss":"3c1a03b53ed9edbdd1bf94b215536d3a","..\/css\/backoffice\/pages\/_impact-analysis.scss":"6ce563252f413877876431f6a067c6ba","..\/css\/backoffice\/pages\/_audit.scss":"100f725cb6f0b801fda8243cf9342f26","..\/css\/backoffice\/pages\/_data-synchro.scss":"0c0cc941c901d5ffa4dc0845e6f11d6c","..\/css\/backoffice\/pages\/_datamodel-viewer.scss":"e11bb77c712cbbaa22a11ed24949b239","..\/css\/backoffice\/pages\/_csv-import.scss":"c32a07561c1a90ff754b7da2181b7020","..\/css\/backoffice\/pages\/_global-search.scss":"da4695e624d3a95e3b1c9035b4529a20","..\/css\/backoffice\/pages\/_welcome-popup.scss":"bd2b7cb8e148fc5e469e553e596001e4","..\/css\/backoffice\/blocks-integrations\/_all.scss":"dab5c6553d9933024df8bac361321b6d","..\/css\/backoffice\/blocks-integrations\/_dashlet-within-dashboard.scss":"b9c1693a941732c66a9fb92e51609fc7","..\/css\/backoffice\/blocks-integrations\/_add-to-dashboard.scss":"3ecdea8473b6014dd4e73f98e6eaa5b1","..\/css\/backoffice\/blocks-integrations\/_caselog-entry-form-within-activity-panel.scss":"0ad42544e79da33693facb23eae57b9e","..\/css\/backoffice\/blocks-integrations\/_panel-with-datatable.scss":"a96f57fa925f87f0c17eacec6ba98fb9","..\/css\/backoffice\/blocks-integrations\/_panel-with-tab-container.scss":"76cc2f643ccb2f328c36bd335b39987e","..\/css\/backoffice\/blocks-integrations\/_panel-within-main-content.scss":"9dc159ee111f430586e34b19f6a77763","..\/css\/backoffice\/blocks-integrations\/_panel-within-modal.scss":"19322d657236c17402a057298aa6e9e9","..\/css\/backoffice\/blocks-integrations\/_object-details-with-tab-container.scss":"e75862e46d156fbedc074ac7055813de","..\/css\/backoffice\/blocks-integrations\/_medallion-with-blocklist.scss":"2e06df8c1f7ef94e5476e6f3571573ec","..\/css\/backoffice\/blocks-integrations\/_input-within-datatable.scss":"80678af7854753f4e4248bd26c72ecef","..\/css\/backoffice\/blocks-integrations\/_jquery-blockui-within-dialog.scss":"5544331904527d068b1bbb2ea340b679","..\/css\/backoffice\/blocks-integrations\/_jquery-blockui-within-datatable.scss":"b7c6739bc263a91779a636a6d188d511","..\/css\/backoffice\/themes\/_all.scss":"afefab135bcf21daffa3022ce4529a08","..\/css\/backoffice\/_fallback.scss":"26fa12345b0cbb992c8dfd08b5969cad","..\/css\/backoffice\/_shame.scss":"4ca49acf53df3f6f176a680172808a08"}} +{"variables":"2a94bae92147ed399031bbb5adccb219","stylesheets":{"fullmoon":"eac0b1faa59815a653e2d703d2d1a60b","environment-banner":"40e55ac55b4810827a8f500f428a982c"},"variable_imports":[],"images":{"images\/tv-item.gif":"719fe2d4566108e73162fb8868d3778c","images\/tv-collapsable.gif":"63a3351ea0d580797c9b8c386aa4f48b","images\/tv-expandable.gif":"a2d1af4128e4a798a7f3390b12a28574","images\/tv-item-last.gif":"2ae7e1d9972ce71e5caa65a086bc5b7e","images\/tv-collapsable-last.gif":"71acaa9d7c2616e9e8b7131a75ca65da","images\/tv-expandable-last.gif":"9d51036b3a8102742709da66789fd0f7","images\/tv-folder.gif":"9f41e1454905fd7416f89aa4380a65e1","images\/tv-file.gif":"9ab0e28d85d8ab5eb954fc28f6ac1e80"},"utility_imports":{"..\/css\/backoffice\/utils\/_all.scss":"fd24aa07b40c91fdee1bbef15d8eacdd","..\/css\/backoffice\/utils\/variables\/_all.scss":"99c8ea993a9911a989c476405b5107e4","..\/css\/backoffice\/utils\/variables\/colors\/_all.scss":"0c9222dc5e4c46d897ba28e95946ad1b","..\/css\/backoffice\/utils\/variables\/colors\/_base-palette.scss":"2fbf92439664a9606ab84ae6c3a766f0","..\/css\/backoffice\/utils\/variables\/colors\/_semantic-palette.scss":"b0f9d89847d2ee9807fe143bdea5a6cd","..\/css\/backoffice\/utils\/variables\/colors\/_lifecycle-palette.scss":"ea06e857c5d9d442d0b3bdd66db10a7f","..\/css\/backoffice\/utils\/variables\/_border-radius.scss":"334102609a32eb78af0be65efddbe644","..\/css\/backoffice\/utils\/variables\/_depression.scss":"8870a4b14e08d8dbbc98ce833cc92faa","..\/css\/backoffice\/utils\/variables\/_elevation.scss":"09b58442b46fd3722ae9f9b9941504fb","..\/css\/backoffice\/utils\/variables\/_path.scss":"5127683357ba3375fadd33b0e5722908","..\/css\/backoffice\/utils\/variables\/_typography.scss":"15ff60a5e63801662c1e9312110efbc0","..\/css\/backoffice\/utils\/variables\/_base.scss":"16ec20f6e2b58426d269c339abd79779","..\/css\/backoffice\/utils\/mixins\/_all.scss":"afefab135bcf21daffa3022ce4529a08","..\/css\/backoffice\/utils\/helpers\/_all.scss":"f7d426dd51c135fe339b583087d7d42c","..\/css\/backoffice\/utils\/helpers\/_border-radius.scss":"4e39edeb6ee7c4ea71f3abdda49256f3","..\/css\/backoffice\/utils\/helpers\/_color.scss":"36008fe20050d3cbb0c7d4502efa9c9b","..\/css\/backoffice\/utils\/helpers\/_depression.scss":"c2a55de471513d368b9ff1c1ca6a1f62","..\/css\/backoffice\/utils\/helpers\/_elevation.scss":"797cdb5c457e83f8e4109f69bda71626","..\/css\/backoffice\/utils\/helpers\/_font-icon.scss":"139adb6b6c29d5532891665adeec5de0","..\/css\/backoffice\/utils\/helpers\/_typography.scss":"a787c5027e4bda7c290807fc34ff117f","..\/css\/backoffice\/utils\/helpers\/_misc.scss":"654d221907a569a98a03e450115f1890","..\/css\/backoffice\/vendors\/_all.scss":"914896e9ca0533bc8f3eec62b609fdac","..\/css\/backoffice\/vendors\/_bulma-variables-overload.scss":"954c56e62cfb514c463a06ba2b8beae7","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/bulma.scss":"ac6337c71901f71b197a6628404a70fa","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_all.scss":"e374bc4ffb043b458d29e319b37fec03","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_initial-variables.scss":"527552844220a961a10b9af7b75add8b","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_functions.scss":"b39215085d7b424be74e05ae0c9a096b","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_animations.scss":"9eeec504cab94a45a597592020b7f0e7","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_mixins.scss":"6201fa9f37198a13291708785bed8c9c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/utilities\/_controls.scss":"d2fd10c6dc0750b99b1f40952e8a4562","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/base\/_all.scss":"22cda0b152315361269f768c4a0e08d0","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/base\/_minireset.scss":"53ee547c0bff77ba3e6353def2f8729b","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/base\/_generic.scss":"c6a82d37120ed7d2dc7a64dccac78efd","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_all.scss":"c97722cd26e014967f6bff6133d43b44","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_box.scss":"d951bc383ad44b7497e9e9b1ab0dbe9c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_button.scss":"7ab91729f48c3e49d0f6efafda6cbf6f","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_container.scss":"e4cbd75d93c57a919fd4c183ef80e4ba","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_content.scss":"4123c3d4d782cfbaaa8d4726f3a0425a","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_icon.scss":"b9900e2949eaa5a81a56ec382120cf39","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_image.scss":"4a1e324a1b4accad3e777f1bf0117089","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_notification.scss":"5573e46f01e45b1943a574ec1bdbe83c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_progress.scss":"3700aa5f4e7b0f58b932e242b3bca415","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_table.scss":"4926ed56e8c53fd01543a66c009e0812","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_tag.scss":"b09d520b88f166e2847aed34f1f391e9","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_title.scss":"ecf774ebb3ddaa9097ea7fc66f416a0c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/elements\/_other.scss":"0e3571082a9629565dddb46712695756","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_all.scss":"414c51848e9f554070f97df2fe347a78","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_shared.scss":"73134a972f286fb24dc44e01ef0cf679","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_input-textarea.scss":"73e1d5c1673fdcd4c70d4a3125a3cdb5","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_checkbox-radio.scss":"c7430dbb855100ff193641bf31904ccb","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_select.scss":"c16a527986de7020f25e263943729937","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_file.scss":"c7a1351cfd94269350029a92dc7db83e","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/form\/_tools.scss":"c2bf0379d43ef365c981b38ef6bfff6c","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_all.scss":"398290ce7b00255b62e0b0c3ad6e6001","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_breadcrumb.scss":"7d90b4a6fae954f3e0c5e42e8c0c452d","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_card.scss":"16ea78a5288bd6ef6f665f1617b56702","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_dropdown.scss":"1a104de77315d37b7bdbd63eb3713be3","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_level.scss":"ce9549ec67ec27e93525de339d5bca87","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_media.scss":"ce5a90fcd100550bb754911ded93b055","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_menu.scss":"95b9cf3ffaec3122b790d86b0e27d299","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_message.scss":"0eff66899482f72804bf97b54e2a1e43","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_modal.scss":"b028228728cd5d50024ec4df9a8ecad3","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_navbar.scss":"8fb55c78c7bceee235db0ce27b344ada","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_pagination.scss":"6f4118ee0348e59cb1e4352d07a913bb","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_panel.scss":"c02cac8901cd7355b3e17ff832fcc59e","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/components\/_tabs.scss":"7b1d3b07dad7d06c9845bf244bceb985","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/grid\/_all.scss":"dff17fcb0a743bc82e2f130ae638baaa","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/grid\/_columns.scss":"52a2c66125f03f8dd707837b2ae67be5","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/grid\/_tiles.scss":"c3cbb200243be1702bf3f20fc003a133","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_all.scss":"cc385355f8f6ac3947c46ac83ffb9621","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_color.scss":"acbcbb2198ae9d0ee36a471d18b6d003","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_float.scss":"1e1656cbd9628e4889ed0c669ff8d552","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_other.scss":"8ea9052a4dff7ce651cb480ae76c3537","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_overflow.scss":"724297f6af3b8ca69fd8532d36992b1f","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_position.scss":"41d70d52c4d9078622e374f96f2266c5","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_spacing.scss":"d54ad9ee813ef6a96aeb2b6b39295909","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_typography.scss":"017c280d5e0d4fe90aa54067d483c965","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/helpers\/_visibility.scss":"4fa33c151d85b0dd99ed1bab93185461","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/layout\/_all.scss":"cd3a2d35edc7b6d00bc65585b2b35961","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/layout\/_hero.scss":"44f9f81a58020b964b856c914c327430","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/layout\/_section.scss":"eacc632700c2257f51bdcabe7dc13d04","..\/css\/backoffice\/vendors\/..\/..\/..\/node_modules\/bulma-scss\/layout\/_footer.scss":"fb4c389411fcff6aacabf5e4de0c403e","..\/css\/backoffice\/vendors\/_ckeditor.scss":"0e6ee840c9fbada2d13b4918a95241c8","..\/css\/backoffice\/vendors\/_tippy.scss":"2863b585a42218efb785358d64a18a87","..\/css\/backoffice\/vendors\/_jqueryui.scss":"8733156db6be5417f9ceb3075f8840fa","..\/css\/backoffice\/vendors\/_jquery-multiselect.scss":"dc1d0d81db2d454cf3455d5ad9aafffc","..\/css\/backoffice\/vendors\/_datatables.scss":"fb07288f9f7b2c0f9722332520a96ee9","..\/css\/backoffice\/vendors\/_jquery-treeview.scss":"d962e8db308512292d1ea04d777d3761","..\/css\/backoffice\/vendors\/_jquery-blockui.scss":"7fe1b1960c47c047b5c2d1d7b14432cf","..\/css\/backoffice\/base\/_all.scss":"5a90fbde32f512506f5822ae9f5e05df","..\/css\/backoffice\/base\/_base.scss":"de2605ea6cb59fe350ee33d9714acd09","..\/css\/backoffice\/base\/_typography.scss":"6eb47d257105bd09af2c4ef2355c6dda","..\/css\/backoffice\/components\/_all.scss":"3a838df1f0e1542d78cb92a0fb296c66","..\/css\/backoffice\/components\/_alert.scss":"7fc9f0828154856191568b2a6ce6be68","..\/css\/backoffice\/components\/_button.scss":"3c40a0ce008cebaf48b2946f7d6b62a7","..\/css\/backoffice\/components\/_button-group.scss":"358f1096ffeb30e1d86a2df6c9cca347","..\/css\/backoffice\/components\/_breadcrumbs.scss":"5c09da570e7e95e581bbf6259136bc1b","..\/css\/backoffice\/components\/_collapsible-section.scss":"7eac365bc268ed2eaa76ad6f6afe8d26","..\/css\/backoffice\/components\/_quick-create.scss":"4bf080f5a61c47eaa267a135df3ad3b7","..\/css\/backoffice\/components\/_global-search.scss":"56fd8bcca905d9e168132891a261dbcb","..\/css\/backoffice\/components\/popover-menu\/_popover-menu.scss":"7bf9c17f1879407cb89fd618fece15ab","..\/css\/backoffice\/components\/popover-menu\/_popover-menu-item.scss":"600dc940298af35514f08a580e2f4b1b","..\/css\/backoffice\/components\/_newsroom-menu.scss":"13572143d252f851a0f353ad4bef2e50","..\/css\/backoffice\/components\/_panel.scss":"fff6ceea3f3fb4658fd1ad868144e3d4","..\/css\/backoffice\/components\/_modal.scss":"d41d8cd98f00b204e9800998ecf8427e","..\/css\/backoffice\/components\/dashlet\/_all.scss":"c9dd70be9f33b53701c6afc7a4749190","..\/css\/backoffice\/components\/dashlet\/_dashlet.scss":"ff28a7feb69a4fe1d7bf7b029db32db9","..\/css\/backoffice\/components\/dashlet\/_dashlet-badge.scss":"d0ab5c7d780e33cc0678ec6b62397da9","..\/css\/backoffice\/components\/dashlet\/_dashlet-header-static.scss":"746ebb209bcf98ff745d2a2844399b48","..\/css\/backoffice\/components\/dashlet\/_dashlet-header-dynamic.scss":"460760cb90b5dad96de59b7c28249637","..\/css\/backoffice\/components\/input\/_all.scss":"c8bceeb98cc73d95740ae86aaf504fcb","..\/css\/backoffice\/components\/input\/_input.scss":"489f58e58ebf24722a312fae9cc4e592","..\/css\/backoffice\/components\/input\/_input-checkbox.scss":"ad1644e915cffbee9b94012a8a17949c","..\/css\/backoffice\/components\/input\/_input-date.scss":"9322d73459bd5e9ddc9e830eb92a6c1b","..\/css\/backoffice\/components\/input\/_input-datetime.scss":"ee3f15ab1dde584bf65457bbed3668cc","..\/css\/backoffice\/components\/input\/_input-duration.scss":"6d12508069ff3ca94bfa142c4228f2cb","..\/css\/backoffice\/components\/input\/_input-image.scss":"fae0b98d530e4929f22e16bd5c7adaf1","..\/css\/backoffice\/components\/input\/_input-select.scss":"5c8dfcd6ced0449ed4403df2b16c6004","..\/css\/backoffice\/components\/input\/_input-select-icon.scss":"7356bd623ae91ac9c3df1bc2c52061ef","..\/css\/backoffice\/components\/input\/_input-string.scss":"d41d8cd98f00b204e9800998ecf8427e","..\/css\/backoffice\/components\/input\/_input-set.scss":"1b17f6ca73bf1ebaa0e0d8c7ddc7e270","..\/css\/backoffice\/components\/input\/_input-text.scss":"4c9a105fdc075fe5e554374f59b7ce5d","..\/css\/backoffice\/components\/_pill.scss":"53c3964c01406435002eafe4fd282d16","..\/css\/backoffice\/components\/_prop.scss":"2c29ce740e9301491df004baa7da78af","..\/css\/backoffice\/components\/_title.scss":"9c14ded80108baa16103656d83c0ed86","..\/css\/backoffice\/components\/_datatable.scss":"f9cd9a6c4584b11d99cf24d60856aa72","..\/css\/backoffice\/components\/_form.scss":"d5d39f9c0545b33c8055d62ef6fb5e3c","..\/css\/backoffice\/components\/_fieldset.scss":"c7ea22d096b2d42c0c7771d40ca8a2f8","..\/css\/backoffice\/components\/_field.scss":"d7678dad674ca2b47b9f731cbbf10113","..\/css\/backoffice\/components\/toolbar\/_all.scss":"12e9e9094b4f7d0ccbb4428383b6e728","..\/css\/backoffice\/components\/toolbar\/_toolbar.scss":"e7078bb37ef355ba217c1a8a9f587e1a","..\/css\/backoffice\/components\/toolbar\/_toolbar-spacer.scss":"1fcdd603b20e5848235e930014887d73","..\/css\/backoffice\/components\/toolbar\/_separator.scss":"8ca10dcc3f1d469623d0538748acd4d5","..\/css\/backoffice\/components\/_richtext.scss":"361c5ded07c8e835619bf45e10f7a602","..\/css\/backoffice\/components\/_formtable.scss":"94dc266452aeb26f6525a24f84e5e383","..\/css\/backoffice\/components\/_formtablerow.scss":"94dc266452aeb26f6525a24f84e5e383","..\/css\/backoffice\/components\/_search-form.scss":"e0d92193caa9f07bd6b1a77f4e200973","..\/css\/backoffice\/components\/_field-badge.scss":"6b17d29444a892aa1ca6b044abd8d7a4","..\/css\/backoffice\/components\/_file-select.scss":"5684f09d237002f6342ca1013b3a0344","..\/css\/backoffice\/components\/_medallion-icon.scss":"ccff061880095b8f9f40412293ac9f76","..\/css\/backoffice\/layout\/_all.scss":"0740142302cd8e2e19139b2eaf6142e9","..\/css\/backoffice\/layout\/_navigation-menu.scss":"ad7ea09411e2475a1071fb45d1e442f9","..\/css\/backoffice\/layout\/_top-bar.scss":"6b5b96df40001d1bbb14d391a0d984ef","..\/css\/backoffice\/layout\/_content.scss":"86a5f6b2f2d1a7a9b088ef59c66e03c7","..\/css\/backoffice\/layout\/tab-container\/_tab-container.scss":"af919b900ec79ffef4cbbd1065279b5e","..\/css\/backoffice\/layout\/tab-container\/_tab.scss":"742392bfd94a5a115bc144ea9aa4ff3f","..\/css\/backoffice\/layout\/multi-column\/_multi-column.scss":"e99d4afb40886d6d942c5020b288b1b8","..\/css\/backoffice\/layout\/multi-column\/_column.scss":"699fdf1bd2b84325cc27792e60463ad7","..\/css\/backoffice\/layout\/dashboard\/_all.scss":"0caa6d19d2a52396cbe3752d5bfcd6da","..\/css\/backoffice\/layout\/dashboard\/_dashboard.scss":"7c4368998b0a2b670913df7c56118edf","..\/css\/backoffice\/layout\/dashboard\/_dashboard-editor.scss":"a23f828380343f81405c188bfd53fbbf","..\/css\/backoffice\/layout\/wizard-container\/_wizard-container.scss":"6397850c8975248830a1abf177e13023","..\/css\/backoffice\/layout\/object\/_object-details.scss":"9000dd0ea72345d8ee89b3a3fe8a5ee2","..\/css\/backoffice\/layout\/activity-panel\/_all.scss":"e9a1eae6d8be777f838919d22e5e3e45","..\/css\/backoffice\/layout\/activity-panel\/_activity-panel.scss":"1b28e9c0e0e6720de56cb54d3648ae42","..\/css\/backoffice\/layout\/activity-panel\/_caselog-entry-form.scss":"bb6d49f017e9cf73b3e4ec3f7e5f1637","..\/css\/backoffice\/layout\/activity-panel\/_activity-entry.scss":"3e69044d99656baed3c57c474bf35e8c","..\/css\/backoffice\/layout\/activity-panel\/_caselog-entry.scss":"8b6fb224c4a598bd8987e5f8e32e6405","..\/css\/backoffice\/layout\/activity-panel\/_transition-entry.scss":"054a4415337e48a907cd9682e2f1ca05","..\/css\/backoffice\/layout\/activity-panel\/_edits-entry.scss":"9463d0a303d9be3a28b5feacca662b9c","..\/css\/backoffice\/layout\/activity-panel\/_notification-entry.scss":"76b7431c8953ff7db5c1a2c4218e00d1","..\/css\/backoffice\/application\/_all.scss":"c195d8a4e036571ec39869febd886bab","..\/css\/backoffice\/application\/display-block\/_all.scss":"0c62468c0c5056317dcf897070d15450","..\/css\/backoffice\/application\/display-block\/_block-csv.scss":"8698dfb104cb8986453fec80e4ef64c9","..\/css\/backoffice\/application\/tabular-fields\/_all.scss":"4f6a05c7f41b0bfd60dd91b442ff95a9","..\/css\/backoffice\/application\/tabular-fields\/_tabular-fields-selector.scss":"7bd19292fd0a4801612b9889ba7480e4","..\/css\/backoffice\/pages\/_all.scss":"84b5f499283c2d0ad35999d77d2d24ac","..\/css\/backoffice\/pages\/_base.scss":"0ddd68ed0a5c8e3a1d979f7b763785cc","..\/css\/backoffice\/pages\/_preferences.scss":"4b94210a910e9c1df1fcd93c02916f36","..\/css\/backoffice\/pages\/_attachments.scss":"3c1a03b53ed9edbdd1bf94b215536d3a","..\/css\/backoffice\/pages\/_impact-analysis.scss":"6ce563252f413877876431f6a067c6ba","..\/css\/backoffice\/pages\/_audit.scss":"100f725cb6f0b801fda8243cf9342f26","..\/css\/backoffice\/pages\/_data-synchro.scss":"0c0cc941c901d5ffa4dc0845e6f11d6c","..\/css\/backoffice\/pages\/_datamodel-viewer.scss":"e11bb77c712cbbaa22a11ed24949b239","..\/css\/backoffice\/pages\/_csv-import.scss":"c32a07561c1a90ff754b7da2181b7020","..\/css\/backoffice\/pages\/_global-search.scss":"da4695e624d3a95e3b1c9035b4529a20","..\/css\/backoffice\/pages\/_welcome-popup.scss":"bd2b7cb8e148fc5e469e553e596001e4","..\/css\/backoffice\/blocks-integrations\/_all.scss":"dab5c6553d9933024df8bac361321b6d","..\/css\/backoffice\/blocks-integrations\/_dashlet-within-dashboard.scss":"b9c1693a941732c66a9fb92e51609fc7","..\/css\/backoffice\/blocks-integrations\/_add-to-dashboard.scss":"3ecdea8473b6014dd4e73f98e6eaa5b1","..\/css\/backoffice\/blocks-integrations\/_caselog-entry-form-within-activity-panel.scss":"0ad42544e79da33693facb23eae57b9e","..\/css\/backoffice\/blocks-integrations\/_panel-with-datatable.scss":"a96f57fa925f87f0c17eacec6ba98fb9","..\/css\/backoffice\/blocks-integrations\/_panel-with-tab-container.scss":"76cc2f643ccb2f328c36bd335b39987e","..\/css\/backoffice\/blocks-integrations\/_panel-within-main-content.scss":"9dc159ee111f430586e34b19f6a77763","..\/css\/backoffice\/blocks-integrations\/_panel-within-modal.scss":"19322d657236c17402a057298aa6e9e9","..\/css\/backoffice\/blocks-integrations\/_object-details-with-tab-container.scss":"e75862e46d156fbedc074ac7055813de","..\/css\/backoffice\/blocks-integrations\/_medallion-with-blocklist.scss":"2e06df8c1f7ef94e5476e6f3571573ec","..\/css\/backoffice\/blocks-integrations\/_input-within-datatable.scss":"80678af7854753f4e4248bd26c72ecef","..\/css\/backoffice\/blocks-integrations\/_jquery-blockui-within-dialog.scss":"5544331904527d068b1bbb2ea340b679","..\/css\/backoffice\/blocks-integrations\/_jquery-blockui-within-datatable.scss":"b7c6739bc263a91779a636a6d188d511","..\/css\/backoffice\/themes\/_all.scss":"afefab135bcf21daffa3022ce4529a08","..\/css\/backoffice\/_fallback.scss":"26fa12345b0cbb992c8dfd08b5969cad","..\/css\/backoffice\/_shame.scss":"4ca49acf53df3f6f176a680172808a08"}} === SIGNATURE END === */ /*! @@ -10358,6 +10358,13 @@ ul.cke_autocomplete_panel .ibo-vendors-ckeditor--autocomplete-item-image { ul.cke_autocomplete_panel .ibo-vendors-ckeditor--autocomplete-item-title { color: #3A3A3A; } +/*! + * @copyright Copyright (C) 2010-2021 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ +.tippy-content { + white-space: pre-line; +} /*! * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 diff --git a/datamodels/2.x/itop-tickets/dictionaries/zh_cn.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/dictionaries/zh_cn.dict.itop-tickets.php index 3909876eb..1389696ae 100644 --- a/datamodels/2.x/itop-tickets/dictionaries/zh_cn.dict.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/dictionaries/zh_cn.dict.itop-tickets.php @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with iTop. If not, see */ - // Dictionnay conventions // Class: // Class:+ @@ -30,12 +29,9 @@ // Class:/Attribute:/Value:+ // Class:/Stimulus: // Class:/Stimulus:+ - - // // Class: Ticket // - Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'Class:Ticket' => '工单', 'Class:Ticket+' => '', diff --git a/datamodels/2.x/version.xml b/datamodels/2.x/version.xml index 7a2f5e676..5a221a50c 100755 --- a/datamodels/2.x/version.xml +++ b/datamodels/2.x/version.xml @@ -1,4 +1,4 @@ - 3.0.0-beta + 3.0.0-beta2 diff --git a/dictionaries/cs.dictionary.itop.ui.php b/dictionaries/cs.dictionary.itop.ui.php index 6d29bf725..a19a84922 100755 --- a/dictionaries/cs.dictionary.itop.ui.php +++ b/dictionaries/cs.dictionary.itop.ui.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - ////////////////////////////////////////////////////////////////////// // Classes in 'gui' ////////////////////////////////////////////////////////////////////// diff --git a/dictionaries/da.dictionary.itop.ui.php b/dictionaries/da.dictionary.itop.ui.php index acb6b2094..3adb7683c 100644 --- a/dictionaries/da.dictionary.itop.ui.php +++ b/dictionaries/da.dictionary.itop.ui.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('DA DA', 'Danish', 'Dansk', array( 'Class:AuditCategory' => 'Audit-kategori', 'Class:AuditCategory+' => 'Udsnit af alle Audits', diff --git a/dictionaries/de.dictionary.itop.core.php b/dictionaries/de.dictionary.itop.core.php index 478bc91c5..9a2525670 100644 --- a/dictionaries/de.dictionary.itop.core.php +++ b/dictionaries/de.dictionary.itop.core.php @@ -204,7 +204,7 @@ Operatoren:
'Core:AttributeTag' => 'Tags', 'Core:AttributeTag+' => 'Tags', - + 'Core:Context=REST/JSON' => 'REST', 'Core:Context=Synchro' => 'Synchro', 'Core:Context=Setup' => 'Setup', diff --git a/dictionaries/de.dictionary.itop.ui.php b/dictionaries/de.dictionary.itop.ui.php index 1e943b5d9..b4dc37c82 100644 --- a/dictionaries/de.dictionary.itop.ui.php +++ b/dictionaries/de.dictionary.itop.ui.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('DE DE', 'German', 'Deutsch', array( 'Class:AuditCategory' => 'Audit-Kategorie', 'Class:AuditCategory+' => 'Definition einer Objektgruppe, die durch Regeln überprüft werden soll.', @@ -1464,6 +1463,11 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm 'UI:Search:AddCriteria:List:Others:Title' => 'Andere', 'UI:Search:AddCriteria:List:RecentlyUsed:Placeholder' => 'Noch keine', + // - Criteria header actions + 'UI:Search:Criteria:Toggle' => 'Minimize / Expand~~', + 'UI:Search:Criteria:Remove' => 'Remove~~', + 'UI:Search:Criteria:Locked' => 'Locked~~', + // - Criteria titles // - Default widget 'UI:Search:Criteria:Title:Default:Any' => '%1$s: Beliebig', diff --git a/dictionaries/es_cr.dictionary.itop.ui.php b/dictionaries/es_cr.dictionary.itop.ui.php index 44796aa21..d81068ded 100644 --- a/dictionaries/es_cr.dictionary.itop.ui.php +++ b/dictionaries/es_cr.dictionary.itop.ui.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - ////////////////////////////////////////////////////////////////////// // Classes in 'gui' ////////////////////////////////////////////////////////////////////// diff --git a/dictionaries/fr.dictionary.itop.ui.php b/dictionaries/fr.dictionary.itop.ui.php index a3afc8702..b0245f3f4 100644 --- a/dictionaries/fr.dictionary.itop.ui.php +++ b/dictionaries/fr.dictionary.itop.ui.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('FR FR', 'French', 'Français', array( 'Class:AuditCategory' => 'Catégorie d\'audit', 'Class:AuditCategory+' => 'Une section de l\'audit', diff --git a/dictionaries/hu.dictionary.itop.ui.php b/dictionaries/hu.dictionary.itop.ui.php index 604be8c72..d9acdb8a4 100755 --- a/dictionaries/hu.dictionary.itop.ui.php +++ b/dictionaries/hu.dictionary.itop.ui.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('HU HU', 'Hungarian', 'Magyar', array( 'Class:AuditCategory' => 'Audit kategória', 'Class:AuditCategory+' => '', @@ -1468,7 +1467,6 @@ Akció kiváltó okhoz rendelésekor kap egy sorszámot , amely meghatározza az 'UI:Search:Criteria:Toggle' => 'Minimize / Expand~~', 'UI:Search:Criteria:Remove' => 'Remove~~', 'UI:Search:Criteria:Locked' => 'Locked~~', - 'UI:Search:Criteria:Locked' => 'Locked~~', // - Criteria titles // - Default widget diff --git a/dictionaries/it.dictionary.itop.ui.php b/dictionaries/it.dictionary.itop.ui.php index 112cf1896..234c21d44 100644 --- a/dictionaries/it.dictionary.itop.ui.php +++ b/dictionaries/it.dictionary.itop.ui.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - ////////////////////////////////////////////////////////////////////// // Classes in 'gui' ////////////////////////////////////////////////////////////////////// diff --git a/dictionaries/ja.dictionary.itop.ui.php b/dictionaries/ja.dictionary.itop.ui.php index 0dc58c0e6..a5f7228b6 100644 --- a/dictionaries/ja.dictionary.itop.ui.php +++ b/dictionaries/ja.dictionary.itop.ui.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('JA JP', 'Japanese', '日本語', array( 'Class:AuditCategory' => '監査カテゴリ', 'Class:AuditCategory+' => '監査全体の内部セクション', diff --git a/dictionaries/nl.dictionary.itop.core.php b/dictionaries/nl.dictionary.itop.core.php index d083b2d45..7901d2d7c 100644 --- a/dictionaries/nl.dictionary.itop.core.php +++ b/dictionaries/nl.dictionary.itop.core.php @@ -1121,3 +1121,6 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'Class:ResourceSystemMenu' => 'Tool "System Menu"', 'Class:ResourceSystemMenu+' => '', )); + + + diff --git a/dictionaries/nl.dictionary.itop.ui.php b/dictionaries/nl.dictionary.itop.ui.php index d186dd0bc..508ecc369 100644 --- a/dictionaries/nl.dictionary.itop.ui.php +++ b/dictionaries/nl.dictionary.itop.ui.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - ////////////////////////////////////////////////////////////////////// // Classes in 'gui' ////////////////////////////////////////////////////////////////////// @@ -1211,6 +1210,7 @@ Bij die koppeling wordt aan elke actie een volgorde-nummer gegeven. Dit bepaalt 'UI:Dashboard:Actions' => 'Dashboard acties', 'UI:Dashboard:NotUpToDateUntilContainerSaved' => 'This dashboard displays information that does not include the on-going changes.~~', + 'UI:DashletCreation:Title' => 'Maak een nieuwe Dashlet aan', 'UI:DashletCreation:Dashboard' => 'Dashboard', 'UI:DashletCreation:DashletType' => 'Soort dashlet', diff --git a/dictionaries/pt_br.dictionary.itop.ui.php b/dictionaries/pt_br.dictionary.itop.ui.php index a4c0110c0..670083b3a 100644 --- a/dictionaries/pt_br.dictionary.itop.ui.php +++ b/dictionaries/pt_br.dictionary.itop.ui.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - ////////////////////////////////////////////////////////////////////// // Classes in 'gui' ////////////////////////////////////////////////////////////////////// diff --git a/dictionaries/ru.dictionary.itop.ui.php b/dictionaries/ru.dictionary.itop.ui.php index d1e57431a..6eec27216 100644 --- a/dictionaries/ru.dictionary.itop.ui.php +++ b/dictionaries/ru.dictionary.itop.ui.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - /** * Локализация интерфейса Combodo iTop подготовлена сообществом iTop по-русски http://community.itop-itsm.ru. * diff --git a/dictionaries/tr.dictionary.itop.ui.php b/dictionaries/tr.dictionary.itop.ui.php index ec6c01ef7..b806e2943 100644 --- a/dictionaries/tr.dictionary.itop.ui.php +++ b/dictionaries/tr.dictionary.itop.ui.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - ////////////////////////////////////////////////////////////////////// // Classes in 'gui' ////////////////////////////////////////////////////////////////////// diff --git a/dictionaries/ui/components/datatable/cs.dictionary.itop.datatable.php b/dictionaries/ui/components/datatable/cs.dictionary.itop.datatable.php index 508a5663e..6dfe73162 100644 --- a/dictionaries/ui/components/datatable/cs.dictionary.itop.datatable.php +++ b/dictionaries/ui/components/datatable/cs.dictionary.itop.datatable.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Display DataTable Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'UI:Datatables:Language:Processing' => 'Please wait...~~', diff --git a/dictionaries/ui/components/datatable/da.dictionary.itop.datatable.php b/dictionaries/ui/components/datatable/da.dictionary.itop.datatable.php index 86c6af0bb..c1461160e 100644 --- a/dictionaries/ui/components/datatable/da.dictionary.itop.datatable.php +++ b/dictionaries/ui/components/datatable/da.dictionary.itop.datatable.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Display DataTable Dict::Add('DA DA', 'Danish', 'Dansk', array( 'UI:Datatables:Language:Processing' => 'Please wait...~~', diff --git a/dictionaries/ui/components/datatable/de.dictionary.itop.datatable.php b/dictionaries/ui/components/datatable/de.dictionary.itop.datatable.php index 482ea7290..631492d5a 100644 --- a/dictionaries/ui/components/datatable/de.dictionary.itop.datatable.php +++ b/dictionaries/ui/components/datatable/de.dictionary.itop.datatable.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Display DataTable Dict::Add('DE DE', 'German', 'Deutsch', array( 'UI:Datatables:Language:Processing' => 'Bitte warten...', diff --git a/dictionaries/ui/components/datatable/es_cr.dictionary.itop.datatable.php b/dictionaries/ui/components/datatable/es_cr.dictionary.itop.datatable.php index f2191ac57..89edc1691 100644 --- a/dictionaries/ui/components/datatable/es_cr.dictionary.itop.datatable.php +++ b/dictionaries/ui/components/datatable/es_cr.dictionary.itop.datatable.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Display DataTable Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'UI:Datatables:Language:Processing' => 'Please wait...~~', diff --git a/dictionaries/ui/components/datatable/hu.dictionary.itop.datatable.php b/dictionaries/ui/components/datatable/hu.dictionary.itop.datatable.php index 0a9783bff..8957f0c7b 100644 --- a/dictionaries/ui/components/datatable/hu.dictionary.itop.datatable.php +++ b/dictionaries/ui/components/datatable/hu.dictionary.itop.datatable.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Display DataTable Dict::Add('HU HU', 'Hungarian', 'Magyar', array( 'UI:Datatables:Language:Processing' => 'Please wait...~~', diff --git a/dictionaries/ui/components/datatable/it.dictionary.itop.datatable.php b/dictionaries/ui/components/datatable/it.dictionary.itop.datatable.php index 3c8a3d77c..22ddb024e 100644 --- a/dictionaries/ui/components/datatable/it.dictionary.itop.datatable.php +++ b/dictionaries/ui/components/datatable/it.dictionary.itop.datatable.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Display DataTable Dict::Add('IT IT', 'Italian', 'Italiano', array( 'UI:Datatables:Language:Processing' => 'Please wait...~~', diff --git a/dictionaries/ui/components/datatable/ja.dictionary.itop.datatable.php b/dictionaries/ui/components/datatable/ja.dictionary.itop.datatable.php index 80b4ff5a2..5710d3159 100644 --- a/dictionaries/ui/components/datatable/ja.dictionary.itop.datatable.php +++ b/dictionaries/ui/components/datatable/ja.dictionary.itop.datatable.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Display DataTable Dict::Add('JA JP', 'Japanese', '日本語', array( 'UI:Datatables:Language:Processing' => 'Please wait...~~', diff --git a/dictionaries/ui/components/datatable/nl.dictionary.itop.datatable.php b/dictionaries/ui/components/datatable/nl.dictionary.itop.datatable.php index ddcd11515..7a977dc40 100644 --- a/dictionaries/ui/components/datatable/nl.dictionary.itop.datatable.php +++ b/dictionaries/ui/components/datatable/nl.dictionary.itop.datatable.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Display DataTable Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'UI:Datatables:Language:Processing' => 'Even geduld…', @@ -28,4 +27,4 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'UI:Datatables:Language:DisplayLength:All' => 'Alles', 'UI:Datatables:Language:Sort:Ascending' => 'Oplopend sorteren', 'UI:Datatables:Language:Sort:Descending' => 'Aflopend sorteren', -)); +)); \ No newline at end of file diff --git a/dictionaries/ui/components/datatable/pt_br.dictionary.itop.datatable.php b/dictionaries/ui/components/datatable/pt_br.dictionary.itop.datatable.php index d7e29e169..2f65f8039 100644 --- a/dictionaries/ui/components/datatable/pt_br.dictionary.itop.datatable.php +++ b/dictionaries/ui/components/datatable/pt_br.dictionary.itop.datatable.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Display DataTable Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'UI:Datatables:Language:Processing' => 'Please wait...~~', diff --git a/dictionaries/ui/components/datatable/ru.dictionary.itop.datatable.php b/dictionaries/ui/components/datatable/ru.dictionary.itop.datatable.php index af6f3202a..13b9b16f8 100644 --- a/dictionaries/ui/components/datatable/ru.dictionary.itop.datatable.php +++ b/dictionaries/ui/components/datatable/ru.dictionary.itop.datatable.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Display DataTable Dict::Add('RU RU', 'Russian', 'Русский', array( 'UI:Datatables:Language:Processing' => 'Please wait...~~', diff --git a/dictionaries/ui/components/datatable/sk.dictionary.itop.datatable.php b/dictionaries/ui/components/datatable/sk.dictionary.itop.datatable.php index 971e3c1c5..6774bb758 100644 --- a/dictionaries/ui/components/datatable/sk.dictionary.itop.datatable.php +++ b/dictionaries/ui/components/datatable/sk.dictionary.itop.datatable.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Display DataTable Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( 'UI:Datatables:Language:Processing' => 'Please wait...~~', diff --git a/dictionaries/ui/components/datatable/tr.dictionary.itop.datatable.php b/dictionaries/ui/components/datatable/tr.dictionary.itop.datatable.php index 9057225c4..9d9039481 100644 --- a/dictionaries/ui/components/datatable/tr.dictionary.itop.datatable.php +++ b/dictionaries/ui/components/datatable/tr.dictionary.itop.datatable.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Display DataTable Dict::Add('TR TR', 'Turkish', 'Türkçe', array( 'UI:Datatables:Language:Processing' => 'Please wait...~~', diff --git a/dictionaries/ui/components/datatable/zh_cn.dictionary.itop.datatable.php b/dictionaries/ui/components/datatable/zh_cn.dictionary.itop.datatable.php index 5980f6e9e..6ee624cdc 100644 --- a/dictionaries/ui/components/datatable/zh_cn.dictionary.itop.datatable.php +++ b/dictionaries/ui/components/datatable/zh_cn.dictionary.itop.datatable.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Display DataTable Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'UI:Datatables:Language:Processing' => '请稍候...', diff --git a/dictionaries/ui/components/field/cs.dictionary.itop.field.php b/dictionaries/ui/components/field/cs.dictionary.itop.field.php index 8329f0625..4027abddd 100644 --- a/dictionaries/ui/components/field/cs.dictionary.itop.field.php +++ b/dictionaries/ui/components/field/cs.dictionary.itop.field.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values~~', diff --git a/dictionaries/ui/components/field/da.dictionary.itop.field.php b/dictionaries/ui/components/field/da.dictionary.itop.field.php index 51d6afe0b..5df4c21c4 100644 --- a/dictionaries/ui/components/field/da.dictionary.itop.field.php +++ b/dictionaries/ui/components/field/da.dictionary.itop.field.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('DA DA', 'Danish', 'Dansk', array( 'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values~~', diff --git a/dictionaries/ui/components/field/de.dictionary.itop.field.php b/dictionaries/ui/components/field/de.dictionary.itop.field.php index 4c6037329..f85c269da 100644 --- a/dictionaries/ui/components/field/de.dictionary.itop.field.php +++ b/dictionaries/ui/components/field/de.dictionary.itop.field.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('DE DE', 'German', 'Deutsch', array( 'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unbekannte Werte', diff --git a/dictionaries/ui/components/field/es_cr.dictionary.itop.field.php b/dictionaries/ui/components/field/es_cr.dictionary.itop.field.php index 20838d927..55210d66e 100644 --- a/dictionaries/ui/components/field/es_cr.dictionary.itop.field.php +++ b/dictionaries/ui/components/field/es_cr.dictionary.itop.field.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values~~', diff --git a/dictionaries/ui/components/field/fr.dictionary.itop.field.php b/dictionaries/ui/components/field/fr.dictionary.itop.field.php index b8d53194c..a3cb1c34b 100644 --- a/dictionaries/ui/components/field/fr.dictionary.itop.field.php +++ b/dictionaries/ui/components/field/fr.dictionary.itop.field.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('FR FR', 'French', 'Français', array( 'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Valeurs inconnues', diff --git a/dictionaries/ui/components/field/hu.dictionary.itop.field.php b/dictionaries/ui/components/field/hu.dictionary.itop.field.php index 3387f6326..0416a06a2 100644 --- a/dictionaries/ui/components/field/hu.dictionary.itop.field.php +++ b/dictionaries/ui/components/field/hu.dictionary.itop.field.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('HU HU', 'Hungarian', 'Magyar', array( 'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values~~', diff --git a/dictionaries/ui/components/field/it.dictionary.itop.field.php b/dictionaries/ui/components/field/it.dictionary.itop.field.php index eebb630bf..7f32be795 100644 --- a/dictionaries/ui/components/field/it.dictionary.itop.field.php +++ b/dictionaries/ui/components/field/it.dictionary.itop.field.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('IT IT', 'Italian', 'Italiano', array( 'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values~~', diff --git a/dictionaries/ui/components/field/ja.dictionary.itop.field.php b/dictionaries/ui/components/field/ja.dictionary.itop.field.php index 5fec97f47..aa521d0e5 100644 --- a/dictionaries/ui/components/field/ja.dictionary.itop.field.php +++ b/dictionaries/ui/components/field/ja.dictionary.itop.field.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('JA JP', 'Japanese', '日本語', array( 'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values~~', diff --git a/dictionaries/ui/components/field/nl.dictionary.itop.field.php b/dictionaries/ui/components/field/nl.dictionary.itop.field.php index 3b944f7a4..45fda716c 100644 --- a/dictionaries/ui/components/field/nl.dictionary.itop.field.php +++ b/dictionaries/ui/components/field/nl.dictionary.itop.field.php @@ -16,8 +16,7 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Onbekende waardes', -)); +)); \ No newline at end of file diff --git a/dictionaries/ui/components/field/pt_br.dictionary.itop.field.php b/dictionaries/ui/components/field/pt_br.dictionary.itop.field.php index c5ecc3ba9..7742d65e6 100644 --- a/dictionaries/ui/components/field/pt_br.dictionary.itop.field.php +++ b/dictionaries/ui/components/field/pt_br.dictionary.itop.field.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values~~', diff --git a/dictionaries/ui/components/field/ru.dictionary.itop.field.php b/dictionaries/ui/components/field/ru.dictionary.itop.field.php index a274e1a7c..292a59408 100644 --- a/dictionaries/ui/components/field/ru.dictionary.itop.field.php +++ b/dictionaries/ui/components/field/ru.dictionary.itop.field.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('RU RU', 'Russian', 'Русский', array( 'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values~~', diff --git a/dictionaries/ui/components/field/sk.dictionary.itop.field.php b/dictionaries/ui/components/field/sk.dictionary.itop.field.php index 01521582f..0143cdf9d 100644 --- a/dictionaries/ui/components/field/sk.dictionary.itop.field.php +++ b/dictionaries/ui/components/field/sk.dictionary.itop.field.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( 'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values~~', diff --git a/dictionaries/ui/components/field/tr.dictionary.itop.field.php b/dictionaries/ui/components/field/tr.dictionary.itop.field.php index c927035fe..cde9a7a9c 100644 --- a/dictionaries/ui/components/field/tr.dictionary.itop.field.php +++ b/dictionaries/ui/components/field/tr.dictionary.itop.field.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('TR TR', 'Turkish', 'Türkçe', array( 'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values~~', diff --git a/dictionaries/ui/components/field/zh_cn.dictionary.itop.field.php b/dictionaries/ui/components/field/zh_cn.dictionary.itop.field.php index 7ac376047..2d0522488 100644 --- a/dictionaries/ui/components/field/zh_cn.dictionary.itop.field.php +++ b/dictionaries/ui/components/field/zh_cn.dictionary.itop.field.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => '未知值', diff --git a/dictionaries/ui/components/global-search/cs.dictionary.itop.global-search.php b/dictionaries/ui/components/global-search/cs.dictionary.itop.global-search.php index 0320f9dad..36494980a 100644 --- a/dictionaries/ui/components/global-search/cs.dictionary.itop.global-search.php +++ b/dictionaries/ui/components/global-search/cs.dictionary.itop.global-search.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~', diff --git a/dictionaries/ui/components/global-search/da.dictionary.itop.global-search.php b/dictionaries/ui/components/global-search/da.dictionary.itop.global-search.php index 35e15a554..09db764e9 100644 --- a/dictionaries/ui/components/global-search/da.dictionary.itop.global-search.php +++ b/dictionaries/ui/components/global-search/da.dictionary.itop.global-search.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('DA DA', 'Danish', 'Dansk', array( 'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~', diff --git a/dictionaries/ui/components/global-search/de.dictionary.itop.global-search.php b/dictionaries/ui/components/global-search/de.dictionary.itop.global-search.php index c6bd2198b..4e3bd3b9b 100644 --- a/dictionaries/ui/components/global-search/de.dictionary.itop.global-search.php +++ b/dictionaries/ui/components/global-search/de.dictionary.itop.global-search.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('DE DE', 'German', 'Deutsch', array( 'UI:Component:GlobalSearch:Tooltip' => 'Durchsuche die gesamte Datenbank', diff --git a/dictionaries/ui/components/global-search/es_cr.dictionary.itop.global-search.php b/dictionaries/ui/components/global-search/es_cr.dictionary.itop.global-search.php index c8faab817..07050779a 100644 --- a/dictionaries/ui/components/global-search/es_cr.dictionary.itop.global-search.php +++ b/dictionaries/ui/components/global-search/es_cr.dictionary.itop.global-search.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~', diff --git a/dictionaries/ui/components/global-search/fr.dictionary.itop.global-search.php b/dictionaries/ui/components/global-search/fr.dictionary.itop.global-search.php index a04dc4c34..c1bbaf419 100644 --- a/dictionaries/ui/components/global-search/fr.dictionary.itop.global-search.php +++ b/dictionaries/ui/components/global-search/fr.dictionary.itop.global-search.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('FR FR', 'French', 'Français', array( 'UI:Component:GlobalSearch:Tooltip' => 'Rechercher dans toute l\'application', diff --git a/dictionaries/ui/components/global-search/hu.dictionary.itop.global-search.php b/dictionaries/ui/components/global-search/hu.dictionary.itop.global-search.php index 84753245f..59c148079 100644 --- a/dictionaries/ui/components/global-search/hu.dictionary.itop.global-search.php +++ b/dictionaries/ui/components/global-search/hu.dictionary.itop.global-search.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('HU HU', 'Hungarian', 'Magyar', array( 'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~', diff --git a/dictionaries/ui/components/global-search/it.dictionary.itop.global-search.php b/dictionaries/ui/components/global-search/it.dictionary.itop.global-search.php index 053121e04..eecafc51c 100644 --- a/dictionaries/ui/components/global-search/it.dictionary.itop.global-search.php +++ b/dictionaries/ui/components/global-search/it.dictionary.itop.global-search.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('IT IT', 'Italian', 'Italiano', array( 'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~', diff --git a/dictionaries/ui/components/global-search/ja.dictionary.itop.global-search.php b/dictionaries/ui/components/global-search/ja.dictionary.itop.global-search.php index b4b1216f5..d1264e7f8 100644 --- a/dictionaries/ui/components/global-search/ja.dictionary.itop.global-search.php +++ b/dictionaries/ui/components/global-search/ja.dictionary.itop.global-search.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('JA JP', 'Japanese', '日本語', array( 'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~', diff --git a/dictionaries/ui/components/global-search/nl.dictionary.itop.global-search.php b/dictionaries/ui/components/global-search/nl.dictionary.itop.global-search.php index 37fb90e19..0fb723a9e 100644 --- a/dictionaries/ui/components/global-search/nl.dictionary.itop.global-search.php +++ b/dictionaries/ui/components/global-search/nl.dictionary.itop.global-search.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'UI:Component:GlobalSearch:Tooltip' => 'Doorzoek de volledige applicatie', @@ -25,4 +24,4 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Je hebt nog geen enkele zoekopdracht gemaakt', 'UI:Component:GlobalSearch:HistoryDisabled' => 'Zoekgeschiedenis staat uit', 'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Open globale zoekopdracht', -)); +)); \ No newline at end of file diff --git a/dictionaries/ui/components/global-search/pt_br.dictionary.itop.global-search.php b/dictionaries/ui/components/global-search/pt_br.dictionary.itop.global-search.php index c5c0c5a07..cb75676eb 100644 --- a/dictionaries/ui/components/global-search/pt_br.dictionary.itop.global-search.php +++ b/dictionaries/ui/components/global-search/pt_br.dictionary.itop.global-search.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~', diff --git a/dictionaries/ui/components/global-search/ru.dictionary.itop.global-search.php b/dictionaries/ui/components/global-search/ru.dictionary.itop.global-search.php index a8acf91d7..c468eb457 100644 --- a/dictionaries/ui/components/global-search/ru.dictionary.itop.global-search.php +++ b/dictionaries/ui/components/global-search/ru.dictionary.itop.global-search.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('RU RU', 'Russian', 'Русский', array( 'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~', diff --git a/dictionaries/ui/components/global-search/sk.dictionary.itop.global-search.php b/dictionaries/ui/components/global-search/sk.dictionary.itop.global-search.php index fa4c250b0..d446c1efe 100644 --- a/dictionaries/ui/components/global-search/sk.dictionary.itop.global-search.php +++ b/dictionaries/ui/components/global-search/sk.dictionary.itop.global-search.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( 'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~', diff --git a/dictionaries/ui/components/global-search/tr.dictionary.itop.global-search.php b/dictionaries/ui/components/global-search/tr.dictionary.itop.global-search.php index 16823beb6..c50dd2950 100644 --- a/dictionaries/ui/components/global-search/tr.dictionary.itop.global-search.php +++ b/dictionaries/ui/components/global-search/tr.dictionary.itop.global-search.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('TR TR', 'Turkish', 'Türkçe', array( 'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~', diff --git a/dictionaries/ui/components/global-search/zh_cn.dictionary.itop.global-search.php b/dictionaries/ui/components/global-search/zh_cn.dictionary.itop.global-search.php index 84454bc09..bbc539da6 100644 --- a/dictionaries/ui/components/global-search/zh_cn.dictionary.itop.global-search.php +++ b/dictionaries/ui/components/global-search/zh_cn.dictionary.itop.global-search.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Global search Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'UI:Component:GlobalSearch:Tooltip' => '全局搜索', diff --git a/dictionaries/ui/components/quick-create/cs.dictionary.itop.quick-create.php b/dictionaries/ui/components/quick-create/cs.dictionary.itop.quick-create.php index 1f5999976..2eeda574a 100644 --- a/dictionaries/ui/components/quick-create/cs.dictionary.itop.quick-create.php +++ b/dictionaries/ui/components/quick-create/cs.dictionary.itop.quick-create.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Quick create Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'UI:Component:QuickCreate:Tooltip' => 'Quickly create any type of object~~', diff --git a/dictionaries/ui/components/quick-create/da.dictionary.itop.quick-create.php b/dictionaries/ui/components/quick-create/da.dictionary.itop.quick-create.php index 979ed934e..451ddc4c7 100644 --- a/dictionaries/ui/components/quick-create/da.dictionary.itop.quick-create.php +++ b/dictionaries/ui/components/quick-create/da.dictionary.itop.quick-create.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Quick create Dict::Add('DA DA', 'Danish', 'Dansk', array( 'UI:Component:QuickCreate:Tooltip' => 'Quickly create any type of object~~', diff --git a/dictionaries/ui/components/quick-create/de.dictionary.itop.quick-create.php b/dictionaries/ui/components/quick-create/de.dictionary.itop.quick-create.php index a3fbad10f..a4fee2679 100644 --- a/dictionaries/ui/components/quick-create/de.dictionary.itop.quick-create.php +++ b/dictionaries/ui/components/quick-create/de.dictionary.itop.quick-create.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Quick create Dict::Add('DE DE', 'German', 'Deutsch', array( 'UI:Component:QuickCreate:Tooltip' => 'Erstellen Sie schnell jeden Typ von Objekt', diff --git a/dictionaries/ui/components/quick-create/es_cr.dictionary.itop.quick-create.php b/dictionaries/ui/components/quick-create/es_cr.dictionary.itop.quick-create.php index 349093119..3f13a9e5e 100644 --- a/dictionaries/ui/components/quick-create/es_cr.dictionary.itop.quick-create.php +++ b/dictionaries/ui/components/quick-create/es_cr.dictionary.itop.quick-create.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Quick create Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'UI:Component:QuickCreate:Tooltip' => 'Quickly create any type of object~~', diff --git a/dictionaries/ui/components/quick-create/fr.dictionary.itop.quick-create.php b/dictionaries/ui/components/quick-create/fr.dictionary.itop.quick-create.php index e15c8c33f..48d736481 100644 --- a/dictionaries/ui/components/quick-create/fr.dictionary.itop.quick-create.php +++ b/dictionaries/ui/components/quick-create/fr.dictionary.itop.quick-create.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Quick create Dict::Add('FR FR', 'French', 'Français', array( 'UI:Component:QuickCreate:Tooltip' => 'Création rapide de n\'importe quel objet', diff --git a/dictionaries/ui/components/quick-create/hu.dictionary.itop.quick-create.php b/dictionaries/ui/components/quick-create/hu.dictionary.itop.quick-create.php index 858f92c2b..8e87de48e 100644 --- a/dictionaries/ui/components/quick-create/hu.dictionary.itop.quick-create.php +++ b/dictionaries/ui/components/quick-create/hu.dictionary.itop.quick-create.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Quick create Dict::Add('HU HU', 'Hungarian', 'Magyar', array( 'UI:Component:QuickCreate:Tooltip' => 'Quickly create any type of object~~', diff --git a/dictionaries/ui/components/quick-create/it.dictionary.itop.quick-create.php b/dictionaries/ui/components/quick-create/it.dictionary.itop.quick-create.php index 30c287cd7..e3d444df0 100644 --- a/dictionaries/ui/components/quick-create/it.dictionary.itop.quick-create.php +++ b/dictionaries/ui/components/quick-create/it.dictionary.itop.quick-create.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Quick create Dict::Add('IT IT', 'Italian', 'Italiano', array( 'UI:Component:QuickCreate:Tooltip' => 'Quickly create any type of object~~', diff --git a/dictionaries/ui/components/quick-create/ja.dictionary.itop.quick-create.php b/dictionaries/ui/components/quick-create/ja.dictionary.itop.quick-create.php index dfc5ac4ca..4aa7fe234 100644 --- a/dictionaries/ui/components/quick-create/ja.dictionary.itop.quick-create.php +++ b/dictionaries/ui/components/quick-create/ja.dictionary.itop.quick-create.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Quick create Dict::Add('JA JP', 'Japanese', '日本語', array( 'UI:Component:QuickCreate:Tooltip' => 'Quickly create any type of object~~', diff --git a/dictionaries/ui/components/quick-create/nl.dictionary.itop.quick-create.php b/dictionaries/ui/components/quick-create/nl.dictionary.itop.quick-create.php index 4c37da3e2..bf7deb0f7 100644 --- a/dictionaries/ui/components/quick-create/nl.dictionary.itop.quick-create.php +++ b/dictionaries/ui/components/quick-create/nl.dictionary.itop.quick-create.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Quick create Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'UI:Component:QuickCreate:Tooltip' => 'Snel een object aanmaken', @@ -25,4 +24,4 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder' => 'Je hebt nog geen objecten gemaakt', 'UI:Component:QuickCreate:HistoryDisabled' => 'Geschiedenis staat uit', 'UI:Component:QuickCreate:KeyboardShortcut:OpenDrawer' => 'Open snel object aanmaken', -)); +)); \ No newline at end of file diff --git a/dictionaries/ui/components/quick-create/pt_br.dictionary.itop.quick-create.php b/dictionaries/ui/components/quick-create/pt_br.dictionary.itop.quick-create.php index 95e469306..649673a61 100644 --- a/dictionaries/ui/components/quick-create/pt_br.dictionary.itop.quick-create.php +++ b/dictionaries/ui/components/quick-create/pt_br.dictionary.itop.quick-create.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Quick create Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'UI:Component:QuickCreate:Tooltip' => 'Quickly create any type of object~~', diff --git a/dictionaries/ui/components/quick-create/ru.dictionary.itop.quick-create.php b/dictionaries/ui/components/quick-create/ru.dictionary.itop.quick-create.php index 81c00e1f0..6631d6acf 100644 --- a/dictionaries/ui/components/quick-create/ru.dictionary.itop.quick-create.php +++ b/dictionaries/ui/components/quick-create/ru.dictionary.itop.quick-create.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Quick create Dict::Add('RU RU', 'Russian', 'Русский', array( 'UI:Component:QuickCreate:Tooltip' => 'Quickly create any type of object~~', diff --git a/dictionaries/ui/components/quick-create/sk.dictionary.itop.quick-create.php b/dictionaries/ui/components/quick-create/sk.dictionary.itop.quick-create.php index b540d065c..94b38fe66 100644 --- a/dictionaries/ui/components/quick-create/sk.dictionary.itop.quick-create.php +++ b/dictionaries/ui/components/quick-create/sk.dictionary.itop.quick-create.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Quick create Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( 'UI:Component:QuickCreate:Tooltip' => 'Quickly create any type of object~~', diff --git a/dictionaries/ui/components/quick-create/tr.dictionary.itop.quick-create.php b/dictionaries/ui/components/quick-create/tr.dictionary.itop.quick-create.php index 0aaca6038..3488c9a73 100644 --- a/dictionaries/ui/components/quick-create/tr.dictionary.itop.quick-create.php +++ b/dictionaries/ui/components/quick-create/tr.dictionary.itop.quick-create.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Quick create Dict::Add('TR TR', 'Turkish', 'Türkçe', array( 'UI:Component:QuickCreate:Tooltip' => 'Quickly create any type of object~~', diff --git a/dictionaries/ui/components/quick-create/zh_cn.dictionary.itop.quick-create.php b/dictionaries/ui/components/quick-create/zh_cn.dictionary.itop.quick-create.php index c1e05c422..14c68552f 100644 --- a/dictionaries/ui/components/quick-create/zh_cn.dictionary.itop.quick-create.php +++ b/dictionaries/ui/components/quick-create/zh_cn.dictionary.itop.quick-create.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Quick create Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'UI:Component:QuickCreate:Tooltip' => '快速创建任意类型的对象', diff --git a/dictionaries/ui/layouts/activity-panel/cs.dictionary.itop.activity-panel.php b/dictionaries/ui/layouts/activity-panel/cs.dictionary.itop.activity-panel.php index bb0dae840..c4edbb179 100644 --- a/dictionaries/ui/layouts/activity-panel/cs.dictionary.itop.activity-panel.php +++ b/dictionaries/ui/layouts/activity-panel/cs.dictionary.itop.activity-panel.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Activity panel Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'UI:Layout:ActivityPanel:SizeToggler:Expand:Tooltip' => 'Expand~~', diff --git a/dictionaries/ui/layouts/activity-panel/da.dictionary.itop.activity-panel.php b/dictionaries/ui/layouts/activity-panel/da.dictionary.itop.activity-panel.php index 8b7c170c6..cbb03a5ca 100644 --- a/dictionaries/ui/layouts/activity-panel/da.dictionary.itop.activity-panel.php +++ b/dictionaries/ui/layouts/activity-panel/da.dictionary.itop.activity-panel.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Activity panel Dict::Add('DA DA', 'Danish', 'Dansk', array( 'UI:Layout:ActivityPanel:SizeToggler:Expand:Tooltip' => 'Expand~~', diff --git a/dictionaries/ui/layouts/activity-panel/de.dictionary.itop.activity-panel.php b/dictionaries/ui/layouts/activity-panel/de.dictionary.itop.activity-panel.php index a4fd60520..cccf68ac9 100644 --- a/dictionaries/ui/layouts/activity-panel/de.dictionary.itop.activity-panel.php +++ b/dictionaries/ui/layouts/activity-panel/de.dictionary.itop.activity-panel.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Activity panel Dict::Add('DE DE', 'German', 'Deutsch', array( 'UI:Layout:ActivityPanel:SizeToggler:Expand:Tooltip' => 'Erweitern', diff --git a/dictionaries/ui/layouts/activity-panel/es_cr.dictionary.itop.activity-panel.php b/dictionaries/ui/layouts/activity-panel/es_cr.dictionary.itop.activity-panel.php index 11e159508..c73ac85fd 100644 --- a/dictionaries/ui/layouts/activity-panel/es_cr.dictionary.itop.activity-panel.php +++ b/dictionaries/ui/layouts/activity-panel/es_cr.dictionary.itop.activity-panel.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Activity panel Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'UI:Layout:ActivityPanel:SizeToggler:Expand:Tooltip' => 'Expand~~', diff --git a/dictionaries/ui/layouts/activity-panel/fr.dictionary.itop.activity-panel.php b/dictionaries/ui/layouts/activity-panel/fr.dictionary.itop.activity-panel.php index e74b4d1e7..28137a7ef 100644 --- a/dictionaries/ui/layouts/activity-panel/fr.dictionary.itop.activity-panel.php +++ b/dictionaries/ui/layouts/activity-panel/fr.dictionary.itop.activity-panel.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Activity panel Dict::Add('FR FR', 'French', 'Français', array( 'UI:Layout:ActivityPanel:SizeToggler:Expand:Tooltip' => 'Déplier', @@ -54,4 +53,4 @@ Dict::Add('FR FR', 'French', 'Français', array( // Closed cover 'UI:Layout:ActivityPanel:ClosedCover:Title' => 'Panneau d\'activité', 'UI:Layout:ActivityPanel:ClosedCover:Tooltip' => 'Cliquer pour ouvrir le panneau d\'activité', -)); +)); \ No newline at end of file diff --git a/dictionaries/ui/layouts/activity-panel/hu.dictionary.itop.activity-panel.php b/dictionaries/ui/layouts/activity-panel/hu.dictionary.itop.activity-panel.php index 013af508d..ba5bc3e5d 100644 --- a/dictionaries/ui/layouts/activity-panel/hu.dictionary.itop.activity-panel.php +++ b/dictionaries/ui/layouts/activity-panel/hu.dictionary.itop.activity-panel.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Activity panel Dict::Add('HU HU', 'Hungarian', 'Magyar', array( 'UI:Layout:ActivityPanel:SizeToggler:Expand:Tooltip' => 'Expand~~', diff --git a/dictionaries/ui/layouts/activity-panel/it.dictionary.itop.activity-panel.php b/dictionaries/ui/layouts/activity-panel/it.dictionary.itop.activity-panel.php index 439cd1937..bcbaa91d5 100644 --- a/dictionaries/ui/layouts/activity-panel/it.dictionary.itop.activity-panel.php +++ b/dictionaries/ui/layouts/activity-panel/it.dictionary.itop.activity-panel.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Activity panel Dict::Add('IT IT', 'Italian', 'Italiano', array( 'UI:Layout:ActivityPanel:SizeToggler:Expand:Tooltip' => 'Expand~~', diff --git a/dictionaries/ui/layouts/activity-panel/ja.dictionary.itop.activity-panel.php b/dictionaries/ui/layouts/activity-panel/ja.dictionary.itop.activity-panel.php index 47b832b26..0fa1c94f1 100644 --- a/dictionaries/ui/layouts/activity-panel/ja.dictionary.itop.activity-panel.php +++ b/dictionaries/ui/layouts/activity-panel/ja.dictionary.itop.activity-panel.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Activity panel Dict::Add('JA JP', 'Japanese', '日本語', array( 'UI:Layout:ActivityPanel:SizeToggler:Expand:Tooltip' => 'Expand~~', diff --git a/dictionaries/ui/layouts/activity-panel/nl.dictionary.itop.activity-panel.php b/dictionaries/ui/layouts/activity-panel/nl.dictionary.itop.activity-panel.php index 0b5f981c1..56ec3c2ef 100644 --- a/dictionaries/ui/layouts/activity-panel/nl.dictionary.itop.activity-panel.php +++ b/dictionaries/ui/layouts/activity-panel/nl.dictionary.itop.activity-panel.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Activity panel Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'UI:Layout:ActivityPanel:SizeToggler:Expand:Tooltip' => 'Vergroot', @@ -54,4 +53,4 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array( // Closed cover 'UI:Layout:ActivityPanel:ClosedCover:Title' => 'Activiteitenpaneel', 'UI:Layout:ActivityPanel:ClosedCover:Tooltip' => 'Klik om het activiteitenpaneel te openen', -)); +)); \ No newline at end of file diff --git a/dictionaries/ui/layouts/activity-panel/pt_br.dictionary.itop.activity-panel.php b/dictionaries/ui/layouts/activity-panel/pt_br.dictionary.itop.activity-panel.php index 56ee77989..5b1afcab6 100644 --- a/dictionaries/ui/layouts/activity-panel/pt_br.dictionary.itop.activity-panel.php +++ b/dictionaries/ui/layouts/activity-panel/pt_br.dictionary.itop.activity-panel.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Activity panel Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'UI:Layout:ActivityPanel:SizeToggler:Expand:Tooltip' => 'Expand~~', diff --git a/dictionaries/ui/layouts/activity-panel/ru.dictionary.itop.activity-panel.php b/dictionaries/ui/layouts/activity-panel/ru.dictionary.itop.activity-panel.php index 94cbc66f0..a1269bc21 100644 --- a/dictionaries/ui/layouts/activity-panel/ru.dictionary.itop.activity-panel.php +++ b/dictionaries/ui/layouts/activity-panel/ru.dictionary.itop.activity-panel.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Activity panel Dict::Add('RU RU', 'Russian', 'Русский', array( 'UI:Layout:ActivityPanel:SizeToggler:Expand:Tooltip' => 'Expand~~', diff --git a/dictionaries/ui/layouts/activity-panel/sk.dictionary.itop.activity-panel.php b/dictionaries/ui/layouts/activity-panel/sk.dictionary.itop.activity-panel.php index 51c3d2c26..0deb38977 100644 --- a/dictionaries/ui/layouts/activity-panel/sk.dictionary.itop.activity-panel.php +++ b/dictionaries/ui/layouts/activity-panel/sk.dictionary.itop.activity-panel.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Activity panel Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( 'UI:Layout:ActivityPanel:SizeToggler:Expand:Tooltip' => 'Expand~~', diff --git a/dictionaries/ui/layouts/activity-panel/tr.dictionary.itop.activity-panel.php b/dictionaries/ui/layouts/activity-panel/tr.dictionary.itop.activity-panel.php index 5bcaf85ad..733fe822b 100644 --- a/dictionaries/ui/layouts/activity-panel/tr.dictionary.itop.activity-panel.php +++ b/dictionaries/ui/layouts/activity-panel/tr.dictionary.itop.activity-panel.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Activity panel Dict::Add('TR TR', 'Turkish', 'Türkçe', array( 'UI:Layout:ActivityPanel:SizeToggler:Expand:Tooltip' => 'Expand~~', diff --git a/dictionaries/ui/layouts/activity-panel/zh_cn.dictionary.itop.activity-panel.php b/dictionaries/ui/layouts/activity-panel/zh_cn.dictionary.itop.activity-panel.php index 9cde270dd..b2531f84f 100644 --- a/dictionaries/ui/layouts/activity-panel/zh_cn.dictionary.itop.activity-panel.php +++ b/dictionaries/ui/layouts/activity-panel/zh_cn.dictionary.itop.activity-panel.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Activity panel Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'UI:Layout:ActivityPanel:SizeToggler:Expand:Tooltip' => '展开', diff --git a/dictionaries/ui/layouts/navigation-menu/cs.dictionary.itop.navigation-menu.php b/dictionaries/ui/layouts/navigation-menu/cs.dictionary.itop.navigation-menu.php index 7dbc45511..8a4056386 100644 --- a/dictionaries/ui/layouts/navigation-menu/cs.dictionary.itop.navigation-menu.php +++ b/dictionaries/ui/layouts/navigation-menu/cs.dictionary.itop.navigation-menu.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'UI:Layout:NavigationMenu:CompanyLogo:AltText' => 'Company logo~~', diff --git a/dictionaries/ui/layouts/navigation-menu/da.dictionary.itop.navigation-menu.php b/dictionaries/ui/layouts/navigation-menu/da.dictionary.itop.navigation-menu.php index c1027f280..3bd11f812 100644 --- a/dictionaries/ui/layouts/navigation-menu/da.dictionary.itop.navigation-menu.php +++ b/dictionaries/ui/layouts/navigation-menu/da.dictionary.itop.navigation-menu.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('DA DA', 'Danish', 'Dansk', array( 'UI:Layout:NavigationMenu:CompanyLogo:AltText' => 'Company logo~~', diff --git a/dictionaries/ui/layouts/navigation-menu/de.dictionary.itop.navigation-menu.php b/dictionaries/ui/layouts/navigation-menu/de.dictionary.itop.navigation-menu.php index 87e7ad035..a66aeceb5 100644 --- a/dictionaries/ui/layouts/navigation-menu/de.dictionary.itop.navigation-menu.php +++ b/dictionaries/ui/layouts/navigation-menu/de.dictionary.itop.navigation-menu.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('DE DE', 'German', 'Deutsch', array( 'UI:Layout:NavigationMenu:CompanyLogo:AltText' => 'Unternehmenslogo', diff --git a/dictionaries/ui/layouts/navigation-menu/es_cr.dictionary.itop.navigation-menu.php b/dictionaries/ui/layouts/navigation-menu/es_cr.dictionary.itop.navigation-menu.php index 069e8268c..b10b29ccb 100644 --- a/dictionaries/ui/layouts/navigation-menu/es_cr.dictionary.itop.navigation-menu.php +++ b/dictionaries/ui/layouts/navigation-menu/es_cr.dictionary.itop.navigation-menu.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'UI:Layout:NavigationMenu:CompanyLogo:AltText' => 'Company logo~~', diff --git a/dictionaries/ui/layouts/navigation-menu/fr.dictionary.itop.navigation-menu.php b/dictionaries/ui/layouts/navigation-menu/fr.dictionary.itop.navigation-menu.php index a06721f5a..9a051cfc5 100644 --- a/dictionaries/ui/layouts/navigation-menu/fr.dictionary.itop.navigation-menu.php +++ b/dictionaries/ui/layouts/navigation-menu/fr.dictionary.itop.navigation-menu.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('FR FR', 'French', 'Français', array( 'UI:Layout:NavigationMenu:CompanyLogo:AltText' => 'Logo entreprise', diff --git a/dictionaries/ui/layouts/navigation-menu/hu.dictionary.itop.navigation-menu.php b/dictionaries/ui/layouts/navigation-menu/hu.dictionary.itop.navigation-menu.php index cd743aec8..865b87112 100644 --- a/dictionaries/ui/layouts/navigation-menu/hu.dictionary.itop.navigation-menu.php +++ b/dictionaries/ui/layouts/navigation-menu/hu.dictionary.itop.navigation-menu.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('HU HU', 'Hungarian', 'Magyar', array( 'UI:Layout:NavigationMenu:CompanyLogo:AltText' => 'Company logo~~', diff --git a/dictionaries/ui/layouts/navigation-menu/it.dictionary.itop.navigation-menu.php b/dictionaries/ui/layouts/navigation-menu/it.dictionary.itop.navigation-menu.php index 7dc1b1934..7914f3f04 100644 --- a/dictionaries/ui/layouts/navigation-menu/it.dictionary.itop.navigation-menu.php +++ b/dictionaries/ui/layouts/navigation-menu/it.dictionary.itop.navigation-menu.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('IT IT', 'Italian', 'Italiano', array( 'UI:Layout:NavigationMenu:CompanyLogo:AltText' => 'Company logo~~', diff --git a/dictionaries/ui/layouts/navigation-menu/ja.dictionary.itop.navigation-menu.php b/dictionaries/ui/layouts/navigation-menu/ja.dictionary.itop.navigation-menu.php index cee2979cc..55980368d 100644 --- a/dictionaries/ui/layouts/navigation-menu/ja.dictionary.itop.navigation-menu.php +++ b/dictionaries/ui/layouts/navigation-menu/ja.dictionary.itop.navigation-menu.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('JA JP', 'Japanese', '日本語', array( 'UI:Layout:NavigationMenu:CompanyLogo:AltText' => 'Company logo~~', diff --git a/dictionaries/ui/layouts/navigation-menu/nl.dictionary.itop.navigation-menu.php b/dictionaries/ui/layouts/navigation-menu/nl.dictionary.itop.navigation-menu.php index 5e7c7cd51..7f0a0f4d7 100644 --- a/dictionaries/ui/layouts/navigation-menu/nl.dictionary.itop.navigation-menu.php +++ b/dictionaries/ui/layouts/navigation-menu/nl.dictionary.itop.navigation-menu.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'UI:Layout:NavigationMenu:CompanyLogo:AltText' => 'Bedrijfslogo', @@ -29,4 +28,5 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'UI:Layout:NavigationMenu:UserInfo:WelcomeMessage:Text' => 'Welkom %1$s!', 'UI:Layout:NavigationMenu:UserInfo:Picture:AltText' => '%1$s\'s profielfoto', 'UI:Layout:NavigationMenu:KeyboardShortcut:FocusFilter' => 'Filter menu\'s', -)); + +)); \ No newline at end of file diff --git a/dictionaries/ui/layouts/navigation-menu/pt_br.dictionary.itop.navigation-menu.php b/dictionaries/ui/layouts/navigation-menu/pt_br.dictionary.itop.navigation-menu.php index a02949a70..c41ecd1a6 100644 --- a/dictionaries/ui/layouts/navigation-menu/pt_br.dictionary.itop.navigation-menu.php +++ b/dictionaries/ui/layouts/navigation-menu/pt_br.dictionary.itop.navigation-menu.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'UI:Layout:NavigationMenu:CompanyLogo:AltText' => 'Company logo~~', diff --git a/dictionaries/ui/layouts/navigation-menu/ru.dictionary.itop.navigation-menu.php b/dictionaries/ui/layouts/navigation-menu/ru.dictionary.itop.navigation-menu.php index 5888bb8ec..92dbde8e7 100644 --- a/dictionaries/ui/layouts/navigation-menu/ru.dictionary.itop.navigation-menu.php +++ b/dictionaries/ui/layouts/navigation-menu/ru.dictionary.itop.navigation-menu.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('RU RU', 'Russian', 'Русский', array( 'UI:Layout:NavigationMenu:CompanyLogo:AltText' => 'Company logo~~', diff --git a/dictionaries/ui/layouts/navigation-menu/sk.dictionary.itop.navigation-menu.php b/dictionaries/ui/layouts/navigation-menu/sk.dictionary.itop.navigation-menu.php index 8a5365629..eae6e2d31 100644 --- a/dictionaries/ui/layouts/navigation-menu/sk.dictionary.itop.navigation-menu.php +++ b/dictionaries/ui/layouts/navigation-menu/sk.dictionary.itop.navigation-menu.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( 'UI:Layout:NavigationMenu:CompanyLogo:AltText' => 'Company logo~~', diff --git a/dictionaries/ui/layouts/navigation-menu/tr.dictionary.itop.navigation-menu.php b/dictionaries/ui/layouts/navigation-menu/tr.dictionary.itop.navigation-menu.php index 363b7fdcb..9391bd802 100644 --- a/dictionaries/ui/layouts/navigation-menu/tr.dictionary.itop.navigation-menu.php +++ b/dictionaries/ui/layouts/navigation-menu/tr.dictionary.itop.navigation-menu.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('TR TR', 'Turkish', 'Türkçe', array( 'UI:Layout:NavigationMenu:CompanyLogo:AltText' => 'Company logo~~', diff --git a/dictionaries/ui/layouts/navigation-menu/zh_cn.dictionary.itop.navigation-menu.php b/dictionaries/ui/layouts/navigation-menu/zh_cn.dictionary.itop.navigation-menu.php index 809d10af0..36e2e1775 100644 --- a/dictionaries/ui/layouts/navigation-menu/zh_cn.dictionary.itop.navigation-menu.php +++ b/dictionaries/ui/layouts/navigation-menu/zh_cn.dictionary.itop.navigation-menu.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'UI:Layout:NavigationMenu:CompanyLogo:AltText' => '公司logo', diff --git a/dictionaries/ui/layouts/object-details/cs.dictionary.itop.object-details.php b/dictionaries/ui/layouts/object-details/cs.dictionary.itop.object-details.php index 80b9a02a8..7ab2eac49 100644 --- a/dictionaries/ui/layouts/object-details/cs.dictionary.itop.object-details.php +++ b/dictionaries/ui/layouts/object-details/cs.dictionary.itop.object-details.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'UI:Layout:ObjectDetails:KeyboardShortcut:EditObject' => 'Edit displayed object~~', 'UI:Layout:ObjectDetails:KeyboardShortcut:DeleteObject' => 'Delete displayed object~~', diff --git a/dictionaries/ui/layouts/object-details/da.dictionary.itop.object-details.php b/dictionaries/ui/layouts/object-details/da.dictionary.itop.object-details.php index 7c004931d..1d46a4d8b 100644 --- a/dictionaries/ui/layouts/object-details/da.dictionary.itop.object-details.php +++ b/dictionaries/ui/layouts/object-details/da.dictionary.itop.object-details.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('DA DA', 'Danish', 'Dansk', [ 'UI:Layout:ObjectDetails:KeyboardShortcut:EditObject' => 'Edit displayed object~~', 'UI:Layout:ObjectDetails:KeyboardShortcut:DeleteObject' => 'Delete displayed object~~', diff --git a/dictionaries/ui/layouts/object-details/de.dictionary.itop.object-details.php b/dictionaries/ui/layouts/object-details/de.dictionary.itop.object-details.php index 1cc10648f..117c75b2e 100644 --- a/dictionaries/ui/layouts/object-details/de.dictionary.itop.object-details.php +++ b/dictionaries/ui/layouts/object-details/de.dictionary.itop.object-details.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('DE DE', 'German', 'Deutsch', [ 'UI:Layout:ObjectDetails:KeyboardShortcut:EditObject' => 'Ändere das angezeigte Objekt', 'UI:Layout:ObjectDetails:KeyboardShortcut:DeleteObject' => 'Lösche das angezeigte Objekt', diff --git a/dictionaries/ui/layouts/object-details/es_cr.dictionary.itop.object-details.php b/dictionaries/ui/layouts/object-details/es_cr.dictionary.itop.object-details.php index 14040c49a..dae538350 100644 --- a/dictionaries/ui/layouts/object-details/es_cr.dictionary.itop.object-details.php +++ b/dictionaries/ui/layouts/object-details/es_cr.dictionary.itop.object-details.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', [ 'UI:Layout:ObjectDetails:KeyboardShortcut:EditObject' => 'Edit displayed object~~', 'UI:Layout:ObjectDetails:KeyboardShortcut:DeleteObject' => 'Delete displayed object~~', diff --git a/dictionaries/ui/layouts/object-details/fr.dictionary.itop.object-details.php b/dictionaries/ui/layouts/object-details/fr.dictionary.itop.object-details.php index 64c0d0b67..0a49d9cd8 100644 --- a/dictionaries/ui/layouts/object-details/fr.dictionary.itop.object-details.php +++ b/dictionaries/ui/layouts/object-details/fr.dictionary.itop.object-details.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('FR FR', 'French', 'Français', [ 'UI:Layout:ObjectDetails:KeyboardShortcut:EditObject' => 'Editer l\'objet affiché', 'UI:Layout:ObjectDetails:KeyboardShortcut:DeleteObject' => 'Supprimer l\'objet affiché', diff --git a/dictionaries/ui/layouts/object-details/hu.dictionary.itop.object-details.php b/dictionaries/ui/layouts/object-details/hu.dictionary.itop.object-details.php index d36078be8..06ccc4d67 100644 --- a/dictionaries/ui/layouts/object-details/hu.dictionary.itop.object-details.php +++ b/dictionaries/ui/layouts/object-details/hu.dictionary.itop.object-details.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('HU HU', 'Hungarian', 'Magyar', [ 'UI:Layout:ObjectDetails:KeyboardShortcut:EditObject' => 'Edit displayed object~~', 'UI:Layout:ObjectDetails:KeyboardShortcut:DeleteObject' => 'Delete displayed object~~', diff --git a/dictionaries/ui/layouts/object-details/it.dictionary.itop.object-details.php b/dictionaries/ui/layouts/object-details/it.dictionary.itop.object-details.php index 8788ccdac..1173b2aa0 100644 --- a/dictionaries/ui/layouts/object-details/it.dictionary.itop.object-details.php +++ b/dictionaries/ui/layouts/object-details/it.dictionary.itop.object-details.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('IT IT', 'Italian', 'Italiano', [ 'UI:Layout:ObjectDetails:KeyboardShortcut:EditObject' => 'Edit displayed object~~', 'UI:Layout:ObjectDetails:KeyboardShortcut:DeleteObject' => 'Delete displayed object~~', diff --git a/dictionaries/ui/layouts/object-details/ja.dictionary.itop.object-details.php b/dictionaries/ui/layouts/object-details/ja.dictionary.itop.object-details.php index 0ff8794bc..53ac8c8b1 100644 --- a/dictionaries/ui/layouts/object-details/ja.dictionary.itop.object-details.php +++ b/dictionaries/ui/layouts/object-details/ja.dictionary.itop.object-details.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('JA JP', 'Japanese', '日本語', [ 'UI:Layout:ObjectDetails:KeyboardShortcut:EditObject' => 'Edit displayed object~~', 'UI:Layout:ObjectDetails:KeyboardShortcut:DeleteObject' => 'Delete displayed object~~', diff --git a/dictionaries/ui/layouts/object-details/nl.dictionary.itop.object-details.php b/dictionaries/ui/layouts/object-details/nl.dictionary.itop.object-details.php index edd91fffa..f57225e59 100644 --- a/dictionaries/ui/layouts/object-details/nl.dictionary.itop.object-details.php +++ b/dictionaries/ui/layouts/object-details/nl.dictionary.itop.object-details.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('NL NL', 'Dutch', 'Nederlands', [ 'UI:Layout:ObjectDetails:KeyboardShortcut:EditObject' => 'Pas huidig object aan', 'UI:Layout:ObjectDetails:KeyboardShortcut:DeleteObject' => 'Verwijder huidig object', diff --git a/dictionaries/ui/layouts/object-details/pt_br.dictionary.itop.object-details.php b/dictionaries/ui/layouts/object-details/pt_br.dictionary.itop.object-details.php index c2c13226d..270169fa2 100644 --- a/dictionaries/ui/layouts/object-details/pt_br.dictionary.itop.object-details.php +++ b/dictionaries/ui/layouts/object-details/pt_br.dictionary.itop.object-details.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('PT BR', 'Brazilian', 'Brazilian', [ 'UI:Layout:ObjectDetails:KeyboardShortcut:EditObject' => 'Edit displayed object~~', 'UI:Layout:ObjectDetails:KeyboardShortcut:DeleteObject' => 'Delete displayed object~~', diff --git a/dictionaries/ui/layouts/object-details/ru.dictionary.itop.object-details.php b/dictionaries/ui/layouts/object-details/ru.dictionary.itop.object-details.php index d1c43894c..16aa7b4d9 100644 --- a/dictionaries/ui/layouts/object-details/ru.dictionary.itop.object-details.php +++ b/dictionaries/ui/layouts/object-details/ru.dictionary.itop.object-details.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('RU RU', 'Russian', 'Русский', [ 'UI:Layout:ObjectDetails:KeyboardShortcut:EditObject' => 'Edit displayed object~~', 'UI:Layout:ObjectDetails:KeyboardShortcut:DeleteObject' => 'Delete displayed object~~', diff --git a/dictionaries/ui/layouts/object-details/sk.dictionary.itop.object-details.php b/dictionaries/ui/layouts/object-details/sk.dictionary.itop.object-details.php index ecaa31e57..4d4065626 100644 --- a/dictionaries/ui/layouts/object-details/sk.dictionary.itop.object-details.php +++ b/dictionaries/ui/layouts/object-details/sk.dictionary.itop.object-details.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('SK SK', 'Slovak', 'Slovenčina', [ 'UI:Layout:ObjectDetails:KeyboardShortcut:EditObject' => 'Edit displayed object~~', 'UI:Layout:ObjectDetails:KeyboardShortcut:DeleteObject' => 'Delete displayed object~~', diff --git a/dictionaries/ui/layouts/object-details/tr.dictionary.itop.object-details.php b/dictionaries/ui/layouts/object-details/tr.dictionary.itop.object-details.php index 20726d8f9..c20b4b8da 100644 --- a/dictionaries/ui/layouts/object-details/tr.dictionary.itop.object-details.php +++ b/dictionaries/ui/layouts/object-details/tr.dictionary.itop.object-details.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('TR TR', 'Turkish', 'Türkçe', [ 'UI:Layout:ObjectDetails:KeyboardShortcut:EditObject' => 'Edit displayed object~~', 'UI:Layout:ObjectDetails:KeyboardShortcut:DeleteObject' => 'Delete displayed object~~', diff --git a/dictionaries/ui/layouts/object-details/zh_cn.dictionary.itop.object-details.php b/dictionaries/ui/layouts/object-details/zh_cn.dictionary.itop.object-details.php index 3900d1fd5..b0a061729 100644 --- a/dictionaries/ui/layouts/object-details/zh_cn.dictionary.itop.object-details.php +++ b/dictionaries/ui/layouts/object-details/zh_cn.dictionary.itop.object-details.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('ZH CN', 'Chinese', '简体中文', [ 'UI:Layout:ObjectDetails:KeyboardShortcut:EditObject' => '编辑正在显示的对象', 'UI:Layout:ObjectDetails:KeyboardShortcut:DeleteObject' => '删除正在显示的对象', diff --git a/dictionaries/ui/layouts/page-content/cs.dictionary.itop.page-content.php b/dictionaries/ui/layouts/page-content/cs.dictionary.itop.page-content.php index 83d37a648..2a75336a8 100644 --- a/dictionaries/ui/layouts/page-content/cs.dictionary.itop.page-content.php +++ b/dictionaries/ui/layouts/page-content/cs.dictionary.itop.page-content.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'UIBlock:Error:CannotGetBlocks' => 'Could not retrieve blocks from content area "%1$s" as it does seem to exists for page content "%2$s"~~', ]); diff --git a/dictionaries/ui/layouts/page-content/da.dictionary.itop.page-content.php b/dictionaries/ui/layouts/page-content/da.dictionary.itop.page-content.php index 827b52b8b..e5b49e98c 100644 --- a/dictionaries/ui/layouts/page-content/da.dictionary.itop.page-content.php +++ b/dictionaries/ui/layouts/page-content/da.dictionary.itop.page-content.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('DA DA', 'Danish', 'Dansk', [ 'UIBlock:Error:CannotGetBlocks' => 'Could not retrieve blocks from content area "%1$s" as it does seem to exists for page content "%2$s"~~', ]); diff --git a/dictionaries/ui/layouts/page-content/de.dictionary.itop.page-content.php b/dictionaries/ui/layouts/page-content/de.dictionary.itop.page-content.php index f7856f552..e5c302393 100644 --- a/dictionaries/ui/layouts/page-content/de.dictionary.itop.page-content.php +++ b/dictionaries/ui/layouts/page-content/de.dictionary.itop.page-content.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('DE DE', 'German', 'Deutsch', [ 'UIBlock:Error:CannotGetBlocks' => 'Konnte keine Einträge aus dem Inhaltsbereich "%1$s" holen, obwohl es so aussieht, als ob für die Seite "%2$s" Inhalte existieren.', ]); diff --git a/dictionaries/ui/layouts/page-content/es_cr.dictionary.itop.page-content.php b/dictionaries/ui/layouts/page-content/es_cr.dictionary.itop.page-content.php index 2f4689616..95f02a304 100644 --- a/dictionaries/ui/layouts/page-content/es_cr.dictionary.itop.page-content.php +++ b/dictionaries/ui/layouts/page-content/es_cr.dictionary.itop.page-content.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', [ 'UIBlock:Error:CannotGetBlocks' => 'Could not retrieve blocks from content area "%1$s" as it does seem to exists for page content "%2$s"~~', ]); diff --git a/dictionaries/ui/layouts/page-content/fr.dictionary.itop.page-content.php b/dictionaries/ui/layouts/page-content/fr.dictionary.itop.page-content.php index 0320cb5cf..952b5507b 100644 --- a/dictionaries/ui/layouts/page-content/fr.dictionary.itop.page-content.php +++ b/dictionaries/ui/layouts/page-content/fr.dictionary.itop.page-content.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('FR FR', 'French', 'Français', [ 'UIBlock:Error:CannotGetBlocks' => 'Impossible de récupérer les blocs de la zone "%1$s" car elle ne semble pas exister dans le contenu de la page "%2$s" (Veuillez contacter votre administrateur)', ]); diff --git a/dictionaries/ui/layouts/page-content/hu.dictionary.itop.page-content.php b/dictionaries/ui/layouts/page-content/hu.dictionary.itop.page-content.php index 1661e32e7..51405e0a5 100644 --- a/dictionaries/ui/layouts/page-content/hu.dictionary.itop.page-content.php +++ b/dictionaries/ui/layouts/page-content/hu.dictionary.itop.page-content.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('HU HU', 'Hungarian', 'Magyar', [ 'UIBlock:Error:CannotGetBlocks' => 'Could not retrieve blocks from content area "%1$s" as it does seem to exists for page content "%2$s"~~', ]); diff --git a/dictionaries/ui/layouts/page-content/it.dictionary.itop.page-content.php b/dictionaries/ui/layouts/page-content/it.dictionary.itop.page-content.php index 42bbe5874..c252d24a2 100644 --- a/dictionaries/ui/layouts/page-content/it.dictionary.itop.page-content.php +++ b/dictionaries/ui/layouts/page-content/it.dictionary.itop.page-content.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('IT IT', 'Italian', 'Italiano', [ 'UIBlock:Error:CannotGetBlocks' => 'Could not retrieve blocks from content area "%1$s" as it does seem to exists for page content "%2$s"~~', ]); diff --git a/dictionaries/ui/layouts/page-content/ja.dictionary.itop.page-content.php b/dictionaries/ui/layouts/page-content/ja.dictionary.itop.page-content.php index 5e1d04f45..65b77432f 100644 --- a/dictionaries/ui/layouts/page-content/ja.dictionary.itop.page-content.php +++ b/dictionaries/ui/layouts/page-content/ja.dictionary.itop.page-content.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('JA JP', 'Japanese', '日本語', [ 'UIBlock:Error:CannotGetBlocks' => 'Could not retrieve blocks from content area "%1$s" as it does seem to exists for page content "%2$s"~~', ]); diff --git a/dictionaries/ui/layouts/page-content/nl.dictionary.itop.page-content.php b/dictionaries/ui/layouts/page-content/nl.dictionary.itop.page-content.php index 2146029e4..4d84f3d49 100644 --- a/dictionaries/ui/layouts/page-content/nl.dictionary.itop.page-content.php +++ b/dictionaries/ui/layouts/page-content/nl.dictionary.itop.page-content.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('NL NL', 'Dutch', 'Nederlands', [ 'UIBlock:Error:CannotGetBlocks' => 'Could not retrieve blocks from content area "%1$s" as it does seem to exists for page content "%2$s"~~', ]); diff --git a/dictionaries/ui/layouts/page-content/pt_br.dictionary.itop.page-content.php b/dictionaries/ui/layouts/page-content/pt_br.dictionary.itop.page-content.php index 1f4d23b28..ade46f6a8 100644 --- a/dictionaries/ui/layouts/page-content/pt_br.dictionary.itop.page-content.php +++ b/dictionaries/ui/layouts/page-content/pt_br.dictionary.itop.page-content.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('PT BR', 'Brazilian', 'Brazilian', [ 'UIBlock:Error:CannotGetBlocks' => 'Could not retrieve blocks from content area "%1$s" as it does seem to exists for page content "%2$s"~~', ]); diff --git a/dictionaries/ui/layouts/page-content/ru.dictionary.itop.page-content.php b/dictionaries/ui/layouts/page-content/ru.dictionary.itop.page-content.php index ad44f6306..4fa48a582 100644 --- a/dictionaries/ui/layouts/page-content/ru.dictionary.itop.page-content.php +++ b/dictionaries/ui/layouts/page-content/ru.dictionary.itop.page-content.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('RU RU', 'Russian', 'Русский', [ 'UIBlock:Error:CannotGetBlocks' => 'Could not retrieve blocks from content area "%1$s" as it does seem to exists for page content "%2$s"~~', ]); diff --git a/dictionaries/ui/layouts/page-content/sk.dictionary.itop.page-content.php b/dictionaries/ui/layouts/page-content/sk.dictionary.itop.page-content.php index 6f8315236..e07e256c3 100644 --- a/dictionaries/ui/layouts/page-content/sk.dictionary.itop.page-content.php +++ b/dictionaries/ui/layouts/page-content/sk.dictionary.itop.page-content.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('SK SK', 'Slovak', 'Slovenčina', [ 'UIBlock:Error:CannotGetBlocks' => 'Could not retrieve blocks from content area "%1$s" as it does seem to exists for page content "%2$s"~~', ]); diff --git a/dictionaries/ui/layouts/page-content/tr.dictionary.itop.page-content.php b/dictionaries/ui/layouts/page-content/tr.dictionary.itop.page-content.php index 81d08ea82..28448de66 100644 --- a/dictionaries/ui/layouts/page-content/tr.dictionary.itop.page-content.php +++ b/dictionaries/ui/layouts/page-content/tr.dictionary.itop.page-content.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('TR TR', 'Turkish', 'Türkçe', [ 'UIBlock:Error:CannotGetBlocks' => 'Could not retrieve blocks from content area "%1$s" as it does seem to exists for page content "%2$s"~~', ]); diff --git a/dictionaries/ui/layouts/page-content/zh_cn.dictionary.itop.page-content.php b/dictionaries/ui/layouts/page-content/zh_cn.dictionary.itop.page-content.php index fc54e9eae..8d8aef865 100644 --- a/dictionaries/ui/layouts/page-content/zh_cn.dictionary.itop.page-content.php +++ b/dictionaries/ui/layouts/page-content/zh_cn.dictionary.itop.page-content.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('ZH CN', 'Chinese', '简体中文', [ 'UIBlock:Error:CannotGetBlocks' => 'Could not retrieve blocks from content area "%1$s" as it does seem to exists for page content "%2$s"~~', ]); diff --git a/dictionaries/ui/layouts/tab-container/cs.dictionary.itop.tab-container.php b/dictionaries/ui/layouts/tab-container/cs.dictionary.itop.tab-container.php index f1d477bef..869391c7f 100644 --- a/dictionaries/ui/layouts/tab-container/cs.dictionary.itop.tab-container.php +++ b/dictionaries/ui/layouts/tab-container/cs.dictionary.itop.tab-container.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Other tabs~~', 'UIBlock:Error:AddBlockNotTabForbidden' => 'Cannot add block %1$s to %2$s (only Tab blocks are allowed)~~', diff --git a/dictionaries/ui/layouts/tab-container/da.dictionary.itop.tab-container.php b/dictionaries/ui/layouts/tab-container/da.dictionary.itop.tab-container.php index bf6dabf14..2fbcc1a9b 100644 --- a/dictionaries/ui/layouts/tab-container/da.dictionary.itop.tab-container.php +++ b/dictionaries/ui/layouts/tab-container/da.dictionary.itop.tab-container.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('DA DA', 'Danish', 'Dansk', [ 'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Other tabs~~', 'UIBlock:Error:AddBlockNotTabForbidden' => 'Cannot add block %1$s to %2$s (only Tab blocks are allowed)~~', diff --git a/dictionaries/ui/layouts/tab-container/de.dictionary.itop.tab-container.php b/dictionaries/ui/layouts/tab-container/de.dictionary.itop.tab-container.php index 83c727f32..21a506d9f 100644 --- a/dictionaries/ui/layouts/tab-container/de.dictionary.itop.tab-container.php +++ b/dictionaries/ui/layouts/tab-container/de.dictionary.itop.tab-container.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('DE DE', 'German', 'Deutsch', [ 'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Andere Tabs', 'UIBlock:Error:AddBlockNotTabForbidden' => 'Kann Inhaltsblock %1$s nicht zu %2$s hinzufügen (nur Tab-Inhalte sind erlaubt)', diff --git a/dictionaries/ui/layouts/tab-container/es_cr.dictionary.itop.tab-container.php b/dictionaries/ui/layouts/tab-container/es_cr.dictionary.itop.tab-container.php index 4c5cb11a9..a7249cb68 100644 --- a/dictionaries/ui/layouts/tab-container/es_cr.dictionary.itop.tab-container.php +++ b/dictionaries/ui/layouts/tab-container/es_cr.dictionary.itop.tab-container.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', [ 'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Other tabs~~', 'UIBlock:Error:AddBlockNotTabForbidden' => 'Cannot add block %1$s to %2$s (only Tab blocks are allowed)~~', diff --git a/dictionaries/ui/layouts/tab-container/fr.dictionary.itop.tab-container.php b/dictionaries/ui/layouts/tab-container/fr.dictionary.itop.tab-container.php index b4499f0f8..20610eec8 100644 --- a/dictionaries/ui/layouts/tab-container/fr.dictionary.itop.tab-container.php +++ b/dictionaries/ui/layouts/tab-container/fr.dictionary.itop.tab-container.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('FR FR', 'French', 'Français', [ 'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Autres onglets', 'UIBlock:Error:AddBlockNotTabForbidden' => 'Impossible d\'ajouter le bloc %1$s à %2$s (seul les blocs de type Tab sont autorisés) : Veuillez contacter votre administrateur', diff --git a/dictionaries/ui/layouts/tab-container/hu.dictionary.itop.tab-container.php b/dictionaries/ui/layouts/tab-container/hu.dictionary.itop.tab-container.php index e16b17119..470d7e014 100644 --- a/dictionaries/ui/layouts/tab-container/hu.dictionary.itop.tab-container.php +++ b/dictionaries/ui/layouts/tab-container/hu.dictionary.itop.tab-container.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('HU HU', 'Hungarian', 'Magyar', [ 'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Other tabs~~', 'UIBlock:Error:AddBlockNotTabForbidden' => 'Cannot add block %1$s to %2$s (only Tab blocks are allowed)~~', diff --git a/dictionaries/ui/layouts/tab-container/it.dictionary.itop.tab-container.php b/dictionaries/ui/layouts/tab-container/it.dictionary.itop.tab-container.php index c235e9515..3a4039007 100644 --- a/dictionaries/ui/layouts/tab-container/it.dictionary.itop.tab-container.php +++ b/dictionaries/ui/layouts/tab-container/it.dictionary.itop.tab-container.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('IT IT', 'Italian', 'Italiano', [ 'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Other tabs~~', 'UIBlock:Error:AddBlockNotTabForbidden' => 'Cannot add block %1$s to %2$s (only Tab blocks are allowed)~~', diff --git a/dictionaries/ui/layouts/tab-container/ja.dictionary.itop.tab-container.php b/dictionaries/ui/layouts/tab-container/ja.dictionary.itop.tab-container.php index 5e2f5e427..89e0b207b 100644 --- a/dictionaries/ui/layouts/tab-container/ja.dictionary.itop.tab-container.php +++ b/dictionaries/ui/layouts/tab-container/ja.dictionary.itop.tab-container.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('JA JP', 'Japanese', '日本語', [ 'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Other tabs~~', 'UIBlock:Error:AddBlockNotTabForbidden' => 'Cannot add block %1$s to %2$s (only Tab blocks are allowed)~~', diff --git a/dictionaries/ui/layouts/tab-container/nl.dictionary.itop.tab-container.php b/dictionaries/ui/layouts/tab-container/nl.dictionary.itop.tab-container.php index 006f4a304..c5c79c46d 100644 --- a/dictionaries/ui/layouts/tab-container/nl.dictionary.itop.tab-container.php +++ b/dictionaries/ui/layouts/tab-container/nl.dictionary.itop.tab-container.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('NL NL', 'Dutch', 'Nederlands', [ 'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Other tabs~~', 'UIBlock:Error:AddBlockNotTabForbidden' => 'Cannot add block %1$s to %2$s (only Tab blocks are allowed)~~', diff --git a/dictionaries/ui/layouts/tab-container/pt_br.dictionary.itop.tab-container.php b/dictionaries/ui/layouts/tab-container/pt_br.dictionary.itop.tab-container.php index cb58e7950..0769b0d05 100644 --- a/dictionaries/ui/layouts/tab-container/pt_br.dictionary.itop.tab-container.php +++ b/dictionaries/ui/layouts/tab-container/pt_br.dictionary.itop.tab-container.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('PT BR', 'Brazilian', 'Brazilian', [ 'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Other tabs~~', 'UIBlock:Error:AddBlockNotTabForbidden' => 'Cannot add block %1$s to %2$s (only Tab blocks are allowed)~~', diff --git a/dictionaries/ui/layouts/tab-container/ru.dictionary.itop.tab-container.php b/dictionaries/ui/layouts/tab-container/ru.dictionary.itop.tab-container.php index 6093e4256..c402a8d09 100644 --- a/dictionaries/ui/layouts/tab-container/ru.dictionary.itop.tab-container.php +++ b/dictionaries/ui/layouts/tab-container/ru.dictionary.itop.tab-container.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('RU RU', 'Russian', 'Русский', [ 'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Other tabs~~', 'UIBlock:Error:AddBlockNotTabForbidden' => 'Cannot add block %1$s to %2$s (only Tab blocks are allowed)~~', diff --git a/dictionaries/ui/layouts/tab-container/sk.dictionary.itop.tab-container.php b/dictionaries/ui/layouts/tab-container/sk.dictionary.itop.tab-container.php index 63241ffdb..d17aa1cd6 100644 --- a/dictionaries/ui/layouts/tab-container/sk.dictionary.itop.tab-container.php +++ b/dictionaries/ui/layouts/tab-container/sk.dictionary.itop.tab-container.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('SK SK', 'Slovak', 'Slovenčina', [ 'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Other tabs~~', 'UIBlock:Error:AddBlockNotTabForbidden' => 'Cannot add block %1$s to %2$s (only Tab blocks are allowed)~~', diff --git a/dictionaries/ui/layouts/tab-container/tr.dictionary.itop.tab-container.php b/dictionaries/ui/layouts/tab-container/tr.dictionary.itop.tab-container.php index 66c3ac1da..9cc11ed1b 100644 --- a/dictionaries/ui/layouts/tab-container/tr.dictionary.itop.tab-container.php +++ b/dictionaries/ui/layouts/tab-container/tr.dictionary.itop.tab-container.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('TR TR', 'Turkish', 'Türkçe', [ 'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Other tabs~~', 'UIBlock:Error:AddBlockNotTabForbidden' => 'Cannot add block %1$s to %2$s (only Tab blocks are allowed)~~', diff --git a/dictionaries/ui/layouts/tab-container/zh_cn.dictionary.itop.tab-container.php b/dictionaries/ui/layouts/tab-container/zh_cn.dictionary.itop.tab-container.php index d6f3ca83b..f92172ff7 100644 --- a/dictionaries/ui/layouts/tab-container/zh_cn.dictionary.itop.tab-container.php +++ b/dictionaries/ui/layouts/tab-container/zh_cn.dictionary.itop.tab-container.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('ZH CN', 'Chinese', '简体中文', [ 'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Other tabs~~', 'UIBlock:Error:AddBlockNotTabForbidden' => 'Cannot add block %1$s to %2$s (only Tab blocks are allowed)~~', diff --git a/dictionaries/ui/layouts/ui-content-block/cs.dictionary.itop.ui-content-block.php b/dictionaries/ui/layouts/ui-content-block/cs.dictionary.itop.ui-content-block.php index 685265070..96738fd54 100644 --- a/dictionaries/ui/layouts/ui-content-block/cs.dictionary.itop.ui-content-block.php +++ b/dictionaries/ui/layouts/ui-content-block/cs.dictionary.itop.ui-content-block.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'UIBlock:Error:AddBlockForbidden' => 'Cannot add block to %1$s~~', ]); diff --git a/dictionaries/ui/layouts/ui-content-block/da.dictionary.itop.ui-content-block.php b/dictionaries/ui/layouts/ui-content-block/da.dictionary.itop.ui-content-block.php index 677f71977..76ce3ebc0 100644 --- a/dictionaries/ui/layouts/ui-content-block/da.dictionary.itop.ui-content-block.php +++ b/dictionaries/ui/layouts/ui-content-block/da.dictionary.itop.ui-content-block.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('DA DA', 'Danish', 'Dansk', [ 'UIBlock:Error:AddBlockForbidden' => 'Cannot add block to %1$s~~', ]); diff --git a/dictionaries/ui/layouts/ui-content-block/de.dictionary.itop.ui-content-block.php b/dictionaries/ui/layouts/ui-content-block/de.dictionary.itop.ui-content-block.php index 2222c01e5..0bccd5fea 100644 --- a/dictionaries/ui/layouts/ui-content-block/de.dictionary.itop.ui-content-block.php +++ b/dictionaries/ui/layouts/ui-content-block/de.dictionary.itop.ui-content-block.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('DE DE', 'German', 'Deutsch', [ 'UIBlock:Error:AddBlockForbidden' => 'Kann Block nicht zu %1$s hinzufügen', ]); diff --git a/dictionaries/ui/layouts/ui-content-block/es_cr.dictionary.itop.ui-content-block.php b/dictionaries/ui/layouts/ui-content-block/es_cr.dictionary.itop.ui-content-block.php index 6f975b3fa..a40cb6cf5 100644 --- a/dictionaries/ui/layouts/ui-content-block/es_cr.dictionary.itop.ui-content-block.php +++ b/dictionaries/ui/layouts/ui-content-block/es_cr.dictionary.itop.ui-content-block.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', [ 'UIBlock:Error:AddBlockForbidden' => 'Cannot add block to %1$s~~', ]); diff --git a/dictionaries/ui/layouts/ui-content-block/fr.dictionary.itop.ui-content-block.php b/dictionaries/ui/layouts/ui-content-block/fr.dictionary.itop.ui-content-block.php index 5f7882295..f484b555a 100644 --- a/dictionaries/ui/layouts/ui-content-block/fr.dictionary.itop.ui-content-block.php +++ b/dictionaries/ui/layouts/ui-content-block/fr.dictionary.itop.ui-content-block.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('FR FR', 'French', 'Français', [ 'UIBlock:Error:AddBlockForbidden' => 'Impossible d\'ajouter un bloc à %1$s', ]); diff --git a/dictionaries/ui/layouts/ui-content-block/hu.dictionary.itop.ui-content-block.php b/dictionaries/ui/layouts/ui-content-block/hu.dictionary.itop.ui-content-block.php index d40cea117..fe8b8294b 100644 --- a/dictionaries/ui/layouts/ui-content-block/hu.dictionary.itop.ui-content-block.php +++ b/dictionaries/ui/layouts/ui-content-block/hu.dictionary.itop.ui-content-block.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('HU HU', 'Hungarian', 'Magyar', [ 'UIBlock:Error:AddBlockForbidden' => 'Cannot add block to %1$s~~', ]); diff --git a/dictionaries/ui/layouts/ui-content-block/it.dictionary.itop.ui-content-block.php b/dictionaries/ui/layouts/ui-content-block/it.dictionary.itop.ui-content-block.php index b4c58fb75..ed30e089f 100644 --- a/dictionaries/ui/layouts/ui-content-block/it.dictionary.itop.ui-content-block.php +++ b/dictionaries/ui/layouts/ui-content-block/it.dictionary.itop.ui-content-block.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('IT IT', 'Italian', 'Italiano', [ 'UIBlock:Error:AddBlockForbidden' => 'Cannot add block to %1$s~~', ]); diff --git a/dictionaries/ui/layouts/ui-content-block/ja.dictionary.itop.ui-content-block.php b/dictionaries/ui/layouts/ui-content-block/ja.dictionary.itop.ui-content-block.php index 99849525a..297a388c1 100644 --- a/dictionaries/ui/layouts/ui-content-block/ja.dictionary.itop.ui-content-block.php +++ b/dictionaries/ui/layouts/ui-content-block/ja.dictionary.itop.ui-content-block.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('JA JP', 'Japanese', '日本語', [ 'UIBlock:Error:AddBlockForbidden' => 'Cannot add block to %1$s~~', ]); diff --git a/dictionaries/ui/layouts/ui-content-block/nl.dictionary.itop.ui-content-block.php b/dictionaries/ui/layouts/ui-content-block/nl.dictionary.itop.ui-content-block.php index fe3cbd5c9..d3ce24e95 100644 --- a/dictionaries/ui/layouts/ui-content-block/nl.dictionary.itop.ui-content-block.php +++ b/dictionaries/ui/layouts/ui-content-block/nl.dictionary.itop.ui-content-block.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('NL NL', 'Dutch', 'Nederlands', [ 'UIBlock:Error:AddBlockForbidden' => 'Cannot add block to %1$s~~', ]); diff --git a/dictionaries/ui/layouts/ui-content-block/pt_br.dictionary.itop.ui-content-block.php b/dictionaries/ui/layouts/ui-content-block/pt_br.dictionary.itop.ui-content-block.php index 5e005a209..666795494 100644 --- a/dictionaries/ui/layouts/ui-content-block/pt_br.dictionary.itop.ui-content-block.php +++ b/dictionaries/ui/layouts/ui-content-block/pt_br.dictionary.itop.ui-content-block.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('PT BR', 'Brazilian', 'Brazilian', [ 'UIBlock:Error:AddBlockForbidden' => 'Cannot add block to %1$s~~', ]); diff --git a/dictionaries/ui/layouts/ui-content-block/ru.dictionary.itop.ui-content-block.php b/dictionaries/ui/layouts/ui-content-block/ru.dictionary.itop.ui-content-block.php index 05069b54f..23ccc7129 100644 --- a/dictionaries/ui/layouts/ui-content-block/ru.dictionary.itop.ui-content-block.php +++ b/dictionaries/ui/layouts/ui-content-block/ru.dictionary.itop.ui-content-block.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('RU RU', 'Russian', 'Русский', [ 'UIBlock:Error:AddBlockForbidden' => 'Cannot add block to %1$s~~', ]); diff --git a/dictionaries/ui/layouts/ui-content-block/sk.dictionary.itop.ui-content-block.php b/dictionaries/ui/layouts/ui-content-block/sk.dictionary.itop.ui-content-block.php index 74eaec5c4..d9c7f1f86 100644 --- a/dictionaries/ui/layouts/ui-content-block/sk.dictionary.itop.ui-content-block.php +++ b/dictionaries/ui/layouts/ui-content-block/sk.dictionary.itop.ui-content-block.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('SK SK', 'Slovak', 'Slovenčina', [ 'UIBlock:Error:AddBlockForbidden' => 'Cannot add block to %1$s~~', ]); diff --git a/dictionaries/ui/layouts/ui-content-block/tr.dictionary.itop.ui-content-block.php b/dictionaries/ui/layouts/ui-content-block/tr.dictionary.itop.ui-content-block.php index cf04e329f..0d1938cd1 100644 --- a/dictionaries/ui/layouts/ui-content-block/tr.dictionary.itop.ui-content-block.php +++ b/dictionaries/ui/layouts/ui-content-block/tr.dictionary.itop.ui-content-block.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('TR TR', 'Turkish', 'Türkçe', [ 'UIBlock:Error:AddBlockForbidden' => 'Cannot add block to %1$s~~', ]); diff --git a/dictionaries/ui/layouts/ui-content-block/zh_cn.dictionary.itop.ui-content-block.php b/dictionaries/ui/layouts/ui-content-block/zh_cn.dictionary.itop.ui-content-block.php index 974f6b5ee..6d64326b5 100644 --- a/dictionaries/ui/layouts/ui-content-block/zh_cn.dictionary.itop.ui-content-block.php +++ b/dictionaries/ui/layouts/ui-content-block/zh_cn.dictionary.itop.ui-content-block.php @@ -3,7 +3,6 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ - Dict::Add('ZH CN', 'Chinese', '简体中文', [ 'UIBlock:Error:AddBlockForbidden' => 'Cannot add block to %1$s~~', ]); diff --git a/dictionaries/ui/pages/errorpage/cs.dictionary.itop.errorpage.php b/dictionaries/ui/pages/errorpage/cs.dictionary.itop.errorpage.php index 3503f1bdc..f5cd6f44e 100644 --- a/dictionaries/ui/pages/errorpage/cs.dictionary.itop.errorpage.php +++ b/dictionaries/ui/pages/errorpage/cs.dictionary.itop.errorpage.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('CS CZ', 'Czech', 'Čeština', array( 'UI:ErrorPage:UnstableVersion' => 'You are using an unstable version that may include bugs. If you think this error occurred because of this please send us your feedback!~~', diff --git a/dictionaries/ui/pages/errorpage/da.dictionary.itop.errorpage.php b/dictionaries/ui/pages/errorpage/da.dictionary.itop.errorpage.php index d45f63466..e73f0c286 100644 --- a/dictionaries/ui/pages/errorpage/da.dictionary.itop.errorpage.php +++ b/dictionaries/ui/pages/errorpage/da.dictionary.itop.errorpage.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('DA DA', 'Danish', 'Dansk', array( 'UI:ErrorPage:UnstableVersion' => 'You are using an unstable version that may include bugs. If you think this error occurred because of this please send us your feedback!~~', diff --git a/dictionaries/ui/pages/errorpage/de.dictionary.itop.errorpage.php b/dictionaries/ui/pages/errorpage/de.dictionary.itop.errorpage.php index b3243bdc5..ae5cfdce1 100644 --- a/dictionaries/ui/pages/errorpage/de.dictionary.itop.errorpage.php +++ b/dictionaries/ui/pages/errorpage/de.dictionary.itop.errorpage.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('DE DE', 'German', 'Deutsch', array( 'UI:ErrorPage:UnstableVersion' => 'Sie nutzeng gerade eine Unstable-Version, die eventuell Bugs enthält. Wenn Sie glauben, dieser Fehler liegt an einem solchen Bug, bitte senden Sie uns Ihr Feedback!', diff --git a/dictionaries/ui/pages/errorpage/es_cr.dictionary.itop.errorpage.php b/dictionaries/ui/pages/errorpage/es_cr.dictionary.itop.errorpage.php index eaf8037a3..d412e9f61 100644 --- a/dictionaries/ui/pages/errorpage/es_cr.dictionary.itop.errorpage.php +++ b/dictionaries/ui/pages/errorpage/es_cr.dictionary.itop.errorpage.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'UI:ErrorPage:UnstableVersion' => 'You are using an unstable version that may include bugs. If you think this error occurred because of this please send us your feedback!~~', diff --git a/dictionaries/ui/pages/errorpage/fr.dictionary.itop.errorpage.php b/dictionaries/ui/pages/errorpage/fr.dictionary.itop.errorpage.php index d90c90a66..3c15a8e93 100644 --- a/dictionaries/ui/pages/errorpage/fr.dictionary.itop.errorpage.php +++ b/dictionaries/ui/pages/errorpage/fr.dictionary.itop.errorpage.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('FR FR', 'French', 'Français', array( 'UI:ErrorPage:UnstableVersion' => 'Vous utilisez une version instable qui peut contenir des bugs. Si vous pensez que cette erreur est liée merci de nous contacter !', diff --git a/dictionaries/ui/pages/errorpage/hu.dictionary.itop.errorpage.php b/dictionaries/ui/pages/errorpage/hu.dictionary.itop.errorpage.php index 5897f57c8..d6d6b7059 100644 --- a/dictionaries/ui/pages/errorpage/hu.dictionary.itop.errorpage.php +++ b/dictionaries/ui/pages/errorpage/hu.dictionary.itop.errorpage.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('HU HU', 'Hungarian', 'Magyar', array( 'UI:ErrorPage:UnstableVersion' => 'You are using an unstable version that may include bugs. If you think this error occurred because of this please send us your feedback!~~', diff --git a/dictionaries/ui/pages/errorpage/it.dictionary.itop.errorpage.php b/dictionaries/ui/pages/errorpage/it.dictionary.itop.errorpage.php index 183551d2f..815986ea9 100644 --- a/dictionaries/ui/pages/errorpage/it.dictionary.itop.errorpage.php +++ b/dictionaries/ui/pages/errorpage/it.dictionary.itop.errorpage.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('IT IT', 'Italian', 'Italiano', array( 'UI:ErrorPage:UnstableVersion' => 'You are using an unstable version that may include bugs. If you think this error occurred because of this please send us your feedback!~~', diff --git a/dictionaries/ui/pages/errorpage/ja.dictionary.itop.errorpage.php b/dictionaries/ui/pages/errorpage/ja.dictionary.itop.errorpage.php index cfbe72814..aaa6d68cd 100644 --- a/dictionaries/ui/pages/errorpage/ja.dictionary.itop.errorpage.php +++ b/dictionaries/ui/pages/errorpage/ja.dictionary.itop.errorpage.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('JA JP', 'Japanese', '日本語', array( 'UI:ErrorPage:UnstableVersion' => 'You are using an unstable version that may include bugs. If you think this error occurred because of this please send us your feedback!~~', diff --git a/dictionaries/ui/pages/errorpage/nl.dictionary.itop.errorpage.php b/dictionaries/ui/pages/errorpage/nl.dictionary.itop.errorpage.php index 95695bd6d..3363b8c5d 100644 --- a/dictionaries/ui/pages/errorpage/nl.dictionary.itop.errorpage.php +++ b/dictionaries/ui/pages/errorpage/nl.dictionary.itop.errorpage.php @@ -16,11 +16,10 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'UI:ErrorPage:UnstableVersion' => 'Je gebruikt een instabiele versie die mogelijks fouten bevat. Als je denkt dat deze fout hierdoor komt, gelieve ons hierover te contacteren!', 'UI:ErrorPage:KittyDisclaimer' => 'Er werden geen katjes misbruikt tijdens het maken van deze GIF en software. - Het R&D team', -)); +)); \ No newline at end of file diff --git a/dictionaries/ui/pages/errorpage/pt_br.dictionary.itop.errorpage.php b/dictionaries/ui/pages/errorpage/pt_br.dictionary.itop.errorpage.php index c2d517e62..ba22526b3 100644 --- a/dictionaries/ui/pages/errorpage/pt_br.dictionary.itop.errorpage.php +++ b/dictionaries/ui/pages/errorpage/pt_br.dictionary.itop.errorpage.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( 'UI:ErrorPage:UnstableVersion' => 'You are using an unstable version that may include bugs. If you think this error occurred because of this please send us your feedback!~~', diff --git a/dictionaries/ui/pages/errorpage/ru.dictionary.itop.errorpage.php b/dictionaries/ui/pages/errorpage/ru.dictionary.itop.errorpage.php index cd4f22541..34c09aea4 100644 --- a/dictionaries/ui/pages/errorpage/ru.dictionary.itop.errorpage.php +++ b/dictionaries/ui/pages/errorpage/ru.dictionary.itop.errorpage.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('RU RU', 'Russian', 'Русский', array( 'UI:ErrorPage:UnstableVersion' => 'You are using an unstable version that may include bugs. If you think this error occurred because of this please send us your feedback!~~', diff --git a/dictionaries/ui/pages/errorpage/sk.dictionary.itop.errorpage.php b/dictionaries/ui/pages/errorpage/sk.dictionary.itop.errorpage.php index 35115bb8f..25da59eee 100644 --- a/dictionaries/ui/pages/errorpage/sk.dictionary.itop.errorpage.php +++ b/dictionaries/ui/pages/errorpage/sk.dictionary.itop.errorpage.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('SK SK', 'Slovak', 'Slovenčina', array( 'UI:ErrorPage:UnstableVersion' => 'You are using an unstable version that may include bugs. If you think this error occurred because of this please send us your feedback!~~', diff --git a/dictionaries/ui/pages/errorpage/tr.dictionary.itop.errorpage.php b/dictionaries/ui/pages/errorpage/tr.dictionary.itop.errorpage.php index 808c4c482..909fc8bc6 100644 --- a/dictionaries/ui/pages/errorpage/tr.dictionary.itop.errorpage.php +++ b/dictionaries/ui/pages/errorpage/tr.dictionary.itop.errorpage.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('TR TR', 'Turkish', 'Türkçe', array( 'UI:ErrorPage:UnstableVersion' => 'You are using an unstable version that may include bugs. If you think this error occurred because of this please send us your feedback!~~', diff --git a/dictionaries/ui/pages/errorpage/zh_cn.dictionary.itop.errorpage.php b/dictionaries/ui/pages/errorpage/zh_cn.dictionary.itop.errorpage.php index 03b9d5f88..010c1f974 100644 --- a/dictionaries/ui/pages/errorpage/zh_cn.dictionary.itop.errorpage.php +++ b/dictionaries/ui/pages/errorpage/zh_cn.dictionary.itop.errorpage.php @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License */ - // Navigation menu Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'UI:ErrorPage:UnstableVersion' => 'You are using an unstable version that may include bugs. If you think this error occurred because of this please send us your feedback!~~', diff --git a/dictionaries/zh_cn.dictionary.itop.ui.php b/dictionaries/zh_cn.dictionary.itop.ui.php index 54aadb610..5e91e79d2 100644 --- a/dictionaries/zh_cn.dictionary.itop.ui.php +++ b/dictionaries/zh_cn.dictionary.itop.ui.php @@ -1174,8 +1174,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'UI:PrintResolution:A4Landscape' => 'A4 横向', 'UI:PrintResolution:LetterPortrait' => '纵向信纸', 'UI:PrintResolution:LetterLandscape' => '横向信纸', - 'UI:Toggle:StandardDashboard' => '标准', - 'UI:Toggle:CustomDashboard' => '自定义', + 'UI:Toggle:SwitchToStandardDashboard' => 'Switch to standard dashboard~~', + 'UI:Toggle:SwitchToCustomDashboard' => 'Switch to custom dashboard~~', 'UI:ConfigureThisList' => '配置这个列表...', 'UI:ListConfigurationTitle' => '列表配置', diff --git a/js/utils.js b/js/utils.js index c26ecdf6e..a9fc950e9 100644 --- a/js/utils.js +++ b/js/utils.js @@ -709,6 +709,22 @@ const CombodoGlobalToolbox = { || oDOMElem.contains(efp(oRect.left, oRect.bottom)) ); } + }, + /** + * This method should be a JS mirror of the PHP {@see utils::FilterXSS} method + * + * @param sInput {string} Input text to filter from XSS attacks + * @returns {string} The sInput string filtered from possible XSS attacks + * @constructor + * @since 3.0.0 + */ + FilterXSS: function (sInput) { + let sOutput = sInput; + + // Remove HTML script tags + sOutput = sOutput.replace(/