summaryrefslogtreecommitdiff
path: root/static/languages/en.ini
blob: e926ec0cf36019e16bc956109e6e4c5a1acf2b30 (plain)
loginTitle = Log In
usernameLabel = Username
usernamePlaceholder = Enter your username
passwordLabel = Password
passwordPlaceholder = Enter your password
loginSubmitButton = Log In

errorTitle = Error
errorHeader_invalidRequest = Invalid Request
errorMessage_invalidRequest = The client sent a bad request.
errorHeader_clientNotFound = Client Not Found
errorMessage_clientNotFound = The client gave an incorrect ID, so we cannot redirect to it.
errorHeader_missingRedirectUri = Missing Redirect URI
errorMessage_missingRedirectUri = There are many redirect URIs for the client, but the client did not specify which one to use.
errorHeader_invalidRedirectUri = Invalid Redirect URI
errorMessage_invalidRedirectUri = The client provided a redirect URI that it is not allowed to redirect to.