From 608ce1d9910cd68ce825838ea313e02c598f908e Mon Sep 17 00:00:00 2001 From: Mica White Date: Mon, 8 Dec 2025 20:08:21 -0500 Subject: Stuff --- static/languages/en.ini | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'static/languages') diff --git a/static/languages/en.ini b/static/languages/en.ini index 32adc51..e90b59e 100644 --- a/static/languages/en.ini +++ b/static/languages/en.ini @@ -1,20 +1,20 @@ -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. +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. -- cgit v1.2.3