mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
27 lines
581 B
PHP
27 lines
581 B
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
* @author Hirofumi Kosaka <kosaka@rworks.jp>
|
|
*
|
|
*/
|
|
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
|
'Class:UserLDAP' => 'LDAP ユーザー',
|
|
'Class:UserLDAP+' => 'LDAP認証ユーザー',
|
|
'UserLDAP:server' => 'LDAP specifics~~',
|
|
));
|
|
|
|
//
|
|
// Class: UserLDAP
|
|
//
|
|
|
|
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
|
'Class:UserLDAP/Attribute:ldap_server' => 'Ldap server~~',
|
|
'Class:UserLDAP/Attribute:ldap_server+' => '~~',
|
|
));
|