* @author Romain Quetiez * @author Denis Flaven * @author Hirofumi Kosaka * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL */ // Dictionnay conventions // Class: // Class:+ // Class:/Attribute: // Class:/Attribute:+ // Class:/Attribute:/Value: // Class:/Attribute:/Value:+ // Class:/Stimulus: // Class:/Stimulus:+ // // Class: UserLDAP // Dict::Add('JA JP', 'Japanese', '日本語', array ( 'Class:UserLDAP' => 'LDAP ユーザー', # 'LDAP user', 'Class:UserLDAP+' => 'LDAP認証ユーザー', # 'User authentified by LDAP', 'Class:UserLDAP/Attribute:password' => 'パスワード', # 'Password', 'Class:UserLDAP/Attribute:password+' => '認証文字列', # 'user authentication string', )); ?>