diff options
author | TELK <telk5093@gmail.com> | 2021-06-29 01:42:23 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 18:42:23 +0200 |
commit | f9b4a3a5e69bbf7ac7a353d2b1bb5061be96158b (patch) | |
tree | d1e0269cd15e7c02f8a32087a59d3562a04f17be /src/lang | |
parent | 883e4ea325886e5cee88b34c2d9e069f12697c96 (diff) | |
download | openttd-f9b4a3a5e69bbf7ac7a353d2b1bb5061be96158b.tar.xz |
Add: Show the number of clients and companies in the online players window (#9376)
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 206cc212f..bd5cff8d3 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2152,6 +2152,7 @@ STR_NETWORK_CLIENT_LIST_NEW_COMPANY :(New company) STR_NETWORK_CLIENT_LIST_NEW_COMPANY_TOOLTIP :{BLACK}Create a new company and join it STR_NETWORK_CLIENT_LIST_PLAYER_ICON_SELF_TOOLTIP :{BLACK}This is you STR_NETWORK_CLIENT_LIST_PLAYER_ICON_HOST_TOOLTIP :{BLACK}This is the host of the game +STR_NETWORK_CLIENT_LIST_CLIENT_COMPANY_COUNT :{BLACK}{NUM} client{P "" s} / {NUM} compan{P y ies} STR_NETWORK_CLIENT_LIST_ADMIN_CLIENT_KICK :Kick STR_NETWORK_CLIENT_LIST_ADMIN_CLIENT_BAN :Ban |