mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
12 lines
252 B
PHP
12 lines
252 B
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
|
'theme:light-grey' => 'Light Grey (deprecated)',
|
|
));
|