* @author Romain Quetiez * @author Denis Flaven * @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('IT IT', 'Italian', 'Italiano', array( 'Class:UserLDAP' => 'Utente LDAP', 'Class:UserLDAP+' => 'Utente autenticato da LDAP', 'Class:UserLDAP/Attribute:password' => 'Password', 'Class:UserLDAP/Attribute:password+' => 'user authentication string', )); ?>