mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
10 lines
258 B
PHP
10 lines
258 B
PHP
<?php
|
|
/**
|
|
* @copyright Copyright (C) 2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
// Navigation menu
|
|
Dict::Add('EN GB', 'British English', 'British English', array(
|
|
'core/Operation:Landing/Title' => 'OAuth token creation',
|
|
)); |