mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +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
@@ -4695,6 +4695,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[] =
|
||||
@@ -4774,7 +4776,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[] =
|
||||
@@ -4846,6 +4850,17 @@ STR16 gzMPSScreenText[] =
|
||||
L"Damage Taken"
|
||||
};
|
||||
|
||||
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",
|
||||
@@ -4855,7 +4870,7 @@ STR16 gzMPChatToggleText[] =
|
||||
STR16 gzMPChatboxText[] =
|
||||
{
|
||||
L"×àò ñåòåâîé èãðû Jagged Alliance 2 v1.13", //Multiplayer Chat
|
||||
L"Çàìåòêà: íàæìèòå |Â|Â|Î|Ä äëÿ îòïðàâêè ñîîáùåíèÿ, |Ê|Ë|Þ|× äëÿ âûõîäà èç ÷àòà.", //Chat: press ENTER to send of ESC to cancel
|
||||
L"Çàìåòêà: íàæìèòå |Â|Â|Î|Ä äëÿ îòïðàâêè ñîîáùåíèÿ, |Ê|Ë|Þ|× äëÿ âûõîäà èç ÷àòà.", //Chat: press 'ENTER' to send of 'ESC' to cancel
|
||||
};
|
||||
|
||||
#endif //RUSSIAN
|
||||
|
||||
Reference in New Issue
Block a user