mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
10 lines
273 B
PHP
10 lines
273 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', array(
|
|
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values',
|
|
)); |