/** * Localized data * * @author Robert Deng * @copyright Copyright (C) 2010-2012 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions // Class: // Class:+ // Class:/Attribute: // Class:/Attribute:+ // Class:/Attribute:/Value: // Class:/Attribute:/Value:+ // Class:/Stimulus: // Class:/Stimulus:+ // // Class: UserLDAP // Dict::Add('ZH CN', 'Chinese', '简体中文', array( 'Class:UserLDAP' => 'LDAP 用户', 'Class:UserLDAP+' => '用户由 LDAP 鉴别身份', 'Class:UserLDAP/Attribute:password' => '密码', 'Class:UserLDAP/Attribute:password+' => '用户身份验证串', )); ?>