mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
- New Feature: Arulco special division controls other features to fight the player. For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=tree&goto=343706&#msg_343706
- New Feature: Enemy helicopters allow the AI to rapidly deploy troops aross the map. For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=tree&goto=343707&#msg_343707. GameDir <= r2279 is required. - Fix: income of mine 0 was not correctly calculated git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8015 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -4158,6 +4158,7 @@ STR16 pMapPopUpInventoryText[] =
|
||||
{
|
||||
L"Inventaire",
|
||||
L"Quitter",
|
||||
L"Repair", // TODO.Translate
|
||||
};
|
||||
|
||||
// town strings
|
||||
@@ -4528,6 +4529,7 @@ STR16 pTransactionText[] =
|
||||
L"Argent des prisonniers libérés", // Flugente: prisoner system
|
||||
L"WHO data subscription", // Flugente: disease TODO.Translate
|
||||
L"Payment to Kerberus", // Flugente: PMC
|
||||
L"SAM site repair", // Flugente: SAM repair // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 pTransactionAlternateText[] =
|
||||
@@ -8897,6 +8899,7 @@ STR16 szBackgroundText_Value[]=
|
||||
L" %s%d en audition pendant la nuit\n",
|
||||
L" %s%d en audition pendant la journée\n",
|
||||
L" %s%d d'efficacité à désamorcer les pièges\n",
|
||||
L" %s%d%% CTH with SAMs\n", // TODO.Translate
|
||||
|
||||
L" %s%d%% d'efficacité dans une approche amicale\n",
|
||||
L" %s%d%% d'efficacité dans une approche directe\n",
|
||||
@@ -10845,4 +10848,19 @@ STR16 szMilitiaStrategicMovementText[] =
|
||||
L"Militia Volunteers: %d (+%5.3f)",
|
||||
};
|
||||
|
||||
STR16 szEnemyHeliText[] = // TODO.Translate
|
||||
{
|
||||
L"Enemy helicopter shot down in %s!",
|
||||
L"We... uhm... currently don't control that site, commander...",
|
||||
L"The SAM does not need maintenance at the moment.",
|
||||
L"We've already ordered the repair, this will take time.",
|
||||
|
||||
L"We do not have enough resources to do that.",
|
||||
L"Repair SAM site? This will cost %d$ and take %d hours.",
|
||||
L"Enemy helicopter hit in %s.",
|
||||
L"%s fires %s at enemy helicopter in %s.",
|
||||
|
||||
L"SAM in %s fires at enemy helicopter in %s.",
|
||||
};
|
||||
|
||||
#endif //FRENCH
|
||||
|
||||
Reference in New Issue
Block a user