changed profile help
This commit is contained in:
parent
c4fed11bfc
commit
48db51486e
|
@ -182,7 +182,7 @@ $helpArray = array (
|
||||||
"420" => array ("ext" => "FALSE", "Headline" => _("Display name"),
|
"420" => array ("ext" => "FALSE", "Headline" => _("Display name"),
|
||||||
"Text" => _("Groupname Windows clients will show as group description.")),
|
"Text" => _("Groupname Windows clients will show as group description.")),
|
||||||
"421" => array ("ext" => "FALSE", "Headline" => _("Load profile"),
|
"421" => array ("ext" => "FALSE", "Headline" => _("Load profile"),
|
||||||
"Text" => _("You can select a previous defined profile here. All values which make sense to store in profile are overwritten with the stored values.")),
|
"Text" => _("You can select a previous defined profile here. This will set all fields to the profile values.")),
|
||||||
"422" => array ("ext" => "FALSE", "Headline" => _("Expand suffix with primary groupname"),
|
"422" => array ("ext" => "FALSE", "Headline" => _("Expand suffix with primary groupname"),
|
||||||
"Text" => _("If select users will be added with OUs expanded with their primary group. E.G a user is in group admin, user suffix will be ou=admin,+user suffix.")),
|
"Text" => _("If select users will be added with OUs expanded with their primary group. E.G a user is in group admin, user suffix will be ou=admin,+user suffix.")),
|
||||||
"423" => array ("ext" => "FALSE", "Headline" => _("Group suffix"),
|
"423" => array ("ext" => "FALSE", "Headline" => _("Group suffix"),
|
||||||
|
@ -260,7 +260,7 @@ $helpArray = array (
|
||||||
"456" => array ("ext" => "FALSE", "Headline" => _("eMail address"),
|
"456" => array ("ext" => "FALSE", "Headline" => _("eMail address"),
|
||||||
"Text" => _("eMail address")),
|
"Text" => _("eMail address")),
|
||||||
"457" => array ("ext" => "FALSE", "Headline" => _("Save profile"),
|
"457" => array ("ext" => "FALSE", "Headline" => _("Save profile"),
|
||||||
"Text" => _("Save profile")),
|
"Text" => _("This will make a profile of the current account. Profile names may contain the letters a-z, 0-9 and -_.")),
|
||||||
"458" => array ("ext" => "FALSE", "Headline" => _("Select group profile"),
|
"458" => array ("ext" => "FALSE", "Headline" => _("Select group profile"),
|
||||||
"Text" => _("If a not yet existing group is defined in csv-file, a new group with the selected group profile will be created.")),
|
"Text" => _("If a not yet existing group is defined in csv-file, a new group with the selected group profile will be created.")),
|
||||||
"460" => array ("ext" => "FALSE", "Headline" => _("Windows domain"),
|
"460" => array ("ext" => "FALSE", "Headline" => _("Windows domain"),
|
||||||
|
|
Loading…
Reference in New Issue