Non-blocking connect / Localized connect error messages
This commit is contained in:
@@ -77,7 +77,6 @@ text.unlocked = New Block Unlocked\!
|
||||
text.unlocked.plural = New Blocks Unlocked\!
|
||||
text.players = {0} players online
|
||||
text.players.single = {0} player online
|
||||
text.server.mismatch = Packet error\: possible client/server version mismatch.\nMake sure you and the host have the\nlatest version of Mindustry\!
|
||||
text.server.closing = [accent]Closing server...
|
||||
text.server.kicked.kick = You have been kicked from the server\!
|
||||
text.server.kicked.serverClose = Server closed.
|
||||
@@ -137,7 +136,6 @@ text.disconnect = Disconnected.
|
||||
text.disconnect.data = Failed to load world data\!
|
||||
text.connecting = [accent]Connecting...
|
||||
text.connecting.data = [accent]Loading world data...
|
||||
text.connectfail = [crimson]Failed to connect to server\: [orange]{0}
|
||||
text.server.port = Port\:
|
||||
text.server.addressinuse = Address already in use\!
|
||||
text.server.invalidport = Invalid port number\!
|
||||
@@ -262,6 +260,14 @@ text.tutorial = Tutorial
|
||||
text.editor = Editor
|
||||
text.mapeditor = Map Editor
|
||||
text.donate = Donate
|
||||
|
||||
text.connectfail = [crimson]Failed to connect to server\:\n\n[accent]{0}
|
||||
text.error.unreachable = Server unreachable.
|
||||
text.error.invalidaddress = Invalid address.
|
||||
text.error.timedout = Timed out!\nMake sure the host has port forwarding set up, and that the address is correct!
|
||||
text.error.mismatch = Packet error:\npossible client/server version mismatch.\nMake sure you and the host have the latest version of Mindustry!
|
||||
text.error.any = Unkown network error.
|
||||
|
||||
text.settings.language = Language
|
||||
text.settings.reset = Reset to Defaults
|
||||
text.settings.rebind = Rebind
|
||||
|
||||
Reference in New Issue
Block a user