diff options
author | truelight <truelight@openttd.org> | 2004-12-22 18:42:56 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2004-12-22 18:42:56 +0000 |
commit | 90b2b2144b9ef9ebd4ec30bf905ef7239e004891 (patch) | |
tree | c7a63eb27c2ca1faec5c97597ef87fd47ba0382c /lang | |
parent | ed0a42f940db567088d39b583f0b66ed274ee20d (diff) | |
download | openttd-90b2b2144b9ef9ebd4ec30bf905ef7239e004891.tar.xz |
(svn r1227) -Add: Ingame Server-list (select Internet, then Find Servers)
-Fix: UDPListener was launched wrongly
-Fix: Not all sockets have broadcast enabled anymore
-Fix: Server-advertise retries 3 times before giving up
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt index 63e21eb2b..34821e09d 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -1247,6 +1247,8 @@ STR_NETWORK_SELECT_MAP_TIP :{BLACK}Which map do you want to play? STR_NETWORK_NUMBER_OF_CLIENTS :{BLACK}Maximum allowed clients: STR_NETWORK_NUMBER_OF_CLIENTS_TIP :{BLACK}Choose the maximum number of clients. Not all slots need to be filled STR_NETWORK_COMBO1 :{BLACK}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{STRING} +STR_NETWORK_LAN :LAN +STR_NETWORK_INTERNET :Internet STR_NETWORK_LAN_INTERNET :LAN / Internet STR_NETWORK_INTERNET_ADVERTISE :Internet (advertise) STR_NETWORK_COMBO2 :{BLACK}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{STRING} |