diff options
author | rubidium <rubidium@openttd.org> | 2007-01-30 17:22:56 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-01-30 17:22:56 +0000 |
commit | 86b046864a8672dabb7bebc2c1d9fb60e9b53ea5 (patch) | |
tree | cc2fcbaaf61a17dfad0f7bc6d11bc5b8312028fb /src/lang | |
parent | be19961f1ebbc7e97aee8dcfa757d828a90c470c (diff) | |
download | openttd-86b046864a8672dabb7bebc2c1d9fb60e9b53ea5.tar.xz |
(svn r8461) -Feature: check for NewGRF compatability before actually downloading the map from a game server when connecting from the command prompt and internal console.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index edac1dfc8..1167d3c2f 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1419,6 +1419,7 @@ STR_NETWORK_CLIENT_LIST :{WHITE}Client L STR_NETWORK_ERR_NOTAVAILABLE :{WHITE} No network devices found or compiled without ENABLE_NETWORK STR_NETWORK_ERR_NOSERVER :{WHITE} Could not find any network games STR_NETWORK_ERR_NOCONNECTION :{WHITE} The server didn't answer the request +STR_NETWORK_ERR_NEWGRF_MISMATCH :{WHITE} Could not connect due to NewGRF mismatch STR_NETWORK_ERR_DESYNC :{WHITE} Network-Game synchronisation failed STR_NETWORK_ERR_LOSTCONNECTION :{WHITE} Network-Game connection lost STR_NETWORK_ERR_SAVEGAMEERROR :{WHITE} Could not load savegame @@ -1440,6 +1441,7 @@ STR_NETWORK_ERR_CLIENT_DESYNC :desync error STR_NETWORK_ERR_CLIENT_SAVEGAME :could not load map STR_NETWORK_ERR_CLIENT_CONNECTION_LOST :connection lost STR_NETWORK_ERR_CLIENT_PROTOCOL_ERROR :protocol error +STR_NETWORK_ERR_CLIENT_NEWGRF_MISMATCH :NewGRF mismatch STR_NETWORK_ERR_CLIENT_NOT_AUTHORIZED :not authorized STR_NETWORK_ERR_CLIENT_NOT_EXPECTED :received strange packet STR_NETWORK_ERR_CLIENT_WRONG_REVISION :wrong revision |