2021-01-01 14:21:26 +01:00
CertLoginIntroText = "You have presented a valid client certificate for the following email addresses:"
CertLoginRequestText = "Do you want to use this certificate for authentication or do you want to use a different method?"
2021-01-03 21:25:28 +01:00
ClaimsInformation = "In addition the application wants access to the following information:"
2021-01-01 09:20:49 +01:00
ErrorEmail = "Please enter a valid email address."
ErrorEmailRequired = "Please enter an email address."
ErrorPasswordRequired = "Please enter a password."
ErrorRequired = "Please enter a value"
2021-01-02 18:06:03 +01:00
ErrorTitle = "An error has occurred"
2021-01-01 09:20:49 +01:00
ErrorUnknown = "Unknown error"
IndexGreeting = "Hello {{ .User }}"
IndexIntroductionText = "This is an authorization protected resource"
IndexTitle = "Welcome to the Demo application"
IntroConsentMoreInformation = "You can find more information about <strong>{{ .client }}</strong> at <a href=\"{{ .clientLink }}\">its description page</a>."
2021-01-03 21:25:28 +01:00
IntroConsentRequested = "The <strong>{{ .client }}</strong> application requested your consent for the following set of permissions:"
2021-01-01 09:20:49 +01:00
LabelConsent = "I hereby agree that the application may get the requested permissions."
LabelSubmit = "Submit"
2021-01-01 12:40:12 +01:00
LoginTitle = "Login"
2021-01-01 09:20:49 +01:00
Scope-email-Description = "Access your primary email address."
2021-01-03 21:25:28 +01:00
Scope-offline-Description = "Keep access to your information until you revoke the permission."
2021-01-01 09:20:49 +01:00
Scope-openid-Description = "Request information about your identity."
Scope-profile-Description = "Access your user profile information including your name, birth date and locale."
TitleRequestConsent = "Application requests your consent"
2021-01-01 12:28:33 +01:00
WrongOrLockedUserOrInvalidPassword = "You entered an invalid username or password or your account has been locked."
2021-01-03 21:25:28 +01:00
claim-CAcert-groups-description = "Your CAcert team or group assignments."
2021-01-01 09:20:49 +01:00
2021-01-01 12:40:12 +01:00
[ FormLabelEmail ]
description = "Label for an email form field"
other = "Email:"
[ FormLabelPassword ]
description = "Label for a password form field"
other = "Password:"
2021-01-01 14:21:26 +01:00
[ LabelAcceptCertLogin ]
description = "Label for a button to accept certificate login"
other = "Yes, please use the certificate"
2021-01-01 12:40:12 +01:00
[ LabelLogin ]
description = "Label for a login button"
other = "Login"
2021-01-01 14:21:26 +01:00
[ LabelRejectCertLogin ]
description = "Label for a button to reject certificate login"
other = "No, please ask for my password"
2021-01-01 09:20:49 +01:00
[ LogoutLabel ]
description = "A label on a logout button or link"
other = "Logout"