Skip to content

Commit

Permalink
Merge pull request #202 from jwallet/proxy
Browse files Browse the repository at this point in the history
Proxy
  • Loading branch information
NHLGames authored Jul 2, 2018
2 parents 4f40ec3 + 7dde469 commit 363993a
Show file tree
Hide file tree
Showing 12 changed files with 224 additions and 159 deletions.
24 changes: 24 additions & 0 deletions NHLGames/English.resx
Original file line number Diff line number Diff line change
Expand Up @@ -937,4 +937,28 @@
<value>Missing required Microsoft .NET 4.5 Framework!</value>
<comment>Message</comment>
</data>
<data name="errorMitmProxyNotFound" xml:space="preserve">
<value>Error: Can't find mitmproxy : mitmproxy is a https proxy that we shipped with NHLGames. You probably moved it or deleted it. Please go to our GitHub page to get it back, NHLGames needs it</value>
<comment>Console</comment>
</data>
<data name="errorMitmProxyNotResponding" xml:space="preserve">
<value>Error: mitmproxy did not connect in time or is not responding. Try restarting NHLGames.</value>
<comment>Console</comment>
</data>
<data name="msgProxyListening" xml:space="preserve">
<value>Proxy: mitmproxy is listening on local port {0}</value>
<comment>Console</comment>
</data>
<data name="msgProxyStarting" xml:space="preserve">
<value>Proxy: mitmproxy is getting ready</value>
<comment>Console</comment>
</data>
<data name="msgProxyGettingReady" xml:space="preserve">
<value>Proxy is getting ready</value>
<comment>Status bar</comment>
</data>
<data name="msgChekingRequirements" xml:space="preserve">
<value>Checking Requirements</value>
<comment>Status bar</comment>
</data>
</root>
54 changes: 54 additions & 0 deletions NHLGames/English1.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 43 additions & 34 deletions NHLGames/French.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 363993a

Please sign in to comment.