mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 06:48:50 +02:00
12 lines
270 B
PHP
12 lines
270 B
PHP
<?php
|
|
|
|
/**
|
|
* @copyright Copyright (C) 2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
// Global search
|
|
Dict::Add('EN GB', 'British English', 'British English', [
|
|
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values',
|
|
]);
|