- 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:
Wanne
2009-04-28 19:47:30 +00:00
parent 6f6ffe91f8
commit 8935f20145
9 changed files with 228 additions and 19 deletions
+17 -2
View File
@@ -4685,6 +4685,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[] =
@@ -4763,7 +4765,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[] =
@@ -4836,6 +4840,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",
@@ -4845,7 +4860,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 //ITALIAN