mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
- Fix: crash when trying to delete an item with invalid GridNo
- Fix: adjusted squadname when discovering NPCs git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5890 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -5063,6 +5063,7 @@ STR16 zMarksMapScreenText[] =
|
||||
STR16 pLandMarkInSectorString[] =
|
||||
{
|
||||
L"第%d小队在%s地区发现有人",
|
||||
L"Squad %s has noticed someone in sector %s",// TODO.Translate
|
||||
};
|
||||
|
||||
// confirm the player wants to pay X dollars to build a militia force in town
|
||||
|
||||
@@ -5064,6 +5064,7 @@ STR16 zMarksMapScreenText[] =
|
||||
STR16 pLandMarkInSectorString[] =
|
||||
{
|
||||
L"Team %d is heeft iemand ontdekt in sector %s",
|
||||
L"Team %s is heeft iemand ontdekt in sector %s",
|
||||
};
|
||||
|
||||
// confirm the player wants to pay X dollars to build a militia force in town
|
||||
|
||||
@@ -5062,6 +5062,7 @@ STR16 zMarksMapScreenText[] =
|
||||
STR16 pLandMarkInSectorString[] =
|
||||
{
|
||||
L"Squad %d has noticed someone in sector %s",
|
||||
L"Squad %s has noticed someone in sector %s",
|
||||
};
|
||||
|
||||
// confirm the player wants to pay X dollars to build a militia force in town
|
||||
|
||||
@@ -5064,6 +5064,7 @@ STR16 zMarksMapScreenText[] =
|
||||
STR16 pLandMarkInSectorString[] =
|
||||
{
|
||||
L"L'escouade %d a remarqué quelque chose dans le secteur %s",
|
||||
L"L'escouade %s a remarqué quelque chose dans le secteur %s",
|
||||
};
|
||||
|
||||
// confirm the player wants to pay X dollars to build a militia force in town
|
||||
|
||||
@@ -4910,6 +4910,7 @@ STR16 zMarksMapScreenText[] =
|
||||
STR16 pLandMarkInSectorString[] =
|
||||
{
|
||||
L"Trupp %d hat in Sektor %s jemanden bemerkt.",
|
||||
L"Trupp %s hat in Sektor %s jemanden bemerkt.",
|
||||
};
|
||||
|
||||
// confirm the player wants to pay X dollars to build a militia force in town
|
||||
|
||||
@@ -5048,6 +5048,7 @@ STR16 zMarksMapScreenText[] =
|
||||
STR16 pLandMarkInSectorString[] =
|
||||
{
|
||||
L"La squadra %d ha notato qualcuno nel settore %s",
|
||||
L"La squadra %s ha notato qualcuno nel settore %s",
|
||||
};
|
||||
|
||||
// confirm the player wants to pay X dollars to build a militia force in town
|
||||
|
||||
@@ -5066,6 +5066,7 @@ STR16 zMarksMapScreenText[] =
|
||||
STR16 pLandMarkInSectorString[] =
|
||||
{
|
||||
L"Oddział %d zauważył kogoŚ w sektorze %s",
|
||||
L"Oddział %s zauważył kogoŚ w sektorze %s",
|
||||
};
|
||||
|
||||
// confirm the player wants to pay X dollars to build a militia force in town
|
||||
|
||||
@@ -5062,6 +5062,7 @@ STR16 zMarksMapScreenText[] =
|
||||
STR16 pLandMarkInSectorString[] =
|
||||
{
|
||||
L"Отряд %d заметил кого-то в секторе %s.",
|
||||
L"Отряд %s заметил кого-то в секторе %s.",
|
||||
};
|
||||
|
||||
// confirm the player wants to pay X dollars to build a militia force in town
|
||||
|
||||
@@ -5065,6 +5065,7 @@ STR16 zMarksMapScreenText[] =
|
||||
STR16 pLandMarkInSectorString[] =
|
||||
{
|
||||
L"Squad %d has noticed someone in sector %s",
|
||||
L"Squad %s has noticed someone in sector %s",// TODO.Translate
|
||||
};
|
||||
|
||||
// confirm the player wants to pay X dollars to build a militia force in town
|
||||
|
||||
Reference in New Issue
Block a user