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:
Flugente
2016-07-04 22:31:37 +00:00
parent ce6e63831d
commit 951da7812d
26 changed files with 460 additions and 9 deletions
+5
View File
@@ -2465,6 +2465,7 @@ STR16 pAssignmentStrings[] =
L"病人", // getting medical aid
L"修理", // repairing
L"Fortify", // build structures according to external layout // TODO.Translate
L"Train W.",
};
@@ -2567,6 +2568,7 @@ STR16 pPersonnelAssignmentStrings[] =
L"病人",
L"修理",
L"Fortify sector", // build structures according to external layout // TODO.Translate
L"Train workers",
};
@@ -2628,6 +2630,7 @@ STR16 pLongAssignmentStrings[] =
L"病人",
L"修理",
L"Fortify sector", // build structures according to external layout // TODO.Translate
L"Train workers",
};
@@ -2950,6 +2953,7 @@ STR16 pTrainingMenuStrings[] =
L"锻炼", // train yourself
L"民兵", // train the town
L"游击队", // L"Mobile Militia", //ham3.6
L"Train workers", // TODO.Translate
L"教练", // train your teammates
L"学员", // be trained by an instructor
L"取消", // cancel this menu
@@ -4535,6 +4539,7 @@ STR16 pTransactionText[] =
L"记录捐款费", //L"WHO data subscription", // Flugente: disease
L"Kerberus安保公司的费用", //L"Payment to Kerberus",  // Flugente: PMC
L"SAM site repair", // Flugente: SAM repair // TODO.Translate
L"Trained workers", // Flugente: train workers
};
STR16 pTransactionAlternateText[] =