diff options
author | truelight <truelight@openttd.org> | 2004-12-15 21:54:07 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2004-12-15 21:54:07 +0000 |
commit | 9954819ff2cd460a81ac6f5f3e74ef5e6301f1df (patch) | |
tree | 490bbeef55c1ff362f0569b15ad91356ba7d86be /lang | |
parent | da1de0ab488e01ab56bd822281a243ae5a3712cd (diff) | |
download | openttd-9954819ff2cd460a81ac6f5f3e74ef5e6301f1df.tar.xz |
(svn r1113) -Add: [Network] Added the GUI part for server advertising. When you go
to Start Server, you can select by connection: 'Internet (advertise)'.
When selected, the server will announce itself to the server-list at
http://servers.openttd.org (when finished)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/english.txt b/lang/english.txt index 654f5a800..bc4b44cdd 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -1193,9 +1193,6 @@ STR_NETWORK_PLAYER_NAME :{BLACK}Player name: STR_NETWORK_ENTER_NAME_TIP :{BLACK}This is the name other players will identify you by STR_NETWORK_CONNECTION :{BLACK}Connection: STR_NETWORK_CONNECTION_TIP :{BLACK}Choose between an internet game or a local area nework game -STR_NETWORK_COMBO1 :{BLACK}{SKIP}{SKIP}{STRING} -STR_NETWORK_LAN :LAN -STR_NETWORK_INTERNET :Internet STR_NETWORK_START_SERVER :{BLACK}Start server STR_NETWORK_START_SERVER_TIP :{BLACK}Start your own server @@ -1242,7 +1239,10 @@ STR_NETWORK_SELECT_MAP :{BLACK}Select a map: 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_COMBO2 :{BLACK}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{STRING} +STR_NETWORK_COMBO1 :{BLACK}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{STRING} +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} STR_NETWORK_2_CLIENTS :2 clients STR_NETWORK_3_CLIENTS :3 clients STR_NETWORK_4_CLIENTS :4 clients @@ -1254,7 +1254,7 @@ STR_NETWORK_9_CLIENTS :9 clients STR_NETWORK_10_CLIENTS :10 clients STR_NETWORK_LANGUAGE_SPOKEN :{BLACK}Language spoken: STR_NETWORK_LANGUAGE_TIP :{BLACK}Other players will know which language is spoken on the server -STR_NETWORK_COMBO3 :{BLACK}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{STRING} +STR_NETWORK_COMBO3 :{BLACK}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{STRING} STR_NETWORK_START_GAME :{BLACK}Start Game STR_NETWORK_START_GAME_TIP :{BLACK}Start a new network game from a random map, or scenario STR_NETWORK_LOAD_GAME :{BLACK}Load Game |