Files
iTop/datamodels/2.x/authent-cas/de.dict.authent-cas.php
Lars Hippler 41a1bede70 🌐 Update DE-dictionary for iTop 2.7.0 (#113)
Many thanks @r0ert !
2020-02-20 16:04:24 +01: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',
));