mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
CSM 49 Beta 2
This commit is contained in:
parent
e917447377
commit
08339a893b
4 changed files with 30 additions and 5 deletions
|
|
@ -981,11 +981,11 @@
|
|||
<sys:String x:Key="ServerSettings_LocalIPRecommendedLabel">(Recommended)</sys:String>
|
||||
<sys:String x:Key="ServerSettings_RefreshLocalIPTooltip">Refresh the available local IPs.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerPortLabel">Server Port:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerPortTooltip">The port users will use to connect to your game server. Default is 7777.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerPortTooltip">The port users will use to connect to your game server and used to send mods to game clients. Default is 7777.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerPeerPortLabel">Peer Port:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerPeerPortTooltip">The peer port used by the game server. Default is 7778.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerPeerPortTooltip">Pinger port used by server browser to determine server availability. Default is 7778.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_QueryPortLabel">Query Port:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_QueryPortTooltip">The port Steam uses to communicate with your game server. Default is 27015.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_QueryPortTooltip">The port used to communicate with your game server. Default is 27015.</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerSettings_LocalIP_ErrorTitle">Local IP invalid</sys:String>
|
||||
<sys:String x:Key="ServerSettings_LocalIP_ErrorLabel">Your Local IP address {0} is no longer available. Please review the available IP addresses and select a valid one. If you have a server running on the original IP, you will need to stop it first.</sys:String>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue