userFedDeletedSuccess:"The user federation provider has been deleted.",
userFedDeleteError:
"Could not delete user federation provider: '{{error}}'",
userFedDeleteConfirmTitle:"Delete user federation provider?",
userFedDeleteConfirm:
"If you delete this user federation provider, all associated data will be removed.",
userFedDisableConfirmTitle:"Disable user federation provider?",
userFedDisableConfirm:
"If you disable this user federation provider, it will not be considered for queries and imported users will be disabled and read-only until the provider is enabled again.",
removeImportedUsers:"Remove imported users?",
removeImportedUsersMessage:
'Do you really want to remove all imported users? The option "Unlink users" makes sense just for the Edit Mode "Unsynced" and there should be a warning that "unlinked" users without the password in the Keycloak database won\'t be able to authenticate.',
removeImportedUsersSuccess:"Imported users have been removed.",
removeImportedUsersError:"Could not remove imported users: '{{error}}'",
syncUsersSuccess:"Sync of users finished successfully.",
syncUsersError:"Could not sync users: '{{error}}'",
unlinkUsersSuccess:"Unlink of users finished successfully.",
unlinkUsersError:"Could not unlink users: '{{error}}'",
validateName:"You must enter a name",
validateRealm:"You must enter a realm",
validateServerPrincipal:"You must enter a server principal",
validateKeyTab:"You must enter a key tab",
validateConnectionUrl:"You must enter a connection URL",
validateBindDn:"You must enter the DN of the LDAP admin",
validateBindCredentials:"You must enter the password of the LDAP admin",
validateUuidLDAPAttribute:"You must enter a UUID LDAP attribute",
validateUserObjectClasses:"You must enter one or more user object classes",
validateUsersDn:"You must enter users DN",
validateUsernameLDAPAttribute:"You must enter a username LDAP attribute",
validateRdnLdapAttribute:"You must enter an RDN LDAP attribute",
validateCustomUserSearchFilter:
"Filter must be enclosed in parentheses, for example: (filter)",