New Feature: a private military company allows hiring of advanced militia. For more info, see http://www.ja-galaxy-forum.com/ubbthreads.php/topics/335279#Post335279

Does not break savegame compatibility.

Requires GameDir revision >= r2130.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7457 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2014-08-30 17:34:25 +00:00
parent 5fc358f70c
commit e00897b91b
40 changed files with 1613 additions and 67 deletions
+36 -1
View File
@@ -2744,7 +2744,7 @@ enum
extern STR16 szCampaignHistoryWebpageString[];
// Flugente: merc compare website
#define TEXT_MERCCOMPARE_CUSTOMERSTATEMENTS 6 // number of customer quotes, each with an additional short character name
#define TEXT_MERCCOMPARE_CUSTOMERSTATEMENTS 7 // number of customer quotes, each with an additional short character name
enum
{
@@ -2805,6 +2805,41 @@ enum
extern STR16 szWHOWebSite[];
// Flugente: PMC website
enum
{
// main page
TEXT_PMC_WEBSITENAME,
TEXT_PMC_SLOGAN,
// links to other pages
TEXT_PMC_SUBSITE1,
TEXT_PMC_MAIN1 = TEXT_PMC_SUBSITE1 + 3,
// team contracts
TEXT_PMC_CONTRACT_TEAM_INTRO = TEXT_PMC_MAIN1 + 7,
TEXT_PMC_CONTRACT_DROPDOWNTEXT,
TEXT_PMC_REGULAR,
TEXT_PMC_VETERAN,
TEXT_PMC_DETAIL,
TEXT_PMC_SELECTAREA = TEXT_PMC_DETAIL + 3,
TEXT_PMC_TOTALCOST,
TEXT_PMC_ETA,
TEXT_PMC_CONTRACTBUTTON,
TEXT_PMC_CONFIRMATION,
TEXT_PMC_ARRIVAL,
TEXT_PMC_NEXTDEPLOYMENT,
TEXT_PMC_NODROPOFF,
TEXT_PMC_MAX,
};
extern STR16 szPMCWebSite[];
extern STR16 szTacticalInventoryDialogString[];
extern STR16 szTacticalCoverDialogString[];
extern STR16 szTacticalCoverDialogPrintString[];
+52 -1
View File
@@ -3898,6 +3898,7 @@ STR16 pTransactionText[] =
L"民兵保养", // L"Militia upkeep", // HEADROCK HAM 3.6
L"释放俘虏所需的赎金", //L"Ransom for released prisoners",
L"WHO data subscription", // Flugente: disease TODO.Translate
L"Payment to Kerberus", // Flugente: PMC
};
STR16 pTransactionAlternateText[] =
@@ -4342,6 +4343,7 @@ STR16 pBookMarkStrings[] =
L"战役历史",
L"MeLoDY",
L"WHO",
L"Kerberus",
};
STR16 pBookmarkTitle[] =
@@ -4461,6 +4463,9 @@ STR16 pWebPagesTitles[] =
L"WHO - About WHO",
L"WHO - Disease in Arulco",
L"WHO - Helpful Tips",
L"Kerberus - About Us",
L"Kerberus - Hire a Team",
L"Kerberus - Individual Contracts",
L"Bobby Ray - 最近的运货",
L"百科全书",
L"百科全书 - 数据",
@@ -6251,6 +6256,7 @@ STR16 gzLaptopHelpText[] =
L"战役历史",
L"Mercenaries Love or Dislike You", // TODO.Translate
L"World Health Organization",
L"Kerberus - Excellence In Security",
};
@@ -8656,7 +8662,9 @@ STR16 szMercCompareWebSite[] = // TODO.Translate
L"I'll be the first to admit our crew was a rather illustrious assortion of characters, and we ran into some scuffles. But we learned to respect each other, and now complement each other perfectly.",
L"-Michael C., NASA-",
L"I fully recommend this site!",
L"-Kasper H., H&C logistic incorporated-",
L"-Kasper H., H&C logistic Inc-",
L"Our training process has to be very quick, so we need to know whom we're dealing with. MeLoDY were the logical choice for this.",
L"-Stan Duke, Kerberus Inc-",
// analyze
L"Choose your employee",
@@ -8746,6 +8754,49 @@ STR16 szWHOWebSite[] =
L"If a blade weapon hits an infected person, the blade becomes infected, and can be used to spread the infection further.",
};
STR16 szPMCWebSite[] =
{
// main page
L"Kerberus",
L"Experience In Security",
// links to other pages
L"What is Kerberus?",
L"Team Contracts",
L"Individual Contracts",
// text on the main page
L"Kerberus is a well known international private military contractor. Founded in 1983, we provide security and armed forces training around the world.",
L"Our extensively trained personnel provides security for over 30 governments areound the world. This includes several conflict zones.",
L"We have several training centres around the globe, including in Indonesia, Colombia, Katar, South Africa and Romania. As a result, we can usually fulfil your contract requirements within 24 hours.",
L"Under 'Individual Contracts', we offer individual contracts with experienced veterans in the field of security.",
L"You can also hire an entire security team. In the 'Team Contracts' page, you can select how many of our personnel you want to hire, and where you require their services. Due to regrettable incidents in the past, we have to insist that the landing zone be under your control prior to debarkation.",
L"Our team can deploy by air, in which case, of course, an airport is required. Depending on the country our services are required in, insetion via harbours or border posts is also possible.",
L"An advance payment is required. After that, the daily fee for our personnel will be deducted from your account.",
// militia contract page
L"You can select the type and number of personnel you want to hire here:",
L"Initial deployment",
L"Regular personnel",
L"Veteran personnel",
L"%d available, %d$ each",
L"Hire: %d",
L"Cost: %d$",
L"Select the initial operational area:",
L"Total Cost: %d$",
L"ETA: %02d:%02d",
L"Close Contract",
L"Thank you! Our personnel will be on site on %02d:%02d tomorrow.",
L"Kerberus reinforcements have arrived in %s.",
L"Next deployment: %d regulars and %d veterans at %s on %02d:%02d, day %d.",
L"You do not control any location through which we could insert troops!",
// individual contract page
};
STR16 szTacticalInventoryDialogString[]=
{
L"操作背包",
+49 -1
View File
@@ -3897,6 +3897,7 @@ STR16 pTransactionText[] =
L"Militia upkeep", // HEADROCK HAM 3.6 // TODO.Translate
L"Ransom for released prisoners", // Flugente: prisoner system TODO.Translate
L"WHO data subscription", // Flugente: disease TODO.Translate
L"Payment to Kerberus", // Flugente: PMC
};
STR16 pTransactionAlternateText[] =
@@ -4344,6 +4345,7 @@ STR16 pBookMarkStrings[] =
L"Campaign History", // TODO.Translate
L"MeLoDY",
L"WHO",
L"Kerberus",
};
STR16 pBookmarkTitle[] =
@@ -6264,6 +6266,7 @@ STR16 gzLaptopHelpText[] =
L"Campaign History", // TODO.Translate
L"Mercenaries Love or Dislike You", // TODO.Translate
L"World Health Organization",
L"Kerberus - Excellence In Security",
};
@@ -8672,7 +8675,9 @@ STR16 szMercCompareWebSite[] = // TODO.Translate
L"I'll be the first to admit our crew was a rather illustrious assortion of characters, and we ran into some scuffles. But we learned to respect each other, and now complement each other perfectly.",
L"-Michael C., NASA-",
L"I fully recommend this site!",
L"-Kasper H., H&C logistic incorporated-",
L"-Kasper H., H&C logistic Inc-",
L"Our training process has to be very quick, so we need to know whom we're dealing with. MeLoDY were the logical choice for this.",
L"-Stan Duke, Kerberus Inc-",
// analyze
L"Choose your employee",
@@ -8761,6 +8766,49 @@ STR16 szWHOWebSite[] =
L"If a blade weapon hits an infected person, the blade becomes infected, and can be used to spread the infection further.",
};
STR16 szPMCWebSite[] =
{
// main page
L"Kerberus",
L"Experience In Security",
// links to other pages
L"What is Kerberus?",
L"Team Contracts",
L"Individual Contracts",
// text on the main page
L"Kerberus is a well known international private military contractor. Founded in 1983, we provide security and armed forces training around the world.",
L"Our extensively trained personnel provides security for over 30 governments areound the world. This includes several conflict zones.",
L"We have several training centres around the globe, including in Indonesia, Colombia, Katar, South Africa and Romania. As a result, we can usually fulfil your contract requirements within 24 hours.",
L"Under 'Individual Contracts', we offer individual contracts with experienced veterans in the field of security.",
L"You can also hire an entire security team. In the 'Team Contracts' page, you can select how many of our personnel you want to hire, and where you require their services. Due to regrettable incidents in the past, we have to insist that the landing zone be under your control prior to debarkation.",
L"Our team can deploy by air, in which case, of course, an airport is required. Depending on the country our services are required in, insetion via harbours or border posts is also possible.",
L"An advance payment is required. After that, the daily fee for our personnel will be deducted from your account.",
// militia contract page
L"You can select the type and number of personnel you want to hire here:",
L"Initial deployment",
L"Regular personnel",
L"Veteran personnel",
L"%d available, %d$ each",
L"Hire: %d",
L"Cost: %d$",
L"Select the initial operational area:",
L"Total Cost: %d$",
L"ETA: %02d:%02d",
L"Close Contract",
L"Thank you! Our personnel will be on site on %02d:%02d tomorrow.",
L"Kerberus reinforcements have arrived in %s.",
L"Next deployment: %d regulars and %d veterans at %s on %02d:%02d, day %d.",
L"You do not control any location through which we could insert troops!",
// individual contract page
};
STR16 szTacticalInventoryDialogString[]=
{
L"Inventory Manipulations",
+52 -1
View File
@@ -3897,6 +3897,7 @@ STR16 pTransactionText[] =
L"Militia upkeep", // HEADROCK HAM 3.6
L"Ransom for released prisoners", // Flugente: prisoner system
L"WHO data subscription", // Flugente: disease
L"Payment to Kerberus", // Flugente: PMC
};
STR16 pTransactionAlternateText[] =
@@ -4341,6 +4342,7 @@ STR16 pBookMarkStrings[] =
L"Campaign History",
L"MeLoDY",
L"WHO",
L"Kerberus",
};
STR16 pBookmarkTitle[] =
@@ -4460,6 +4462,9 @@ STR16 pWebPagesTitles[] =
L"WHO - About WHO",
L"WHO - Disease in Arulco",
L"WHO - Helpful Tips",
L"Kerberus - About Us",
L"Kerberus - Hire a Team",
L"Kerberus - Individual Contracts",
L"Bobby Ray's - Recent Shipments",
L"Encyclopedia",
L"Encyclopedia - Data",
@@ -6252,6 +6257,7 @@ STR16 gzLaptopHelpText[] =
L"Campaign History",
L"Mercenaries Love or Dislike You",
L"World Health Organization",
L"Kerberus - Excellence In Security",
};
@@ -8656,7 +8662,9 @@ STR16 szMercCompareWebSite[] =
L"I'll be the first to admit our crew was a rather illustrious assortion of characters, and we ran into some scuffles. But we learned to respect each other, and now complement each other perfectly.",
L"-Michael C., NASA-",
L"I fully recommend this site!",
L"-Kasper H., H&C logistic incorporated-",
L"-Kasper H., H&C logistic Inc-",
L"Our training process has to be very quick, so we need to know whom we're dealing with. MeLoDY were the logical choice for this.",
L"-Stan Duke, Kerberus Inc-",
// analyze
L"Choose your employee",
@@ -8745,6 +8753,49 @@ STR16 szWHOWebSite[] =
L"If a blade weapon hits an infected person, the blade becomes infected, and can be used to spread the infection further.",
};
STR16 szPMCWebSite[] =
{
// main page
L"Kerberus",
L"Experience In Security",
// links to other pages
L"What is Kerberus?",
L"Team Contracts",
L"Individual Contracts",
// text on the main page
L"Kerberus is a well known international private military contractor. Founded in 1983, we provide security and armed forces training around the world.",
L"Our extensively trained personnel provides security for over 30 governments areound the world. This includes several conflict zones.",
L"We have several training centres around the globe, including in Indonesia, Colombia, Katar, South Africa and Romania. As a result, we can usually fulfil your contract requirements within 24 hours.",
L"Under 'Individual Contracts', we offer individual contracts with experienced veterans in the field of security.",
L"You can also hire an entire security team. In the 'Team Contracts' page, you can select how many of our personnel you want to hire, and where you require their services. Due to regrettable incidents in the past, we have to insist that the landing zone be under your control prior to debarkation.",
L"Our team can deploy by air, in which case, of course, an airport is required. Depending on the country our services are required in, insetion via harbours or border posts is also possible.",
L"An advance payment is required. After that, the daily fee for our personnel will be deducted from your account.",
// militia contract page
L"You can select the type and number of personnel you want to hire here:",
L"Initial deployment",
L"Regular personnel",
L"Veteran personnel",
L"%d available, %d$ each",
L"Hire: %d",
L"Cost: %d$",
L"Select the initial operational area:",
L"Total Cost: %d$",
L"ETA: %02d:%02d",
L"Close Contract",
L"Thank you! Our personnel will be on site on %02d:%02d tomorrow.",
L"Kerberus reinforcements have arrived in %s.",
L"Next deployment: %d regulars and %d veterans at %s on %02d:%02d, day %d.",
L"You do not control any location through which we could insert troops!",
// individual contract page
};
STR16 szTacticalInventoryDialogString[]=
{
L"Inventory Manipulations",
+52 -1
View File
@@ -3906,6 +3906,7 @@ STR16 pTransactionText[] =
L"Entretien de la milice", // HEADROCK HAM 3.6
L"Argent des prisonniers libérés", // Flugente: prisoner system
L"WHO data subscription", // Flugente: disease TODO.Translate
L"Payment to Kerberus", // Flugente: PMC
};
STR16 pTransactionAlternateText[] =
@@ -4354,6 +4355,7 @@ STR16 pBookMarkStrings[] =
L"Comptes rendus",
L"MeLoDY",
L"WHO",
L"Kerberus",
};
STR16 pBookmarkTitle[] =
@@ -4473,6 +4475,9 @@ STR16 pWebPagesTitles[] =
L"WHO - About WHO",
L"WHO - Disease in Arulco",
L"WHO - Helpful Tips",
L"Kerberus - About Us",
L"Kerberus - Hire a Team",
L"Kerberus - Individual Contracts",
L"Bobby Ray : Dernières commandes",
L"Encyclopédie",
L"Encyclopédie : Données",
@@ -6266,6 +6271,7 @@ STR16 gzLaptopHelpText[] =
L"Comptes rendus",
L"Mercenaries Love or Dislike You", // TODO.Translate
L"World Health Organization",
L"Kerberus - Excellence In Security",
};
@@ -8659,7 +8665,9 @@ STR16 szMercCompareWebSite[] = // TODO.Translate
L"I'll be the first to admit our crew was a rather illustrious assortion of characters, and we ran into some scuffles. But we learned to respect each other, and now complement each other perfectly.",
L"-Michael C., NASA-",
L"I fully recommend this site!",
L"-Kasper H., H&C logistic incorporated-",
L"-Kasper H., H&C logistic Inc-",
L"Our training process has to be very quick, so we need to know whom we're dealing with. MeLoDY were the logical choice for this.",
L"-Stan Duke, Kerberus Inc-",
// analyze
L"Choose your employee",
@@ -8748,6 +8756,49 @@ STR16 szWHOWebSite[] =
L"If a blade weapon hits an infected person, the blade becomes infected, and can be used to spread the infection further.",
};
STR16 szPMCWebSite[] =
{
// main page
L"Kerberus",
L"Experience In Security",
// links to other pages
L"What is Kerberus?",
L"Team Contracts",
L"Individual Contracts",
// text on the main page
L"Kerberus is a well known international private military contractor. Founded in 1983, we provide security and armed forces training around the world.",
L"Our extensively trained personnel provides security for over 30 governments areound the world. This includes several conflict zones.",
L"We have several training centres around the globe, including in Indonesia, Colombia, Katar, South Africa and Romania. As a result, we can usually fulfil your contract requirements within 24 hours.",
L"Under 'Individual Contracts', we offer individual contracts with experienced veterans in the field of security.",
L"You can also hire an entire security team. In the 'Team Contracts' page, you can select how many of our personnel you want to hire, and where you require their services. Due to regrettable incidents in the past, we have to insist that the landing zone be under your control prior to debarkation.",
L"Our team can deploy by air, in which case, of course, an airport is required. Depending on the country our services are required in, insetion via harbours or border posts is also possible.",
L"An advance payment is required. After that, the daily fee for our personnel will be deducted from your account.",
// militia contract page
L"You can select the type and number of personnel you want to hire here:",
L"Initial deployment",
L"Regular personnel",
L"Veteran personnel",
L"%d available, %d$ each",
L"Hire: %d",
L"Cost: %d$",
L"Select the initial operational area:",
L"Total Cost: %d$",
L"ETA: %02d:%02d",
L"Close Contract",
L"Thank you! Our personnel will be on site on %02d:%02d tomorrow.",
L"Kerberus reinforcements have arrived in %s.",
L"Next deployment: %d regulars and %d veterans at %s on %02d:%02d, day %d.",
L"You do not control any location through which we could insert troops!",
// individual contract page
};
STR16 szTacticalInventoryDialogString[]=
{
L"Manipulations de l'inventaire",
+52 -1
View File
@@ -3874,6 +3874,7 @@ STR16 pTransactionText[] =
L"Unterhaltskosten für Miliz", // HEADROCK HAM 3.6
L"Lösegeld erpresst", // Flugente: prisoner system
L"WHO data subscription", // Flugente: disease TODO.Translate
L"Payment to Kerberus", // Flugente: PMC
};
STR16 pTransactionAlternateText[] =
@@ -4295,6 +4296,7 @@ STR16 pBookMarkStrings[] =
L"Geschichte",
L"MeLoDY",
L"WHO",
L"Kerberus",
};
STR16 pBookmarkTitle[] =
@@ -4406,6 +4408,9 @@ STR16 pWebPagesTitles[] =
L"WHO - About WHO",
L"WHO - Disease in Arulco",
L"WHO - Helpful Tips",
L"Kerberus - About Us",
L"Kerberus - Hire a Team",
L"Kerberus - Individual Contracts",
L"Bobby Rays - Letzte Lieferungen",
L"Enzyklopädie",
L"Enzyklopädie - Daten",
@@ -6096,6 +6101,7 @@ STR16 gzLaptopHelpText[] =
L"Geschichte",
L"Mercenaries Love or Dislike You", // TODO.Translate
L"World Health Organization",
L"Kerberus - Excellence In Security",
};
STR16 gzHelpScreenText[] =
@@ -8486,7 +8492,9 @@ STR16 szMercCompareWebSite[] = // TODO.Translate
L"I'll be the first to admit our crew was a rather illustrious assortion of characters, and we ran into some scuffles. But we learned to respect each other, and now complement each other perfectly.",
L"-Michael C., NASA-",
L"I fully recommend this site!",
L"-Kasper H., H&C logistic incorporated-",
L"-Kasper H., H&C logistic Inc-",
L"Our training process has to be very quick, so we need to know whom we're dealing with. MeLoDY were the logical choice for this.",
L"-Stan Duke, Kerberus Inc-",
// analyze
L"Choose your employee",
@@ -8575,6 +8583,49 @@ STR16 szWHOWebSite[] =
L"If a blade weapon hits an infected person, the blade becomes infected, and can be used to spread the infection further.",
};
STR16 szPMCWebSite[] =
{
// main page
L"Kerberus",
L"Experience In Security",
// links to other pages
L"What is Kerberus?",
L"Team Contracts",
L"Individual Contracts",
// text on the main page
L"Kerberus is a well known international private military contractor. Founded in 1983, we provide security and armed forces training around the world.",
L"Our extensively trained personnel provides security for over 30 governments areound the world. This includes several conflict zones.",
L"We have several training centres around the globe, including in Indonesia, Colombia, Katar, South Africa and Romania. As a result, we can usually fulfil your contract requirements within 24 hours.",
L"Under 'Individual Contracts', we offer individual contracts with experienced veterans in the field of security.",
L"You can also hire an entire security team. In the 'Team Contracts' page, you can select how many of our personnel you want to hire, and where you require their services. Due to regrettable incidents in the past, we have to insist that the landing zone be under your control prior to debarkation.",
L"Our team can deploy by air, in which case, of course, an airport is required. Depending on the country our services are required in, insetion via harbours or border posts is also possible.",
L"An advance payment is required. After that, the daily fee for our personnel will be deducted from your account.",
// militia contract page
L"You can select the type and number of personnel you want to hire here:",
L"Initial deployment",
L"Regular personnel",
L"Veteran personnel",
L"%d available, %d$ each",
L"Hire: %d",
L"Cost: %d$",
L"Select the initial operational area:",
L"Total Cost: %d$",
L"ETA: %02d:%02d",
L"Close Contract",
L"Thank you! Our personnel will be on site on %02d:%02d tomorrow.",
L"Kerberus reinforcements have arrived in %s.",
L"Next deployment: %d regulars and %d veterans at %s on %02d:%02d, day %d.",
L"You do not control any location through which we could insert troops!",
// individual contract page
};
STR16 szTacticalInventoryDialogString[]=
{
L"Inventory Manipulations",
+52 -1
View File
@@ -3893,6 +3893,7 @@ STR16 pTransactionText[] =
L"Militia upkeep", // HEADROCK HAM 3.6 // TODO.Translate
L"Ransom for released prisoners", // Flugente: prisoner system TODO.Translate
L"WHO data subscription", // Flugente: disease TODO.Translate
L"Payment to Kerberus", // Flugente: PMC
};
STR16 pTransactionAlternateText[] =
@@ -4333,6 +4334,7 @@ STR16 pBookMarkStrings[] =
L"Campaign History", // TODO.Translate
L"MeLoDY",
L"WHO",
L"Kerberus",
};
STR16 pBookmarkTitle[] =
@@ -4452,6 +4454,9 @@ STR16 pWebPagesTitles[] =
L"WHO - About WHO",
L"WHO - Disease in Arulco",
L"WHO - Helpful Tips",
L"Kerberus - About Us",
L"Kerberus - Hire a Team",
L"Kerberus - Individual Contracts",
L"Bobby Ray - Spedizioni recenti",
L"Encyclopedia",
L"Encyclopedia - Data",
@@ -6250,6 +6255,7 @@ STR16 gzLaptopHelpText[] =
L"Campaign History", // TODO.Translate
L"Mercenaries Love or Dislike You", // TODO.Translate
L"World Health Organization",
L"Kerberus - Excellence In Security",
};
@@ -8665,7 +8671,9 @@ STR16 szMercCompareWebSite[] = // TODO.Translate
L"I'll be the first to admit our crew was a rather illustrious assortion of characters, and we ran into some scuffles. But we learned to respect each other, and now complement each other perfectly.",
L"-Michael C., NASA-",
L"I fully recommend this site!",
L"-Kasper H., H&C logistic incorporated-",
L"-Kasper H., H&C logistic Inc-",
L"Our training process has to be very quick, so we need to know whom we're dealing with. MeLoDY were the logical choice for this.",
L"-Stan Duke, Kerberus Inc-",
// analyze
L"Choose your employee",
@@ -8754,6 +8762,49 @@ STR16 szWHOWebSite[] =
L"If a blade weapon hits an infected person, the blade becomes infected, and can be used to spread the infection further.",
};
STR16 szPMCWebSite[] =
{
// main page
L"Kerberus",
L"Experience In Security",
// links to other pages
L"What is Kerberus?",
L"Team Contracts",
L"Individual Contracts",
// text on the main page
L"Kerberus is a well known international private military contractor. Founded in 1983, we provide security and armed forces training around the world.",
L"Our extensively trained personnel provides security for over 30 governments areound the world. This includes several conflict zones.",
L"We have several training centres around the globe, including in Indonesia, Colombia, Katar, South Africa and Romania. As a result, we can usually fulfil your contract requirements within 24 hours.",
L"Under 'Individual Contracts', we offer individual contracts with experienced veterans in the field of security.",
L"You can also hire an entire security team. In the 'Team Contracts' page, you can select how many of our personnel you want to hire, and where you require their services. Due to regrettable incidents in the past, we have to insist that the landing zone be under your control prior to debarkation.",
L"Our team can deploy by air, in which case, of course, an airport is required. Depending on the country our services are required in, insetion via harbours or border posts is also possible.",
L"An advance payment is required. After that, the daily fee for our personnel will be deducted from your account.",
// militia contract page
L"You can select the type and number of personnel you want to hire here:",
L"Initial deployment",
L"Regular personnel",
L"Veteran personnel",
L"%d available, %d$ each",
L"Hire: %d",
L"Cost: %d$",
L"Select the initial operational area:",
L"Total Cost: %d$",
L"ETA: %02d:%02d",
L"Close Contract",
L"Thank you! Our personnel will be on site on %02d:%02d tomorrow.",
L"Kerberus reinforcements have arrived in %s.",
L"Next deployment: %d regulars and %d veterans at %s on %02d:%02d, day %d.",
L"You do not control any location through which we could insert troops!",
// individual contract page
};
STR16 szTacticalInventoryDialogString[]=
{
L"Inventory Manipulations",
+52 -1
View File
@@ -3907,6 +3907,7 @@ STR16 pTransactionText[] =
L"Utrzymanie Samoobr.", // HEADROCK HAM 3.6
L"Ransom for released prisoners", // Flugente: prisoner system TODO.Translate
L"WHO data subscription", // Flugente: disease TODO.Translate
L"Payment to Kerberus", // Flugente: PMC
};
STR16 pTransactionAlternateText[] =
@@ -4351,6 +4352,7 @@ STR16 pBookMarkStrings[] =
L"Campaign History", // TODO.Translate
L"MeLoDY",
L"WHO",
L"Kerberus",
};
STR16 pBookmarkTitle[] =
@@ -4470,6 +4472,9 @@ STR16 pWebPagesTitles[] =
L"WHO - About WHO",
L"WHO - Disease in Arulco",
L"WHO - Helpful Tips",
L"Kerberus - About Us",
L"Kerberus - Hire a Team",
L"Kerberus - Individual Contracts",
L"Bobby Ray's - Ostatnie dostawy",
L"Encyclopedia",
L"Encyclopedia - Dane",
@@ -6267,6 +6272,7 @@ STR16 gzLaptopHelpText[] =
L"Campaign History", // TODO.Translate
L"Mercenaries Love or Dislike You", // TODO.Translate
L"World Health Organization",
L"Kerberus - Excellence In Security",
};
@@ -8681,7 +8687,9 @@ STR16 szMercCompareWebSite[] = // TODO.Translate
L"I'll be the first to admit our crew was a rather illustrious assortion of characters, and we ran into some scuffles. But we learned to respect each other, and now complement each other perfectly.",
L"-Michael C., NASA-",
L"I fully recommend this site!",
L"-Kasper H., H&C logistic incorporated-",
L"-Kasper H., H&C logistic Inc-",
L"Our training process has to be very quick, so we need to know whom we're dealing with. MeLoDY were the logical choice for this.",
L"-Stan Duke, Kerberus Inc-",
// analyze
L"Choose your employee",
@@ -8770,6 +8778,49 @@ STR16 szWHOWebSite[] =
L"If a blade weapon hits an infected person, the blade becomes infected, and can be used to spread the infection further.",
};
STR16 szPMCWebSite[] =
{
// main page
L"Kerberus",
L"Experience In Security",
// links to other pages
L"What is Kerberus?",
L"Team Contracts",
L"Individual Contracts",
// text on the main page
L"Kerberus is a well known international private military contractor. Founded in 1983, we provide security and armed forces training around the world.",
L"Our extensively trained personnel provides security for over 30 governments areound the world. This includes several conflict zones.",
L"We have several training centres around the globe, including in Indonesia, Colombia, Katar, South Africa and Romania. As a result, we can usually fulfil your contract requirements within 24 hours.",
L"Under 'Individual Contracts', we offer individual contracts with experienced veterans in the field of security.",
L"You can also hire an entire security team. In the 'Team Contracts' page, you can select how many of our personnel you want to hire, and where you require their services. Due to regrettable incidents in the past, we have to insist that the landing zone be under your control prior to debarkation.",
L"Our team can deploy by air, in which case, of course, an airport is required. Depending on the country our services are required in, insetion via harbours or border posts is also possible.",
L"An advance payment is required. After that, the daily fee for our personnel will be deducted from your account.",
// militia contract page
L"You can select the type and number of personnel you want to hire here:",
L"Initial deployment",
L"Regular personnel",
L"Veteran personnel",
L"%d available, %d$ each",
L"Hire: %d",
L"Cost: %d$",
L"Select the initial operational area:",
L"Total Cost: %d$",
L"ETA: %02d:%02d",
L"Close Contract",
L"Thank you! Our personnel will be on site on %02d:%02d tomorrow.",
L"Kerberus reinforcements have arrived in %s.",
L"Next deployment: %d regulars and %d veterans at %s on %02d:%02d, day %d.",
L"You do not control any location through which we could insert troops!",
// individual contract page
};
STR16 szTacticalInventoryDialogString[]=
{
L"Inventory Manipulations",
+52 -1
View File
@@ -3894,6 +3894,7 @@ STR16 pTransactionText[] =
L"Содержание ополчения", // HEADROCK HAM 3.6 //Militia upkeep
L"Выкуп за освобожденных заключенных", // Ransom for released prisoners
L"WHO data subscription", // Flugente: disease // TODO.Translate
L"Payment to Kerberus", // Flugente: PMC
};
STR16 pTransactionAlternateText[] =
@@ -4338,6 +4339,7 @@ STR16 pBookMarkStrings[] =
L"Журнал",
L"MeLoDY", // TODO.Translate
L"WHO",
L"Kerberus",
};
STR16 pBookmarkTitle[] =
@@ -4457,6 +4459,9 @@ STR16 pWebPagesTitles[] =
L"WHO - About WHO",
L"WHO - Disease in Arulco",
L"WHO - Helpful Tips",
L"Kerberus - About Us",
L"Kerberus - Hire a Team",
L"Kerberus - Individual Contracts",
L"Бобби Рэй - последние поступления",
L"Энциклопедия",
L"Энциклопедия - данные",
@@ -6250,6 +6255,7 @@ STR16 gzLaptopHelpText[] =
L"Журнал кампании",
L"Mercenaries Love or Dislike You", // TODO.Translate
L"World Health Organization",
L"Kerberus - Excellence In Security",
};
@@ -8653,7 +8659,9 @@ STR16 szMercCompareWebSite[] = // TODO.Translate
L"I'll be the first to admit our crew was a rather illustrious assortion of characters, and we ran into some scuffles. But we learned to respect each other, and now complement each other perfectly.",
L"-Michael C., NASA-",
L"I fully recommend this site!",
L"-Kasper H., H&C logistic incorporated-",
L"-Kasper H., H&C logistic Inc-",
L"Our training process has to be very quick, so we need to know whom we're dealing with. MeLoDY were the logical choice for this.",
L"-Stan Duke, Kerberus Inc-",
// analyze
L"Choose your employee",
@@ -8742,6 +8750,49 @@ STR16 szWHOWebSite[] = // TODO.Translate
L"If a blade weapon hits an infected person, the blade becomes infected, and can be used to spread the infection further.",
};
STR16 szPMCWebSite[] =
{
// main page
L"Kerberus",
L"Experience In Security",
// links to other pages
L"What is Kerberus?",
L"Team Contracts",
L"Individual Contracts",
// text on the main page
L"Kerberus is a well known international private military contractor. Founded in 1983, we provide security and armed forces training around the world.",
L"Our extensively trained personnel provides security for over 30 governments areound the world. This includes several conflict zones.",
L"We have several training centres around the globe, including in Indonesia, Colombia, Katar, South Africa and Romania. As a result, we can usually fulfil your contract requirements within 24 hours.",
L"Under 'Individual Contracts', we offer individual contracts with experienced veterans in the field of security.",
L"You can also hire an entire security team. In the 'Team Contracts' page, you can select how many of our personnel you want to hire, and where you require their services. Due to regrettable incidents in the past, we have to insist that the landing zone be under your control prior to debarkation.",
L"Our team can deploy by air, in which case, of course, an airport is required. Depending on the country our services are required in, insetion via harbours or border posts is also possible.",
L"An advance payment is required. After that, the daily fee for our personnel will be deducted from your account.",
// militia contract page
L"You can select the type and number of personnel you want to hire here:",
L"Initial deployment",
L"Regular personnel",
L"Veteran personnel",
L"%d available, %d$ each",
L"Hire: %d",
L"Cost: %d$",
L"Select the initial operational area:",
L"Total Cost: %d$",
L"ETA: %02d:%02d",
L"Close Contract",
L"Thank you! Our personnel will be on site on %02d:%02d tomorrow.",
L"Kerberus reinforcements have arrived in %s.",
L"Next deployment: %d regulars and %d veterans at %s on %02d:%02d, day %d.",
L"You do not control any location through which we could insert troops!",
// individual contract page
};
STR16 szTacticalInventoryDialogString[]=
{
L"Команды инвентаря",