mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
- Merged/updated text files from multiplayer project branch
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2783 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+17
-2
@@ -4687,6 +4687,8 @@ STR16 MPServerMessage[] =
|
||||
L"You cannot change dropzone after the server has started.",
|
||||
// 10
|
||||
L"Sent file '%S' - 100/100",
|
||||
L"Finished sending files to '%S'.",
|
||||
L"Started sending files to '%S'.",
|
||||
};
|
||||
|
||||
STR16 MPClientMessage[] =
|
||||
@@ -4765,7 +4767,9 @@ STR16 MPClientMessage[] =
|
||||
L"%S - 100/100",
|
||||
L"%S - %i/100",
|
||||
// 60
|
||||
L"Received all files from server!",
|
||||
L"Received all files from server.",
|
||||
L"'%S' finished downloading from server.",
|
||||
L"'%S' started downloading from server.",
|
||||
};
|
||||
|
||||
STR16 MPHelp[] =
|
||||
@@ -4838,6 +4842,17 @@ STR16 gzMPSScreenText[] =
|
||||
L"Please wait for the server to press 'Continue'."
|
||||
};
|
||||
|
||||
STR16 gzMPCScreenText[] =
|
||||
{
|
||||
L"Cancel",
|
||||
L"Connecting to Server",
|
||||
L"Getting Server Settings",
|
||||
L"Downloading custom files",
|
||||
L"Press 'ESC' to cancel or 'Y' to chat",
|
||||
L"Press 'ESC' to cancel",
|
||||
L"Ready"
|
||||
};
|
||||
|
||||
STR16 gzMPChatToggleText[] =
|
||||
{
|
||||
L"Send to All",
|
||||
@@ -4847,7 +4862,7 @@ STR16 gzMPChatToggleText[] =
|
||||
STR16 gzMPChatboxText[] =
|
||||
{
|
||||
L"Multiplayer Chat",
|
||||
L"Chat: Press ENTER to send of ESC to cancel.",
|
||||
L"Chat: Press 'ENTER' to send of 'ESC' to cancel.",
|
||||
};
|
||||
|
||||
#endif //DUTCH
|
||||
|
||||
Reference in New Issue
Block a user