mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
15 lines
386 B
PHP
15 lines
386 B
PHP
<?php
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2024 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
Dict::Add('EN GB', 'British English', 'British English', [
|
|
'CAS:Error:UserNotAllowed' => 'User not allowed',
|
|
'CAS:Login:SignIn' => 'Sign in with CAS',
|
|
'CAS:Login:SignInTooltip' => 'Click here to authenticate yourself with the CAS server',
|
|
]);
|