mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
27 lines
600 B
PHP
27 lines
600 B
PHP
<?php
|
||
/**
|
||
* Localized data
|
||
*
|
||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||
* @license https://opensource.org/licenses/AGPL-3.0
|
||
*
|
||
*/
|
||
/**
|
||
* @author Izzet Sirin <izzet.sirin@htr.com.tr>
|
||
*
|
||
*/
|
||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||
'Class:UserLDAP' => 'LDAP kullanıcısı',
|
||
'Class:UserLDAP+' => 'Yetki kontrolü LDAP tarafından yapılan',
|
||
'UserLDAP:server' => 'LDAP specifics~~',
|
||
));
|
||
|
||
//
|
||
// Class: UserLDAP
|
||
//
|
||
|
||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||
'Class:UserLDAP/Attribute:ldap_server' => 'Ldap server~~',
|
||
'Class:UserLDAP/Attribute:ldap_server+' => '~~',
|
||
));
|