Skip to content

Commit

Permalink
Consolidated messages files
Browse files Browse the repository at this point in the history
Former-commit-id: e318e00840321dc6e42c010ef097d51899b985c7
  • Loading branch information
rmathis committed Jul 27, 2022
1 parent a6823b0 commit dcfeae0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 571 deletions.
23 changes: 18 additions & 5 deletions backend/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ label.select-protocol=Select Protocol
label.nameid-format=NameID Format
label.nameid-formats=NameID Formats
label.name-and-entity-id=Name and Entity ID
label.organization-information=SP/Organization Information
label.organization-information=Organization Information
label.contact-information=Contact Information
label.given-name=Given Name
label.contact-type=Contact Type
Expand Down Expand Up @@ -282,7 +282,7 @@ label.add-a-new-metadata-source=Add a new metadata source - Finish Summary
label.name-and-entityid=Name and Entity ID.
label.finish-summary-validation=Finished!
label.select-entity-id-to-copy=Select the Entity ID to copy
label.metadata-source-name-dashboard-display-only=Metadata Source Name (Dashboard Display Only)
label.metadata-source-name-dashboard-display-only=Service Provider Name (Dashboard Display Only)
label.new-entity-id=New Entity ID
label.sections-to-copy=Sections to Copy?
label.add-a-new-metadata-resolver=Add a new metadata source
Expand Down Expand Up @@ -417,6 +417,7 @@ label.dynamic-attributes=Dynamic Attributes
label.metadata-filter-plugins=Metadata Filter Plugins
label.advanced-settings=Advanced Settings
label.edit-metadata-provider=Edit Metadata Provider
label.edit-metadata-source=Edit Metadata Source
label.http-settings-advanced=Http Settings (Advanced)

label.metadata-ui=User Interface / MDUI Information
Expand All @@ -439,6 +440,7 @@ label.attribute-eduPersonUniqueId=eduPersonUniqueId
label.attribute-employeeNumber=employeeNumber
label.force-authn=Force AuthN

label.dynamic-attributes=Dynamic Attributes
label.min-cache-duration=Min Cache Duration
label.max-cache-duration=Max Cache Duration
label.max-idle-entity-data=Max Idle Entity Data
Expand Down Expand Up @@ -466,14 +468,20 @@ label.nameid-formats-type=NameID Type
label.select-filter-type=Select Filter Type

label.admin=Admin
label.action-required=Action Required
label.user-access-request=User Access Request
label.user-maintenance=User Maintenance
label.user-id=UserId
label.email=Email
label.role=Role
label.delete=Delete?

label.title=Title
label.delete-request=Delete Request
label.enable=Enable
label.disable=Disable
label.enabled=Enabled
label.disabled=Disabled
label.enable-metadata-sources=Enable Metadata Sources
label.title=Title
label.author=Author
label.creation-date=Creation Date
label.order=Order
Expand Down Expand Up @@ -543,6 +551,7 @@ message.uri-valid-format=URI must be valid format.
message.id-unique=ID must be unique.
message.name-unique=Service provider name must be unique.
message.array-items-must-be-unique=Items in list must be unique.
message.real-number=Optional. If using a value, must be a real number between 0-1.
message.valid-duration=Must be a valid duration.
message.valid-name=No special characters or whitespace allowed.
message.required=Missing required property.
Expand Down Expand Up @@ -592,7 +601,9 @@ message.database-constraint=There was a database constraint problem processing t

message.no-filters=No Filters
message.no-filters-added=No filters have been added to this Metadata Provider

message.user-request-received-title=User request received
message.user-request-received-body=Your request has been received and is being reviewed. You will be notified with access status.
message.filter-fail=A server error occured, and the filter failed to save.
message.create-new-version-from-version=Create New Version from Previous Settings
message.restoring-this-version-will-copy=Restoring this version will copy the Version ({ date }) configuration and create a new Version from the selected version settings. You can then edit the configuration before saving the new version.

Expand Down Expand Up @@ -628,6 +639,8 @@ tooltip.certificate-name=Certificate Name
tooltip.certificate-type=Certificate Type
tooltip.certificate=Certificate
tooltip.logout-endpoints=Logout Endpoints
tooltip.logout-endpoints-url=Logout Endpoints Url
tooltip.logout-endpoints-binding-type=Logout Endpoints Binding Type
tooltip.url=Logout Endpoints Url
tooltip.binding-type=Logout Endpoints Binding Type
tooltip.mdui-display-name=Typically, the IdP Display Name field will be presented on IdP discovery service interfaces.
Expand Down
Loading

0 comments on commit dcfeae0

Please sign in to comment.