mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
New feature: mines require workers for maximum income, these can be trained like militia.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8267 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2477,6 +2477,7 @@ STR16 pAssignmentStrings[] =
|
||||
L"Patient", // getting medical aid
|
||||
L"Repar.", // repairing
|
||||
L"Fortify", // build structures according to external layout // TODO.Translate
|
||||
L"Train W.",
|
||||
};
|
||||
|
||||
STR16 pMilitiaString[] =
|
||||
@@ -2575,6 +2576,7 @@ STR16 pPersonnelAssignmentStrings[] =
|
||||
L"Patient",
|
||||
L"Reparieren",
|
||||
L"Fortify sector", // build structures according to external layout // TODO.Translate
|
||||
L"Train workers",
|
||||
};
|
||||
|
||||
// refer to above for comments
|
||||
@@ -2634,6 +2636,7 @@ STR16 pLongAssignmentStrings[] =
|
||||
L"Patient",
|
||||
L"Reparieren",
|
||||
L"Fortify sector", // build structures according to external layout // TODO.Translate
|
||||
L"Train workers",
|
||||
};
|
||||
|
||||
// the contract options
|
||||
@@ -2952,6 +2955,7 @@ STR16 pTrainingMenuStrings[] =
|
||||
L"Üben", // train yourself
|
||||
L"Miliz", // train the town
|
||||
L"Mobile Miliz",
|
||||
L"Train workers", // TODO.Translate
|
||||
L"Trainer", // train your teammates
|
||||
L"Rekrut", // be trained by an instructor
|
||||
L"Abbrechen", // cancel this menu
|
||||
@@ -4512,6 +4516,7 @@ STR16 pTransactionText[] =
|
||||
L"WHO data subscription", // Flugente: disease TODO.Translate
|
||||
L"Payment to Kerberus", // Flugente: PMC
|
||||
L"SAM site repair", // Flugente: SAM repair // TODO.Translate
|
||||
L"Trained workers", // Flugente: train workers
|
||||
};
|
||||
|
||||
STR16 pTransactionAlternateText[] =
|
||||
|
||||
Reference in New Issue
Block a user