mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Source v1.13 Mod High Resolution version from 2006-04-16
********************************************************* * 2006/04/16 * * RoWa21 * * Developed in VS 2003 * ********************************************************* - Updated the language files in the utils project from lalienxx git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@26 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+31
-4
@@ -297,8 +297,6 @@ UINT16 Message[][STRING_LENGTH] =
|
||||
L"Bloodcats' turn",
|
||||
L"full auto",
|
||||
L"no full auto",
|
||||
L"accurate",
|
||||
L"inaccurate",
|
||||
};
|
||||
|
||||
|
||||
@@ -613,6 +611,35 @@ STR16 pAssignMenuStrings[] =
|
||||
L"Cancel", // cancel this menu
|
||||
};
|
||||
|
||||
//lal
|
||||
STR16 pMilitiaControlMenuStrings[] =
|
||||
{
|
||||
L"Attack", // set militia to aggresive
|
||||
L"Hold Position", // set militia to stationary
|
||||
L"Retreat", // retreat militia
|
||||
L"Come to me", // retreat militia
|
||||
L"Get down", // retreat militia
|
||||
L"Take cover",
|
||||
L"All: Attack",
|
||||
L"All: Hold Position",
|
||||
L"All: Retreat",
|
||||
L"All: Come to me",
|
||||
L"All: Get down",
|
||||
L"All: Take cover",
|
||||
L"All: Find items",
|
||||
L"Cancel", // cancel this menu
|
||||
};
|
||||
|
||||
//STR16 pTalkToAllMenuStrings[] =
|
||||
//{
|
||||
// L"Attack", // set militia to aggresive
|
||||
// L"Hold Position", // set militia to stationary
|
||||
// L"Retreat", // retreat militia
|
||||
// L"Come to me", // retreat militia
|
||||
// L"Get down", // retreat militia
|
||||
// L"Cancel", // cancel this menu
|
||||
//};
|
||||
|
||||
STR16 pRemoveMercStrings[] =
|
||||
{
|
||||
L"Remove Merc", // remove dead merc from current team
|
||||
@@ -1907,7 +1934,7 @@ STR16 pMapErrorString[] =
|
||||
L"needs an escort to move. Place her on a squad with one.", // for a female
|
||||
L"Merc hasn't yet arrived in Arulco!",
|
||||
L"Looks like there's some contract negotiations to settle first.",
|
||||
L"Cannot give a movement order. Air raid is going on.", // WANNE 2
|
||||
L"",
|
||||
//11-15
|
||||
L"Movement orders? There's a battle going on!",
|
||||
L"You have been ambushed by bloodcats in sector %s!",
|
||||
@@ -4010,4 +4037,4 @@ STR16 gzLateLocalizedString[] =
|
||||
|
||||
|
||||
|
||||
#endif //ENGLISH
|
||||
#endif //ENGLISH
|
||||
Reference in New Issue
Block a user