mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
18 lines
381 B
PHP
18 lines
381 B
PHP
<?php
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('IT IT', 'Italian', 'Italiano', [
|
|
'CAS:Error:UserNotAllowed' => 'Utente non autorizzato',
|
|
'CAS:Login:SignIn' => 'Accedi con CAS',
|
|
'CAS:Login:SignInTooltip' => 'Clicca qui per autenticarti con il server CAS',
|
|
]);
|