Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions localization/schema.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1220,10 +1220,14 @@ UpdateCapabilityType.delta=Delta
UpdateCapabilityType.addRemoveAttributeValues=Add/Remove attribute values
UpdateCapabilityType.attributeContentRequirement=Attribute content requirement
UserType.displayName=User
UserType.displayNameProperty=Display name
UserType.displayNameProperty.help=Effective visible name of the user for presentation-oriented display. This property is intended to be computed later and must not be used as a login name, account identifier, or correlation identifier.
UserType.familyName=Family name
UserType.fullName=Full name
UserType.fullName.help=Full name of the user, including middle initials, honorific titles, decorations, etc. (e.g., James W. Random, PhD.).
UserType.givenName=Given name
UserType.preferredName=Preferred name
UserType.preferredName.help=User-preferred presentation name. It does not replace legal-name attributes such as given name, family name, or full name, and must not be used as a login name, account identifier, or correlation identifier.
UserInterfaceElementVisibilityType.AUTOMATIC=Automatic
UserInterfaceElementVisibilityType.VISIBLE=Visible
UserInterfaceElementVisibilityType.VACANT=Vacant
Expand Down
4 changes: 4 additions & 0 deletions localization/schema_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1218,10 +1218,14 @@ UpdateCapabilityType.delta=Delta
UpdateCapabilityType.addRemoveAttributeValues=Add/Remove attribute values
UpdateCapabilityType.attributeContentRequirement=Attribute content requirement
UserType.displayName=User
UserType.displayNameProperty=Display name
UserType.displayNameProperty.help=Effective visible name of the user for presentation-oriented display. This property is intended to be computed later and must not be used as a login name, account identifier, or correlation identifier.
UserType.familyName=Family name
UserType.fullName=Full name
UserType.fullName.help=Full name of the user, including middle initials, honorific titles, decorations, etc. (e.g., James W. Random, PhD.).
UserType.givenName=Given name
UserType.preferredName=Preferred name
UserType.preferredName.help=User-preferred presentation name. It does not replace legal-name attributes such as given name, family name, or full name, and must not be used as a login name, account identifier, or correlation identifier.
UserInterfaceElementVisibilityType.AUTOMATIC=Automatic
UserInterfaceElementVisibilityType.VISIBLE=Visible
UserInterfaceElementVisibilityType.VACANT=Vacant
Expand Down