mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
9 lines
252 B
PHP
9 lines
252 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', array(
|
|
'UI:DisplayBlock:List:AddEntry:Tooltip' => 'Add an entry in the list',
|
|
)); |