Files
iTop/datamodels/2.x/authent-cas/dictionaries/de.dict.authent-cas.php
2020-08-24 09:31:34 +02:00

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',
));