mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
27 lines
525 B
PHP
27 lines
525 B
PHP
<?php
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('PL PL', 'Polish', 'Polski', [
|
|
'Class:UserLDAP' => 'Użytkownik LDAP',
|
|
'Class:UserLDAP+' => 'Użytkownik uwierzytelniony przez LDAP',
|
|
'UserLDAP:server' => 'Serwer LDAP',
|
|
]);
|
|
|
|
//
|
|
// Class: UserLDAP
|
|
//
|
|
|
|
Dict::Add('PL PL', 'Polish', 'Polski', [
|
|
'Class:UserLDAP/Attribute:ldap_server' => 'Ldap server~~',
|
|
'Class:UserLDAP/Attribute:ldap_server+' => '~~',
|
|
]);
|