mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
New feature: factories allows facilities to create items
For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=msg&goto=360075&#msg_360075 Requires GameDir >= r2534 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8804 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -4239,6 +4239,7 @@ STR16 pMapPopUpInventoryText[] =
|
||||
L"Inventaris",
|
||||
L"OK",
|
||||
L"Repair", // TODO.Translate
|
||||
L"Factories", // TODO.Translate
|
||||
};
|
||||
|
||||
// town strings
|
||||
@@ -5072,6 +5073,7 @@ STR16 pBookMarkStrings[] =
|
||||
L"Kerberus",
|
||||
L"Militia Overview", // TODO.Translate
|
||||
L"R.I.S.",
|
||||
L"Factories", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 pBookmarkTitle[] =
|
||||
@@ -5198,6 +5200,7 @@ STR16 pWebPagesTitles[] =
|
||||
L"Recon Intelligence Services - Information Requests", // TODO.Translate
|
||||
L"Recon Intelligence Services - Information Verification",
|
||||
L"Recon Intelligence Services - About us",
|
||||
L"Factory Overview", // TODO.Translate
|
||||
L"Bobby Ray's - Recent Shipments",
|
||||
L"Encyclopedia",
|
||||
L"Encyclopedia - Data",
|
||||
@@ -7011,6 +7014,7 @@ STR16 gzLaptopHelpText[] =
|
||||
L"Kerberus - Excellence In Security",
|
||||
L"Militia Overview", // TODO.Translate
|
||||
L"Recon Intelligence Services", // TODO.Translate
|
||||
L"Controlled factories", // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -11597,4 +11601,16 @@ STR16 szMilitiaText[] =
|
||||
L"Cancel",
|
||||
};
|
||||
|
||||
STR16 szFactoryText[] = // TODO.Translate
|
||||
{
|
||||
L"%s: Production of %s switched off as loyalty is too low.",
|
||||
L"%s: Production of %s switched off due to insufficient funds.",
|
||||
L"%s: Production of %s switched off as it requires a merc to staff the facility.",
|
||||
L"%s: Production of %s switched off due to required items missing.",
|
||||
L"Item to build",
|
||||
|
||||
L"Preproducts", // 5
|
||||
L"h/item",
|
||||
};
|
||||
|
||||
#endif //DUTCH
|
||||
|
||||
Reference in New Issue
Block a user