blob: 32adc51dbc0ffbf07f876782d38636afa55a79b7 (
plain)
loginTitle = Log In
usernameLabel = Username
usernamePlaceholder = Enter your username
passwordLabel = Password
passwordPlaceholder = Enter your password
loginSubmitButton = Log In
loginErrorMessage = Incorrect username or password.
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.
errorHeader_internalServerError = Server Error
errorMessage_internalServerError = An unexpected error occurred.
|