You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: forge-gui/res/languages/en-US.properties
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3109,9 +3109,11 @@ lblConnectingToServer=Connecting to server...
3109
3109
#NetConnectUtil.java
3110
3110
lblOnlineMultiplayerDest=This feature is under active development.\nYou are likely to find bugs.\n\n - = * H E R E B E E L D R A Z I * = -\n\nEnter the URL of the server to join.\nLeave blank to host your own server.
3111
3111
lblHostingPortOnN=Hosting on port {0}.
3112
-
lblShareURLToMakePlayerJoinServer=Share the following URL with anyone who wishes to join your server. It has been copied to your clipboardfor convenience.\n\n{0}\n\nFor internal games, use the following URL: {1}
3113
-
lblForgeUnableDetermineYourExternalIP=Forge was unable to determine your external IP!\n\n{0}
3112
+
lblShareURLToMakePlayerJoinServer=Share a URL below with anyone who wishes to join your server.\nThe external URL has been copied to your clipboard.\n\nExternal URL (for players outside your network):\n{0}\n\nLocal URL (for players on your network):\n{1}
3113
+
lblForgeUnableDetermineYourExternalIP=Forge was unable to determine your external IP.\nThe local URL has been copied to your clipboard.\n\nLocal URL (for players on your network):\n{0}
3114
3114
lblServerURL=Server URL
3115
+
lblCopyExternalURL=Copy External URL
3116
+
lblCopyLocalURL=Copy Local URL
3115
3117
lblYourConnectionToHostWasInterrupted=Your connection to the host ({0}) was interrupted.
0 commit comments