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:
@@ -4154,6 +4154,7 @@ STR16 pMapPopUpInventoryText[] =
|
||||
{
|
||||
L"Инвентарь",
|
||||
L"Выйти",
|
||||
L"Repair", // TODO.Translate
|
||||
};
|
||||
|
||||
// town strings
|
||||
@@ -4522,6 +4523,7 @@ STR16 pTransactionText[] =
|
||||
L"Выкуп за освобожденных заключенных", // Flugente: prisoner system
|
||||
L"ВОЗ, подписка", // Flugente: disease
|
||||
L"Оплата услуг Цербер", // Flugente: PMC
|
||||
L"SAM site repair", // Flugente: SAM repair // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 pTransactionAlternateText[] =
|
||||
@@ -8896,6 +8898,7 @@ STR16 szBackgroundText_Value[]=
|
||||
L" %s%d дальность слуха ночью\n",
|
||||
L" %s%d дальность слуха днем\n",
|
||||
L" %s%d эффективность при разминировании ловушек\n",
|
||||
L" %s%d%% CTH with SAMs\n", // TODO.Translate
|
||||
|
||||
L" %s%d%% эффективность дружеского обращения\n",
|
||||
L" %s%d%% эффективность прямого обращении\n",
|
||||
@@ -10898,4 +10901,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 //RUSSIAN
|
||||
|
||||
Reference in New Issue
Block a user