technical attribute names for help

This commit is contained in:
Roland Gruber 2012-01-31 19:32:25 +00:00
parent 78795c2d60
commit d1d7749d9b
1 changed files with 44 additions and 44 deletions

View File

@ -598,163 +598,163 @@ class inetOrgPerson extends baseModule implements passwordService {
// help Entries // help Entries
$return['help'] = array ( $return['help'] = array (
'description' => array ( 'description' => array (
"Headline" => _("Description"), "Headline" => _("Description"), 'attr' => 'description',
"Text" => _("User description. If left empty sur- and give name will be used.") "Text" => _("User description. If left empty sur- and give name will be used.")
), ),
'title' => array ( 'title' => array (
"Headline" => _("Job title"), "Headline" => _("Job title"), 'attr' => 'title',
"Text" => _("Job title of user: President, department manager, ...") "Text" => _("Job title of user: President, department manager, ...")
), ),
'givenName' => array ( 'givenName' => array (
"Headline" => _("First name"), "Headline" => _("First name"), 'attr' => 'givenName',
"Text" => _("First name of user. Only letters, - and spaces are allowed.") "Text" => _("First name of user. Only letters, - and spaces are allowed.")
), ),
'sn' => array ( 'sn' => array (
"Headline" => _("Last name"), "Headline" => _("Last name"), 'attr' => 'sn',
"Text" => _("Last name of user. Only letters, - and spaces are allowed.") "Text" => _("Last name of user. Only letters, - and spaces are allowed.")
), ),
'employeeType' => array ( 'employeeType' => array (
"Headline" => _("Employee type"), "Headline" => _("Employee type"), 'attr' => 'employeeType',
"Text" => _("Employee type: Contractor, Employee, Intern, Temp, External, ...") "Text" => _("Employee type: Contractor, Employee, Intern, Temp, External, ...")
), ),
'manager' => array ( 'manager' => array (
"Headline" => _("Manager"), "Headline" => _("Manager"), 'attr' => 'manager',
"Text" => _("This is the LDAP DN of the user's manager. Use this property to represent hierarchies in your company.") "Text" => _("This is the LDAP DN of the user's manager. Use this property to represent hierarchies in your company.")
), ),
'managerList' => array ( 'managerList' => array (
"Headline" => _("Manager"), "Headline" => _("Manager"), 'attr' => 'manager',
"Text" => _("This is the LDAP DN of the user's manager. Use this property to represent hierarchies in your company.") . ' ' . _("Multiple values are separated by semicolon.") "Text" => _("This is the LDAP DN of the user's manager. Use this property to represent hierarchies in your company.") . ' ' . _("Multiple values are separated by semicolon.")
), ),
'street' => array ( 'street' => array (
"Headline" => _("Street"), "Headline" => _("Street"), 'attr' => 'street',
"Text" => _("The street name of the user's address.") "Text" => _("The street name of the user's address.")
), ),
'streetList' => array ( 'streetList' => array (
"Headline" => _("Street"), "Headline" => _("Street"), 'attr' => 'street',
"Text" => _("The street name of the user's address.") . ' ' . _("Multiple values are separated by semicolon.") "Text" => _("The street name of the user's address.") . ' ' . _("Multiple values are separated by semicolon.")
), ),
'postOfficeBox' => array ( 'postOfficeBox' => array (
"Headline" => _("Post office box"), "Headline" => _("Post office box"), 'attr' => 'postOfficeBox',
"Text" => _("The post office box of the user's address.") "Text" => _("The post office box of the user's address.")
), ),
'postOfficeBoxList' => array ( 'postOfficeBoxList' => array (
"Headline" => _("Post office box"), "Headline" => _("Post office box"), 'attr' => 'postOfficeBox',
"Text" => _("The post office box of the user's address.") . ' ' . _("Multiple values are separated by semicolon.") "Text" => _("The post office box of the user's address.") . ' ' . _("Multiple values are separated by semicolon.")
), ),
'postalCode' => array ( 'postalCode' => array (
"Headline" => _("Postal code"), "Headline" => _("Postal code"), 'attr' => 'postalCode',
"Text" => _("The postal code of the user's address.") "Text" => _("The postal code of the user's address.")
), ),
'postalCodeList' => array ( 'postalCodeList' => array (
"Headline" => _("Postal code"), "Headline" => _("Postal code"), 'attr' => 'postalCode',
"Text" => _("The postal code of the user's address.") . ' ' . _("Multiple values are separated by semicolon.") "Text" => _("The postal code of the user's address.") . ' ' . _("Multiple values are separated by semicolon.")
), ),
'postalAddress' => array ( 'postalAddress' => array (
"Headline" => _("Postal address"), "Headline" => _("Postal address"), 'attr' => 'postalAddress',
"Text" => _("Postal address, city") "Text" => _("Postal address, city")
), ),
'registeredAddress' => array ( 'registeredAddress' => array (
"Headline" => _("Registered address"), "Headline" => _("Registered address"), 'attr' => 'registeredAddress',
"Text" => _("Registered address, city") "Text" => _("Registered address, city")
), ),
'telephoneNumber' => array ( 'telephoneNumber' => array (
"Headline" => _("Telephone number"), "Headline" => _("Telephone number"), 'attr' => 'telephoneNumber',
"Text" => _("The user's telephone number.") "Text" => _("The user's telephone number.")
), ),
'telephoneNumberList' => array ( 'telephoneNumberList' => array (
"Headline" => _("Telephone number"), "Headline" => _("Telephone number"), 'attr' => 'telephoneNumber',
"Text" => _("The user's telephone number.") . ' ' . _('Multiple values are separated by semicolon.') "Text" => _("The user's telephone number.") . ' ' . _('Multiple values are separated by semicolon.')
), ),
'mobileTelephoneNumber' => array ( 'mobileTelephoneNumber' => array (
"Headline" => _("Mobile number"), "Headline" => _("Mobile number"), 'attr' => 'mobile',
"Text" => _("The user's mobile number.") "Text" => _("The user's mobile number.")
), ),
'mobileTelephoneNumberList' => array ( 'mobileTelephoneNumberList' => array (
"Headline" => _("Mobile number"), "Headline" => _("Mobile number"), 'attr' => 'mobile',
"Text" => _("The user's mobile number.") . ' ' . _('Multiple values are separated by semicolon.') "Text" => _("The user's mobile number.") . ' ' . _('Multiple values are separated by semicolon.')
), ),
'facsimileTelephoneNumber' => array ( 'facsimileTelephoneNumber' => array (
"Headline" => _("Fax number"), "Headline" => _("Fax number"), 'attr' => 'facsimileTelephoneNumber',
"Text" => _("The user's fax number.") "Text" => _("The user's fax number.")
), ),
'facsimileTelephoneNumberList' => array ( 'facsimileTelephoneNumberList' => array (
"Headline" => _("Fax number"), "Headline" => _("Fax number"), 'attr' => 'facsimileTelephoneNumber',
"Text" => _("The user's fax number.") . ' ' . _('Multiple values are separated by semicolon.') "Text" => _("The user's fax number.") . ' ' . _('Multiple values are separated by semicolon.')
), ),
'mail' => array ( 'mail' => array (
"Headline" => _("Email address"), "Headline" => _("Email address"), 'attr' => 'mail',
"Text" => _("The user's email address.") "Text" => _("The user's email address.")
), ),
'mailList' => array ( 'mailList' => array (
"Headline" => _("Email address"), "Headline" => _("Email address"), 'attr' => 'mail',
"Text" => _("The user's email address.") . ' ' . _('Multiple values are separated by semicolon.') "Text" => _("The user's email address.") . ' ' . _('Multiple values are separated by semicolon.')
), ),
'labeledURI' => array( 'labeledURI' => array(
"Headline" => _("Web site"), "Headline" => _("Web site"), 'attr' => 'labeledURI',
"Text" => _("The user's web site (e.g. http://www.company.com).") "Text" => _("The user's web site (e.g. http://www.company.com).")
), ),
'labeledURIList' => array( 'labeledURIList' => array(
"Headline" => _("Web site"), "Headline" => _("Web site"), 'attr' => 'labeledURI',
"Text" => _("The user's web site (e.g. http://www.company.com).") . ' ' . _('Multiple values are separated by semicolon.') "Text" => _("The user's web site (e.g. http://www.company.com).") . ' ' . _('Multiple values are separated by semicolon.')
), ),
'cn' => array ( 'cn' => array (
"Headline" => _("Common name"), "Headline" => _("Common name"), 'attr' => 'cn',
"Text" => _("This is the natural name of the user. If empty, the first and last name is used.") "Text" => _("This is the natural name of the user. If empty, the first and last name is used.")
), ),
'uid' => array( 'uid' => array(
"Headline" => _("User name"), "Headline" => _("User name"), 'attr' => 'uid',
"Text" => _("User name of the user who should be created. Valid characters are: a-z,A-Z,0-9, .-_. If user name is already used user name will be expanded with a number. The next free number will be used. Warning: Older systems have problems with user names longer than 8 characters. You can not log in to Windows if user name is longer than 16 characters.") "Text" => _("User name of the user who should be created. Valid characters are: a-z,A-Z,0-9, .-_. If user name is already used user name will be expanded with a number. The next free number will be used. Warning: Older systems have problems with user names longer than 8 characters. You can not log in to Windows if user name is longer than 16 characters.")
), ),
'photoUpload' => array( 'photoUpload' => array(
"Headline" => _("Add photo"), "Headline" => _("Add photo"), 'attr' => 'jpegPhoto',
"Text" => _("Please select an image file to upload. It must be in JPG format (.jpg/.jpeg).") "Text" => _("Please select an image file to upload. It must be in JPG format (.jpg/.jpeg).")
), ),
'homePhone' => array( 'homePhone' => array(
"Headline" => _("Home telephone number"), "Headline" => _("Home telephone number"), 'attr' => 'homePhone',
"Text" => _("The user's private telephone number.") "Text" => _("The user's private telephone number.")
), ),
'homePhoneList' => array( 'homePhoneList' => array(
"Headline" => _("Home telephone number"), "Headline" => _("Home telephone number"), 'attr' => 'homePhone',
"Text" => _("The user's private telephone number.") . ' ' . _('Multiple values are separated by semicolon.') "Text" => _("The user's private telephone number.") . ' ' . _('Multiple values are separated by semicolon.')
), ),
'roomNumber' => array( 'roomNumber' => array(
"Headline" => _("Room number"), "Headline" => _("Room number"), 'attr' => 'roomNumber',
"Text" => _("The room number of the employee's office.") "Text" => _("The room number of the employee's office.")
), ),
'businessCategory' => array( 'businessCategory' => array(
"Headline" => _("Business category"), "Headline" => _("Business category"), 'attr' => 'businessCategory',
"Text" => _("Business category (e.g. Administration, IT-Services, Manangement, ...)") "Text" => _("Business category (e.g. Administration, IT-Services, Manangement, ...)")
), ),
'l' => array( 'l' => array(
"Headline" => _("Location"), "Headline" => _("Location"), 'attr' => 'l',
"Text" => _("This describes the location of the user.") "Text" => _("This describes the location of the user.")
), ),
'lList' => array( 'lList' => array(
"Headline" => _("Location"), "Headline" => _("Location"), 'attr' => 'l',
"Text" => _("This describes the location of the user.") . ' ' . _("Multiple values are separated by semicolon.") "Text" => _("This describes the location of the user.") . ' ' . _("Multiple values are separated by semicolon.")
), ),
'st' => array( 'st' => array(
"Headline" => _("State"), "Headline" => _("State"), 'attr' => 'st',
"Text" => _("The state where the user resides or works.") "Text" => _("The state where the user resides or works.")
), ),
'stList' => array( 'stList' => array(
"Headline" => _("State"), "Headline" => _("State"), 'attr' => 'st',
"Text" => _("The state where the user resides or works.") . ' ' . _("Multiple values are separated by semicolon.") "Text" => _("The state where the user resides or works.") . ' ' . _("Multiple values are separated by semicolon.")
), ),
'carLicense' => array( 'carLicense' => array(
"Headline" => _("Car license"), "Headline" => _("Car license"), 'attr' => 'carLicense',
"Text" => _("This can be used to specify if the user has a car license.") "Text" => _("This can be used to specify if the user has a car license.")
), ),
'physicalDeliveryOfficeName' => array( 'physicalDeliveryOfficeName' => array(
"Headline" => _("Office name"), "Headline" => _("Office name"), 'attr' => 'physicalDeliveryOfficeName',
"Text" => _("The office name of the user (e.g. YourCompany, Human Resources).") "Text" => _("The office name of the user (e.g. YourCompany, Human Resources).")
), ),
'departmentNumber' => array( 'departmentNumber' => array(
"Headline" => _("Department"), "Headline" => _("Department"), 'attr' => 'departmentNumber',
"Text" => _("Here you can enter the user's department.") "Text" => _("Here you can enter the user's department.")
), ),
'departmentNumberList' => array( 'departmentNumberList' => array(
"Headline" => _("Department"), "Headline" => _("Department"), 'attr' => 'departmentNumber',
"Text" => _("Here you can enter the user's department.") . ' ' . _("Multiple values are separated by semicolon.") "Text" => _("Here you can enter the user's department.") . ' ' . _("Multiple values are separated by semicolon.")
), ),
'hiddenOptions' => array( 'hiddenOptions' => array(
@ -766,19 +766,19 @@ class inetOrgPerson extends baseModule implements passwordService {
"Text" => _("LAM supports CRYPT, SHA, SSHA, MD5 and SMD5 to generate the hash value of passwords. SSHA and CRYPT are the most common but CRYPT does not support passwords greater than 8 letters. We do not recommend to use plain text passwords.") "Text" => _("LAM supports CRYPT, SHA, SSHA, MD5 and SMD5 to generate the hash value of passwords. SSHA and CRYPT are the most common but CRYPT does not support passwords greater than 8 letters. We do not recommend to use plain text passwords.")
), ),
'o' => array( 'o' => array(
"Headline" => _("Organisation"), "Headline" => _("Organisation"), 'attr' => 'o',
"Text" => _("The user's organisation name.") "Text" => _("The user's organisation name.")
), ),
'oList' => array( 'oList' => array(
"Headline" => _("Organisation"), "Headline" => _("Organisation"), 'attr' => 'o',
"Text" => _("The user's organisation name.") . ' ' . _('Multiple values are separated by semicolon.') "Text" => _("The user's organisation name.") . ' ' . _('Multiple values are separated by semicolon.')
), ),
'employeeNumber' => array( 'employeeNumber' => array(
"Headline" => _("Employee number"), "Headline" => _("Employee number"), 'attr' => 'employeeNumber',
"Text" => _("The user's unique employee number.") "Text" => _("The user's unique employee number.")
), ),
'initials' => array( 'initials' => array(
"Headline" => _("Initials"), "Headline" => _("Initials"), 'attr' => 'initials',
"Text" => _("The initials of the user's first names.") . ' ' . _('Multiple values are separated by semicolon.') "Text" => _("The initials of the user's first names.") . ' ' . _('Multiple values are separated by semicolon.')
), ),
); );