mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
13 lines
385 B
PHP
13 lines
385 B
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2019 ITOMIG GmbH
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
|
'CAS:Error:UserNotAllowed' => 'Benutzer ist nicht zugelassen',
|
|
'CAS:Login:SignIn' => 'Anmeldung mit CAS',
|
|
'CAS:Login:SignInTooltip' => 'Hier klicken um sich am CAS-Server zu authentifizieren',
|
|
));
|