mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
14 lines
448 B
PHP
14 lines
448 B
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2013 XXXXX
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
* @author Jeffrey Bostoen - <jbostoen.itop@outlook.com> (2018 - 2020)
|
|
*/
|
|
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
|
'CAS:Error:UserNotAllowed' => 'Gebruiker heeft onvoldoende rechten.',
|
|
'CAS:Login:SignIn' => 'Inloggen met CAS',
|
|
'CAS:Login:SignInTooltip' => 'Klik hier om aan te melden via de CAS-server',
|
|
));
|