You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.1 KiB

<?php
/**
* The user module English file of ZenTaoPMS.
*
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv11.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package user
* @version $Id: en.php 5053 2013-07-06 08:17:37Z wyd621@gmail.com $
* @link http://www.zentao.net
*/
$lang->ldap->common = "LDAP";
$lang->ldap->setting = "Setting";
$lang->ldap->host = 'LDAP Host: ';
$lang->ldap->version = 'Protocol Version: ';
$lang->ldap->bindDN = 'BindDN: ';
$lang->ldap->password = 'BindDN Password: ';
$lang->ldap->baseDN = 'BaseDN: ';
$lang->ldap->filter = 'Search filter: ';
$lang->ldap->attributes = 'Account Attribute: ';
$lang->ldap->sync = 'Sync';
$lang->ldap->save = 'Save';
$lang->ldap->test = 'Connect Test';
$lang->ldap->mail = 'EMail:';
$lang->ldap->name = 'Name Attrubte:';
$lang->ldap->methodOrder[5] = 'index';
$lang->ldap->methodOrder[10] = 'setting';