30 lines
1.9 KiB
TOML
30 lines
1.9 KiB
TOML
CertLoginIntroText = "The application <strong>{{ .ClientName }}</strong> requests a login."
|
|
CertLoginRequestText = "Do you want to use the chosen identity from the certificate for authentication?"
|
|
ClaimsInformation = "In addition the application wants access to the following information:"
|
|
ErrorTitle = "An error has occurred"
|
|
ErrorUnknown = "Unknown error"
|
|
HintChooseAnIdentityForAuthentication = "Choose an identity for authentication."
|
|
IntroConsentMoreInformation = "You can find more information about <strong>{{ .client }}</strong> at <a href=\"{{ .clientLink }}\">its description page</a>."
|
|
IntroConsentRequested = "The <strong>{{ .client }}</strong> application requested your consent for the following set of permissions:"
|
|
LabelConsent = "I hereby agree that the application may get the requested permissions."
|
|
LabelSubmit = "Submit"
|
|
LoginDeniedByUser = "Login has been denied by the user."
|
|
LoginTitle = "Authenticate with a client certificate"
|
|
Scope-email-Description = "Access your email address."
|
|
Scope-offline-Description = "Keep access to your information until you revoke the permission."
|
|
Scope-openid-Description = "Request information about your identity."
|
|
Scope-profile-Description = "Access your user profile information (your name)."
|
|
TitleRequestConsent = "Application requests your consent"
|
|
WrongOrLockedUserOrInvalidPassword = "You entered an invalid username or password or your account has been locked."
|
|
|
|
[EmailChoiceText]
|
|
one = "You have presented a valid client certificate for the following email address:"
|
|
other = "You have presented a valid client certificate for multiple email addresses. Please choose which one you want to present to the application:"
|
|
|
|
[LabelAcceptCertLogin]
|
|
description = "Label for a button to accept certificate login"
|
|
other = "Yes, please use this identity"
|
|
|
|
[LabelRejectCertLogin]
|
|
description = "Label for a button to reject certificate login"
|
|
other = "No, please send me back"
|