diff options
author | truebrain <truebrain@openttd.org> | 2012-01-09 21:22:48 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2012-01-09 21:22:48 +0000 |
commit | 6c7c02eb14f31402021b7f5f33173a93e99f0ac3 (patch) | |
tree | 52be292b530f4fc17278a8d118fc130eb7c10f2c /src/lang | |
parent | 64605a253ea8c7f4f248ab9f57eaae0b38652df2 (diff) | |
download | openttd-6c7c02eb14f31402021b7f5f33173a93e99f0ac3.tar.xz |
(svn r23780) -Fix [FS#4963] (r23764): also name the two new errors server-side. As extra, split up one of the errors in 3 errors, to be more specific what goes wrong. As cherry on top, make sure on all sides we can never again forget to add such entries on both sides, by introducing an assert_compile()
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 744ffdcbf..91acf2063 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1801,6 +1801,8 @@ STR_NETWORK_ERROR_CHEATER :{WHITE}Cheating STR_NETWORK_ERROR_TOO_MANY_COMMANDS :{WHITE}You were sending too many commands to the server STR_NETWORK_ERROR_TIMEOUT_PASSWORD :{WHITE}You took too long to enter the password STR_NETWORK_ERROR_TIMEOUT_COMPUTER :{WHITE}Your computer took too long to join +STR_NETWORK_ERROR_TIMEOUT_MAP :{WHITE}You took too long to download the map +STR_NETWORK_ERROR_TIMEOUT_JOIN :{WHITE}You took too long to join the server ############ Leave those lines in this order!! STR_NETWORK_ERROR_CLIENT_GENERAL :general error @@ -1819,6 +1821,10 @@ STR_NETWORK_ERROR_CLIENT_KICKED :kicked by serve STR_NETWORK_ERROR_CLIENT_CHEATER :was trying to use a cheat STR_NETWORK_ERROR_CLIENT_SERVER_FULL :server full STR_NETWORK_ERROR_CLIENT_TOO_MANY_COMMANDS :was sending too many commands +STR_NETWORK_ERROR_CLIENT_TIMEOUT_PASSWORD :received no password in time +STR_NETWORK_ERROR_CLIENT_TIMEOUT_COMPUTER :general timeout +STR_NETWORK_ERROR_CLIENT_TIMEOUT_MAP :downloading map took too long +STR_NETWORK_ERROR_CLIENT_TIMEOUT_JOIN :processing map took too long ############ End of leave-in-this-order STR_NETWORK_ERROR_CLIENT_GUI_LOST_CONNECTION_CAPTION :{WHITE}Possible connection loss |