- 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
@@ -5633,6 +5633,8 @@ STR16 MPServerMessage[] =
L"服务器启动之后你无法更改着陆点。",
// 10
L"Sent file '%S' - 100/100",
L"Finished sending files to '%S'.",
L"Started sending files to '%S'.",
};
STR16 MPClientMessage[] =
@@ -5712,7 +5714,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[] =
@@ -5785,6 +5789,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",
@@ -5794,7 +5809,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.",
};
// WANNE: Some Chinese specific strings that needs to be in unicode!