added labeledURI
This commit is contained in:
parent
f36223c6fd
commit
541beff3bd
|
@ -659,11 +659,11 @@ class inetOrgPerson extends baseModule implements passwordService {
|
||||||
),
|
),
|
||||||
'labeledURI' => array(
|
'labeledURI' => array(
|
||||||
"Headline" => _("Web site"),
|
"Headline" => _("Web site"),
|
||||||
"Text" => _("The user's web site or any other comment (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"),
|
||||||
"Text" => _("The user's web site or any other comment (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"),
|
||||||
|
|
Loading…
Reference in New Issue