21 lines
1.2 KiB
TOML
21 lines
1.2 KiB
TOML
ErrorEmail = "Please enter a valid email address."
|
|
ErrorEmailRequired = "Please enter an email address."
|
|
ErrorPasswordRequired = "Please enter a password."
|
|
ErrorRequired = "Please enter a value"
|
|
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>."
|
|
IntroConsentRequested = "The <strong>{{ .client }}</strong> application wants your consent for the requested set of permissions."
|
|
LabelConsent = "I hereby agree that the application may get the requested permissions."
|
|
LabelSubmit = "Submit"
|
|
Scope-email-Description = "Access your primary email address."
|
|
Scope-offline_access-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 including your name, birth date and locale."
|
|
TitleRequestConsent = "Application requests your consent"
|
|
|
|
[LogoutLabel]
|
|
description = "A label on a logout button or link"
|
|
other = "Logout"
|