diff options
author | rubidium <rubidium@openttd.org> | 2009-01-23 22:18:06 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-01-23 22:18:06 +0000 |
commit | 2722cabcce204b1903d2af6fd8c94f825c10a60d (patch) | |
tree | af25f72d8f74dc4f3847b4a36733b273b2c642b0 /src/lang | |
parent | ac7883fe9396fca915ce59567a7d71ae417d16ae (diff) | |
download | openttd-2722cabcce204b1903d2af6fd8c94f825c10a60d.tar.xz |
(svn r15242) -Feature: allow moving clients between companies/spectators by the server and the clients themselves (dihedral)
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index a2f760fc5..774535918 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1560,6 +1560,8 @@ STR_NETWORK_GIVE_MONEY_CAPTION :{WHITE}Enter th STR_NETWORK_NEED_GAME_PASSWORD_CAPTION :{WHITE}Server is protected. Enter password STR_NETWORK_NEED_COMPANY_PASSWORD_CAPTION :{WHITE}Company is protected. Enter password STR_NETWORK_CLIENT_LIST :{WHITE}Client List +STR_NETWORK_COMPANY_LIST_SPECTATE :{WHITE}Spectate +STR_NETWORK_COMPANY_LIST_NEW_COMPANY :{WHITE}New Company 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 @@ -1606,6 +1608,9 @@ STR_NETWORK_SERVER_MESSAGE_GAME_UNPAUSED_CONNECT_FAIL :Game unpaused ( ############ End of leave-in-this-order STR_NETWORK_CLIENT_LEAVING :leaving STR_NETWORK_CLIENT_JOINED :*** {RAW_STRING} has joined the game +STR_NETWORK_CLIENT_COMPANY_JOIN :*** {RAW_STRING} has joined company #{2:NUM} +STR_NETWORK_CLIENT_COMPANY_SPECTATE :*** {RAW_STRING} has joined spectators +STR_NETWORK_CLIENT_COMPANY_NEW :*** {RAW_STRING} has started a new company (#{2:NUM}) STR_NETWORK_CLIENT_LEFT :*** {RAW_STRING} has left the game ({2:STRING}) STR_NETWORK_NAME_CHANGE :*** {RAW_STRING} has changed his/her name to {RAW_STRING} STR_NETWORK_GIVE_MONEY :*** {RAW_STRING} gave your company {2:CURRENCY} @@ -2405,6 +2410,8 @@ STR_RELOCATE_COMPANY_HEADQUARTERS :{BLACK}Rebuild STR_7071_CAN_T_BUILD_COMPANY_HEADQUARTERS :{WHITE}Can't build company headquarters... STR_7072_VIEW_HQ :{BLACK}View HQ STR_RELOCATE_HQ :{BLACK}Relocate HQ +STR_COMPANY_JOIN :{BLACK}Join +STR_COMPANY_JOIN_TIP :{BLACK}Join and play as this company STR_COMPANY_PASSWORD :{BLACK}Password STR_COMPANY_PASSWORD_TOOLTIP :{BLACK}Password-protect your company to prevent unauthorised users from joining. STR_SET_COMPANY_PASSWORD :{BLACK}Set company password |