mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
28 lines
654 B
PHP
28 lines
654 B
PHP
<?php
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
* @author Thomas Casteleyn <thomas.casteleyn@super-visions.com>
|
|
* @author Jeffrey Bostoen <info@jeffreybostoen.be> (2018 - 2022)
|
|
*/
|
|
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
|
'Class:UserLDAP' => 'LDAP-gebruiker',
|
|
'Class:UserLDAP+' => 'Gebruiker die aanmeldt via LDAP',
|
|
'UserLDAP:server' => 'LDAP informatie',
|
|
]);
|
|
|
|
//
|
|
// Class: UserLDAP
|
|
//
|
|
|
|
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
|
'Class:UserLDAP/Attribute:ldap_server' => 'Ldap server~~',
|
|
'Class:UserLDAP/Attribute:ldap_server+' => '~~',
|
|
]);
|