mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
Merged from revision: 6761
- Campaign Stats: Externalized hard coded "and" text to language specific text files git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6762 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2559,6 +2559,7 @@ enum
|
||||
TEXT_CAMPAIGNHISTORY_DETAIL_EAST,
|
||||
TEXT_CAMPAIGNHISTORY_DETAIL_SOUTH,
|
||||
TEXT_CAMPAIGNHISTORY_DETAIL_WEST,
|
||||
TEXT_CAMPAIGNHISTORY_DETAIL_AND, // " and " text
|
||||
|
||||
TEXT_CAMPAIGNHISTORY_DETAIL_BUILDINGDAMAGE,
|
||||
TEXT_CAMPAIGNHISTORY_DETAIL_REINFORCE_BOTH,
|
||||
|
||||
@@ -8210,6 +8210,7 @@ STR16 szCampaignHistoryDetail[]=
|
||||
L"east",
|
||||
L"south",
|
||||
L"west",
|
||||
L"and",
|
||||
|
||||
L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.",
|
||||
L"During the attack, %s and %s called reinforcements.",
|
||||
|
||||
@@ -8225,6 +8225,7 @@ STR16 szCampaignHistoryDetail[]=
|
||||
L"east",
|
||||
L"south",
|
||||
L"west",
|
||||
L"and",
|
||||
|
||||
L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.",
|
||||
L"During the attack, %s and %s called reinforcements.",
|
||||
|
||||
@@ -8209,6 +8209,7 @@ STR16 szCampaignHistoryDetail[]=
|
||||
L"east",
|
||||
L"south",
|
||||
L"west",
|
||||
L"and",
|
||||
|
||||
L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.",
|
||||
L"During the attack, %s and %s called reinforcements.",
|
||||
@@ -8218,7 +8219,7 @@ STR16 szCampaignHistoryDetail[]=
|
||||
L"In a serious escalation of the conflict, both sides deployed tanks.",
|
||||
L"%d tanks were used by %s, %d of them were destroyed in the fierce fighting.",
|
||||
L"Both sides are said to have used snipers.",
|
||||
L"Unverified reports indicate %s snipers were involved in the firefight."
|
||||
L"Unverified reports indicate %s snipers were involved in the firefight.",
|
||||
};
|
||||
|
||||
STR16 szCampaignHistoryTimeString[]=
|
||||
|
||||
@@ -8198,6 +8198,7 @@ STR16 szCampaignHistoryDetail[]=
|
||||
L"east",
|
||||
L"south",
|
||||
L"west",
|
||||
L"and",
|
||||
|
||||
L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.",
|
||||
L"During the attack, %s and %s called reinforcements.",
|
||||
|
||||
@@ -8030,6 +8030,7 @@ STR16 szCampaignHistoryDetail[]=
|
||||
L"east",
|
||||
L"south",
|
||||
L"west",
|
||||
L"and",
|
||||
|
||||
L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.",
|
||||
L"During the attack, %s and %s called reinforcements.",
|
||||
|
||||
@@ -8213,6 +8213,7 @@ STR16 szCampaignHistoryDetail[]=
|
||||
L"east",
|
||||
L"south",
|
||||
L"west",
|
||||
L"and",
|
||||
|
||||
L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.",
|
||||
L"During the attack, %s and %s called reinforcements.",
|
||||
|
||||
@@ -8237,6 +8237,7 @@ STR16 szCampaignHistoryDetail[]=
|
||||
L"east",
|
||||
L"south",
|
||||
L"west",
|
||||
L"and",
|
||||
|
||||
L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.",
|
||||
L"During the attack, %s and %s called reinforcements.",
|
||||
|
||||
@@ -8211,6 +8211,7 @@ STR16 szCampaignHistoryDetail[]=
|
||||
L"east",
|
||||
L"south",
|
||||
L"west",
|
||||
L"and",
|
||||
|
||||
L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.",
|
||||
L"During the attack, %s and %s called reinforcements.",
|
||||
|
||||
@@ -8228,6 +8228,7 @@ STR16 szCampaignHistoryDetail[]=
|
||||
L"east",
|
||||
L"south",
|
||||
L"west",
|
||||
L"and",
|
||||
|
||||
L"Buildings in the sector were damaged. %d civilians were killed and %d wounded.",
|
||||
L"During the attack, %s and %s called reinforcements.",
|
||||
|
||||
Reference in New Issue
Block a user