- Added the new strings from the multiplayer branch

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2713 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2009-04-10 18:23:34 +00:00
parent 9b9e22f09d
commit 17279936bc
9 changed files with 158 additions and 164 deletions
+14 -5
View File
@@ -4674,7 +4674,6 @@ STR16 zOptionsScreenHelpText[] =
// arynn : this is THE LAST option that exists (debug the options screen, doesnt do anything, except exist)
L"TOPTION_LAST_OPTION",
};
@@ -4736,9 +4735,11 @@ STR16 gzMPJScreenText[] =
L"Version",
L"Game Type",
L"Ping",
L"You must enter a player name",
L"You must enter a valid server IP address.\n (eg 192.168.0.1)",
L"You must enter a valid Server Port between 1 and 65535"
L"You must enter a player name.",
L"You must enter a valid server IP address.\n (eg 84.114.195.239).",
L"You must enter a valid Server Port between 1 and 65535.",
L"File transfer directory",
L"You must enter a file transfer directory."
};
STR16 gzMPHScreenText[] =
@@ -4773,6 +4774,7 @@ STR16 gzMPHScreenText[] =
L"Turn Timer multiplier must be a number between 1 and 200",
L"Enable Civilians in CO-OP",
L"Use New Inventory (NIV)",
L"Enforce Maximum AI Enemies"
};
STR16 pDeliveryLocationStrings[] =
@@ -5626,6 +5628,8 @@ STR16 MPServerMessage[] =
L"服务器没有运行。",
L"客户端仍在载入, 请稍等...",
L"服务器启动之后你无法更改着陆点。",
// 10
L"Sent file '%S' - 100/100",
};
STR16 MPClientMessage[] =
@@ -5702,6 +5706,10 @@ STR16 MPClientMessage[] =
L"Cannot join game. This game has already started.",
L"%s (team): %s",
L"Client #%i - '%s'",
L"%S - 100/100",
L"%S - %i/100",
// 60
L"Received all files from server!",
};
STR16 MPHelp[] =
@@ -5770,7 +5778,8 @@ STR16 gzMPSScreenText[] =
L"Misses",
L"Accuracy",
L"Damage Dealt",
L"Damage Taken"
L"Damage Taken",
L"Please wait for the server to press Continue"
};
STR16 gzMPChatToggleText[] =