mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
11 lines
249 B
PHP
11 lines
249 B
PHP
<?php
|
|
|
|
/**
|
|
* @copyright Copyright (C) 2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
Dict::Add('EN GB', 'British English', 'British English', [
|
|
'UI:DisplayBlock:List:AddEntry:Tooltip' => 'Add an entry in the list',
|
|
]);
|