* @author Romain Quetiez * @author Denis Flaven * @author Stephan Rosenke * @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('DE DE', 'German', 'Deutsch', array( 'Class:UserLDAP' => 'LDAP-Benutzer', 'Class:UserLDAP+' => 'Benutzer,der über LDAP authentifiziert wird', 'Class:UserLDAP/Attribute:password' => 'Passwort', 'Class:UserLDAP/Attribute:password+' => 'Benutzerpasswort', )); ?>