mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
13 lines
374 B
PHP
13 lines
374 B
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2013 XXXXX
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
|
'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~~',
|
|
));
|