diff options
author | Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-10-07 11:40:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-07 12:40:31 +0200 |
commit | 15b3b65fc4e88fe98ba12b4d7603e396fba91fb3 (patch) | |
tree | 2bda073e3a7340445dfa8e5b2ea0288ef2efe815 /Northstar.Client/mod/resource | |
parent | 1c3bafd8efd56c4f0bb11a952fb192f60bcf42c0 (diff) | |
download | NorthstarMods-15b3b65fc4e88fe98ba12b4d7603e396fba91fb3.tar.gz NorthstarMods-15b3b65fc4e88fe98ba12b4d7603e396fba91fb3.zip |
Display origin auth failure in a dialog (#648)v1.19.5-rc1v1.19.5
Currently, we don't do anything with origin auth failure, meaning the next request just fails, and we get not particularly relevant error messages (player not found, invalid masterserver token)
Diffstat (limited to 'Northstar.Client/mod/resource')
-rw-r--r-- | Northstar.Client/mod/resource/northstar_client_localisation_english.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_english.txt b/Northstar.Client/mod/resource/northstar_client_localisation_english.txt index 8c7bab3a..49e9ee43 100644 --- a/Northstar.Client/mod/resource/northstar_client_localisation_english.txt +++ b/Northstar.Client/mod/resource/northstar_client_localisation_english.txt @@ -322,6 +322,11 @@ Press Yes if you agree to this. This choice can be changed in the mods menu at a "INVALID_MASTERSERVER_TOKEN" "Invalid or expired masterserver token" "JSON_PARSE_ERROR" "Error parsing json response" "UNSUPPORTED_VERSION" "The version you are using is no longer supported" + + "AUTHENTICATION_FAILED_HEADER" "Authentication Failed" + "AUTHENTICATION_FAILED_BODY" "Failed to authenticate with Atlas!" + "AUTHENTICATION_FAILED_ERROR_CODE" "Error code: ^DB6F2C00%s1^" + "AUTHENTICATION_FAILED_HELP" "Help" // Mod Settings "MOD_SETTINGS" "Mod Settings" |