diff options
author | Will Castro <39478251+VITALISED@users.noreply.github.com> | 2022-01-21 19:54:51 +1100 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-01-24 11:59:07 -0300 |
commit | eff4aa914acf4ba971aab9654b8ab4e31d38d29b (patch) | |
tree | df61e91d7f728778b166a2373b2b6d0633cc1463 /Northstar.Client/mod/resource | |
parent | 398dcd02e563c0ed1d63b2fda0d3b93b0f4e2532 (diff) | |
download | NorthstarMods-eff4aa914acf4ba971aab9654b8ab4e31d38d29b.tar.gz NorthstarMods-eff4aa914acf4ba971aab9654b8ab4e31d38d29b.zip |
Add dialogs and status messages
Diffstat (limited to 'Northstar.Client/mod/resource')
-rw-r--r-- | Northstar.Client/mod/resource/northstar_client_localisation_english.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_english.txt b/Northstar.Client/mod/resource/northstar_client_localisation_english.txt index ac986e8e..07e37186 100644 --- a/Northstar.Client/mod/resource/northstar_client_localisation_english.txt +++ b/Northstar.Client/mod/resource/northstar_client_localisation_english.txt @@ -19,6 +19,9 @@ Press Yes if you agree to this. This choice can be changed in the mods menu at a "AUTHENTICATION_AGREEMENT" "Authentication Agreement" "AUTHENTICATION_AGREEMENT_RESTART" "You will need to restart Titanfall 2 for this choice to take effect." + "DIALOG_AUTHENTICATING_MASTERSERVER" "Authenticating to master server." + "AUTHENTICATIONAGREEMENT_NO" "You have chosen not to authenticate with Northstar. You can view the agreement in the Mods menu." + "MENU_TITLE_SERVER_BROWSER" "Server Browser" "NS_SERVERBROWSER_NOSERVERS" "No servers found" "NS_SERVERBROWSER_UNKNOWNMODE" "Unknown mode" @@ -287,8 +290,8 @@ Press Yes if you agree to this. This choice can be changed in the mods menu at a "CONNECTING" "Connecting..." "INGAME_PLAYERS" "Players:" "TOTAL_SERVERS" "Servers:" - - + + // Mods menu "SHOW" "Show" "SHOW_ALL" "All" |