mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
New feature: individual militia creates small militia profiles that track a militia's history and allow it to be recreated, thereby maintaining the illusion of persistent militia.
Requires GameDir >= r2316. For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=tree&th=23044&goto=345324&#msg_345324 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8202 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2935,6 +2935,30 @@ extern STR16 szEnemyHeliText[];
|
||||
// Flugente: fortification
|
||||
extern STR16 szFortificationText[];
|
||||
|
||||
// Flugente: militia website
|
||||
enum
|
||||
{
|
||||
// main page
|
||||
TEXT_MILITIAWEBSITE_WEBSITENAME,
|
||||
TEXT_MILITIAWEBSITE_SLOGAN,
|
||||
|
||||
// links to other pages
|
||||
TEXT_MILITIAWEBSITE_SUBSITE1,
|
||||
|
||||
TEXT_MILITIAWEBSITE_MAIN1 = TEXT_PMC_SUBSITE1 + 3,
|
||||
|
||||
TEXT_MILITIAWEBSITE_MAX,
|
||||
};
|
||||
|
||||
extern STR16 szMilitiaWebSite[];
|
||||
extern STR16 szIndividualMilitiaBattleReportText[];
|
||||
extern STR16 szIndividualMilitiaTraitRequirements[];
|
||||
extern STR16 szIdividualMilitiaWebsiteText[];
|
||||
extern STR16 szIdividualMilitiaWebsiteFilterText_Dead[];
|
||||
extern STR16 szIdividualMilitiaWebsiteFilterText_Rank[] ;
|
||||
extern STR16 szIdividualMilitiaWebsiteFilterText_Origin[];
|
||||
extern STR16 szIdividualMilitiaWebsiteFilterText_Sector[];
|
||||
|
||||
#define TACTICAL_INVENTORY_DIALOG_NUM 16
|
||||
#define TACTICAL_COVER_DIALOG_NUM 16
|
||||
|
||||
|
||||
+117
-1
@@ -4979,6 +4979,7 @@ STR16 pBookMarkStrings[] =
|
||||
L"佣兵之家", //L"MeLoDY",
|
||||
L"世界卫生组织", //L"WHO",
|
||||
L"Kerberus安保公司", //L"Kerberus",
|
||||
L"Militia Overview", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 pBookmarkTitle[] =
|
||||
@@ -5101,6 +5102,8 @@ STR16 pWebPagesTitles[] =
|
||||
L"Kerberus安保公司 - 关于我们", //L"Kerberus - About Us",
|
||||
L"Kerberus安保公司 - 雇佣队伍", //L"Kerberus - Hire a Team",
|
||||
L"Kerberus安保公司 - 独立协议", //L"Kerberus - Individual Contracts",
|
||||
L"Militia Roster", // TODO.Translate
|
||||
L"Militia Statistics",
|
||||
L"Bobby Ray - 最近的运货",
|
||||
L"百科全书",
|
||||
L"百科全书 - 数据",
|
||||
@@ -6895,7 +6898,8 @@ STR16 gzLaptopHelpText[] =
|
||||
L"战役历史",
|
||||
L"佣兵喜欢或不喜欢你", //L"Mercenaries Love or Dislike You",
|
||||
L"世界卫生组织", //L"World Health Organization",
|
||||
L"Kerberus安保公司 - 最佳的安保工作", //L"Kerberus - Excellence In Security",
|
||||
L"Kerberus - Experience In Security",
|
||||
L"Militia Overview", // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -10883,6 +10887,118 @@ STR16 szFortificationText[] =
|
||||
L"Tileset %d: %s",
|
||||
};
|
||||
|
||||
STR16 szMilitiaWebSite[] =
|
||||
{
|
||||
// main page
|
||||
L"Militia",
|
||||
L"Militia Forces Overview",
|
||||
|
||||
// links to other pages
|
||||
L"Militia Roster",
|
||||
L"Statistics",
|
||||
L"About",
|
||||
|
||||
};
|
||||
|
||||
STR16 szIndividualMilitiaBattleReportText[] =
|
||||
{
|
||||
L"Took part in Operation %s",
|
||||
L"Recruited on Day %d, %d:%2d in %s",
|
||||
L"Promoted on Day %d, %d:%2d",
|
||||
L"KIA, Operation %s",
|
||||
|
||||
L"Lightly wounded during Operation %s",
|
||||
L"Heavily wounded during Operation %s",
|
||||
L"Critically wounded during Operation %s",
|
||||
L"Valiantly fought in Operation %s",
|
||||
|
||||
L"Hired from Kerberus on Day %d, %d:%2d in %s",
|
||||
L"Defected to us on Day %d, %d:%2d in %s",
|
||||
L"Contract terminated on Day %d, %d:%2d",
|
||||
};
|
||||
|
||||
STR16 szIndividualMilitiaTraitRequirements[] =
|
||||
{
|
||||
L"HP",
|
||||
L"AGI",
|
||||
L"DEX",
|
||||
L"STR",
|
||||
|
||||
L"LDR",
|
||||
L"MRK",
|
||||
L"MEC",
|
||||
L"EXP",
|
||||
|
||||
L"MED",
|
||||
L"WIS",
|
||||
L"\nMust have regular or elite rank",
|
||||
L"\nMust have elite rank",
|
||||
|
||||
L"\n\n|F|u|l|f|i|l|l|e|d |R|e|q|u|i|r|e|m|e|n|t|s",
|
||||
L"\n\n|F|a|i|l|e|d |R|e|q|u|i|r|e|m|e|n|t|s",
|
||||
L"\n%d %s",
|
||||
L"\nBasic version of trait",
|
||||
|
||||
L" (Expert)"
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteText[] =
|
||||
{
|
||||
L"Operations",
|
||||
L"Are you sure you want to release %s from your service?",
|
||||
L"HP ratio: %3.0f %% Daily Wage: %3d$ Age: %d years",
|
||||
L"Daily Wage: %3d$ Age: %d years",
|
||||
|
||||
L"Kills: %d Assists: %d",
|
||||
L"Status: Deceased",
|
||||
L"Status: Fired",
|
||||
L"Status: Active",
|
||||
|
||||
L"Terminate Contract",
|
||||
L"Personal Data",
|
||||
L"Service Record",
|
||||
L"Inventory",
|
||||
|
||||
L"Militia name",
|
||||
L"Sector name",
|
||||
L"Weapon",
|
||||
L"HP ratio: %3.1f%%%%%%%",
|
||||
|
||||
L"%s is not active in the currently loaded sector.",
|
||||
L"%s has been promoted to regular militia",
|
||||
L"%s has been promoted to elite militia",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Dead[] =
|
||||
{
|
||||
L"All statuses",
|
||||
L"Deceased",
|
||||
L"Active",
|
||||
L"Fired",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Rank[] =
|
||||
{
|
||||
L"All ranks",
|
||||
L"Green",
|
||||
L"Regular",
|
||||
L"Elite",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Origin[] =
|
||||
{
|
||||
L"All origins",
|
||||
L"Rebel",
|
||||
L"PMC",
|
||||
L"Defector",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Sector[] =
|
||||
{
|
||||
L"All sectors",
|
||||
};
|
||||
|
||||
|
||||
// WANNE: Some Chinese specific strings that needs to be in unicode!
|
||||
STR16 ChineseSpecString1 = L"%%"; //defined in _ChineseText.cpp as this file is already unicode
|
||||
STR16 ChineseSpecString2 = L"*%3d%%%%"; //defined in _ChineseText.cpp as this file is already unicode
|
||||
|
||||
@@ -4983,6 +4983,7 @@ STR16 pBookMarkStrings[] =
|
||||
L"MeLoDY",
|
||||
L"WHO",
|
||||
L"Kerberus",
|
||||
L"Militia Overview", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 pBookmarkTitle[] =
|
||||
@@ -5102,6 +5103,11 @@ 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"Militia Roster", // TODO.Translate
|
||||
L"Militia Statistics",
|
||||
L"Bobby Ray's - Recentelijke Zendingen",
|
||||
L"Encyclopedia",
|
||||
L"Encyclopedia - Data",
|
||||
@@ -6906,6 +6912,7 @@ STR16 gzLaptopHelpText[] =
|
||||
L"Mercenaries Love or Dislike You", // TODO.Translate
|
||||
L"World Health Organization",
|
||||
L"Kerberus - Excellence In Security",
|
||||
L"Militia Overview", // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -10897,4 +10904,116 @@ STR16 szFortificationText[] =
|
||||
L"Tileset %d: %s",
|
||||
};
|
||||
|
||||
STR16 szMilitiaWebSite[] =
|
||||
{
|
||||
// main page
|
||||
L"Militia",
|
||||
L"Militia Forces Overview",
|
||||
|
||||
// links to other pages
|
||||
L"Militia Roster",
|
||||
L"Statistics",
|
||||
L"About",
|
||||
|
||||
};
|
||||
|
||||
STR16 szIndividualMilitiaBattleReportText[] =
|
||||
{
|
||||
L"Took part in Operation %s",
|
||||
L"Recruited on Day %d, %d:%2d in %s",
|
||||
L"Promoted on Day %d, %d:%2d",
|
||||
L"KIA, Operation %s",
|
||||
|
||||
L"Lightly wounded during Operation %s",
|
||||
L"Heavily wounded during Operation %s",
|
||||
L"Critically wounded during Operation %s",
|
||||
L"Valiantly fought in Operation %s",
|
||||
|
||||
L"Hired from Kerberus on Day %d, %d:%2d in %s",
|
||||
L"Defected to us on Day %d, %d:%2d in %s",
|
||||
L"Contract terminated on Day %d, %d:%2d",
|
||||
};
|
||||
|
||||
STR16 szIndividualMilitiaTraitRequirements[] =
|
||||
{
|
||||
L"HP",
|
||||
L"AGI",
|
||||
L"DEX",
|
||||
L"STR",
|
||||
|
||||
L"LDR",
|
||||
L"MRK",
|
||||
L"MEC",
|
||||
L"EXP",
|
||||
|
||||
L"MED",
|
||||
L"WIS",
|
||||
L"\nMust have regular or elite rank",
|
||||
L"\nMust have elite rank",
|
||||
|
||||
L"\n\n|F|u|l|f|i|l|l|e|d |R|e|q|u|i|r|e|m|e|n|t|s",
|
||||
L"\n\n|F|a|i|l|e|d |R|e|q|u|i|r|e|m|e|n|t|s",
|
||||
L"\n%d %s",
|
||||
L"\nBasic version of trait",
|
||||
|
||||
L" (Expert)"
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteText[] =
|
||||
{
|
||||
L"Operations",
|
||||
L"Are you sure you want to release %s from your service?",
|
||||
L"HP ratio: %3.0f %% Daily Wage: %3d$ Age: %d years",
|
||||
L"Daily Wage: %3d$ Age: %d years",
|
||||
|
||||
L"Kills: %d Assists: %d",
|
||||
L"Status: Deceased",
|
||||
L"Status: Fired",
|
||||
L"Status: Active",
|
||||
|
||||
L"Terminate Contract",
|
||||
L"Personal Data",
|
||||
L"Service Record",
|
||||
L"Inventory",
|
||||
|
||||
L"Militia name",
|
||||
L"Sector name",
|
||||
L"Weapon",
|
||||
L"HP ratio: %3.1f%%%%%%%",
|
||||
|
||||
L"%s is not active in the currently loaded sector.",
|
||||
L"%s has been promoted to regular militia",
|
||||
L"%s has been promoted to elite militia",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Dead[] =
|
||||
{
|
||||
L"All statuses",
|
||||
L"Deceased",
|
||||
L"Active",
|
||||
L"Fired",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Rank[] =
|
||||
{
|
||||
L"All ranks",
|
||||
L"Green",
|
||||
L"Regular",
|
||||
L"Elite",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Origin[] =
|
||||
{
|
||||
L"All origins",
|
||||
L"Rebel",
|
||||
L"PMC",
|
||||
L"Defector",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Sector[] =
|
||||
{
|
||||
L"All sectors",
|
||||
};
|
||||
|
||||
|
||||
#endif //DUTCH
|
||||
|
||||
+116
-1
@@ -4976,6 +4976,7 @@ STR16 pBookMarkStrings[] =
|
||||
L"MeLoDY",
|
||||
L"WHO",
|
||||
L"Kerberus",
|
||||
L"Militia Overview",
|
||||
};
|
||||
|
||||
STR16 pBookmarkTitle[] =
|
||||
@@ -5098,6 +5099,8 @@ STR16 pWebPagesTitles[] =
|
||||
L"Kerberus - About Us",
|
||||
L"Kerberus - Hire a Team",
|
||||
L"Kerberus - Individual Contracts",
|
||||
L"Militia Roster",
|
||||
L"Militia Statistics",
|
||||
L"Bobby Ray's - Recent Shipments",
|
||||
L"Encyclopedia",
|
||||
L"Encyclopedia - Data",
|
||||
@@ -6892,7 +6895,8 @@ STR16 gzLaptopHelpText[] =
|
||||
L"Campaign History",
|
||||
L"Mercenaries Love or Dislike You",
|
||||
L"World Health Organization",
|
||||
L"Kerberus - Excellence In Security",
|
||||
L"Kerberus - Experience In Security",
|
||||
L"Militia Overview",
|
||||
};
|
||||
|
||||
|
||||
@@ -10935,4 +10939,115 @@ STR16 szFortificationText[] =
|
||||
L"Tileset %d: %s",
|
||||
};
|
||||
|
||||
STR16 szMilitiaWebSite[] =
|
||||
{
|
||||
// main page
|
||||
L"Militia",
|
||||
L"Militia Forces Overview",
|
||||
|
||||
// links to other pages
|
||||
L"Militia Roster",
|
||||
L"Statistics",
|
||||
L"About",
|
||||
|
||||
};
|
||||
|
||||
STR16 szIndividualMilitiaBattleReportText[] =
|
||||
{
|
||||
L"Took part in Operation %s",
|
||||
L"Recruited on Day %d, %d:%2d in %s",
|
||||
L"Promoted on Day %d, %d:%2d",
|
||||
L"KIA, Operation %s",
|
||||
|
||||
L"Lightly wounded during Operation %s",
|
||||
L"Heavily wounded during Operation %s",
|
||||
L"Critically wounded during Operation %s",
|
||||
L"Valiantly fought in Operation %s",
|
||||
|
||||
L"Hired from Kerberus on Day %d, %d:%2d in %s",
|
||||
L"Defected to us on Day %d, %d:%2d in %s",
|
||||
L"Contract terminated on Day %d, %d:%2d",
|
||||
};
|
||||
|
||||
STR16 szIndividualMilitiaTraitRequirements[] =
|
||||
{
|
||||
L"HP",
|
||||
L"AGI",
|
||||
L"DEX",
|
||||
L"STR",
|
||||
|
||||
L"LDR",
|
||||
L"MRK",
|
||||
L"MEC",
|
||||
L"EXP",
|
||||
|
||||
L"MED",
|
||||
L"WIS",
|
||||
L"\nMust have regular or elite rank",
|
||||
L"\nMust have elite rank",
|
||||
|
||||
L"\n\n|F|u|l|f|i|l|l|e|d |R|e|q|u|i|r|e|m|e|n|t|s",
|
||||
L"\n\n|F|a|i|l|e|d |R|e|q|u|i|r|e|m|e|n|t|s",
|
||||
L"\n%d %s",
|
||||
L"\nBasic version of trait",
|
||||
|
||||
L" (Expert)"
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteText[] =
|
||||
{
|
||||
L"Operations",
|
||||
L"Are you sure you want to release %s from your service?",
|
||||
L"HP ratio: %3.0f %% Daily Wage: %3d$ Age: %d years",
|
||||
L"Daily Wage: %3d$ Age: %d years",
|
||||
|
||||
L"Kills: %d Assists: %d",
|
||||
L"Status: Deceased",
|
||||
L"Status: Fired",
|
||||
L"Status: Active",
|
||||
|
||||
L"Terminate Contract",
|
||||
L"Personal Data",
|
||||
L"Service Record",
|
||||
L"Inventory",
|
||||
|
||||
L"Militia name",
|
||||
L"Sector name",
|
||||
L"Weapon",
|
||||
L"HP ratio: %3.1f%%%%%%%",
|
||||
|
||||
L"%s is not active in the currently loaded sector.",
|
||||
L"%s has been promoted to regular militia",
|
||||
L"%s has been promoted to elite militia",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Dead[] =
|
||||
{
|
||||
L"All statuses",
|
||||
L"Deceased",
|
||||
L"Active",
|
||||
L"Fired",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Rank[] =
|
||||
{
|
||||
L"All ranks",
|
||||
L"Green",
|
||||
L"Regular",
|
||||
L"Elite",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Origin[] =
|
||||
{
|
||||
L"All origins",
|
||||
L"Rebel",
|
||||
L"PMC",
|
||||
L"Defector",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Sector[] =
|
||||
{
|
||||
L"All sectors",
|
||||
};
|
||||
|
||||
#endif //ENGLISH
|
||||
|
||||
+117
-1
@@ -4988,6 +4988,7 @@ STR16 pBookMarkStrings[] =
|
||||
L"MeLoDY",
|
||||
L"WHO",
|
||||
L"Kerberus",
|
||||
L"Militia Overview", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 pBookmarkTitle[] =
|
||||
@@ -5110,6 +5111,8 @@ STR16 pWebPagesTitles[] =
|
||||
L"Kerberus - About Us",
|
||||
L"Kerberus - Hire a Team",
|
||||
L"Kerberus - Individual Contracts",
|
||||
L"Militia Roster", // TODO.Translate
|
||||
L"Militia Statistics",
|
||||
L"Bobby Ray : Dernières commandes",
|
||||
L"Encyclopédie",
|
||||
L"Encyclopédie : Données",
|
||||
@@ -6905,7 +6908,8 @@ STR16 gzLaptopHelpText[] =
|
||||
L"Comptes rendus",
|
||||
L"Mercenaries Love or Dislike You", // TODO.Translate
|
||||
L"World Health Organization",
|
||||
L"Kerberus - Excellence In Security",
|
||||
L"Kerberus - Experience In Security",
|
||||
L"Militia Overview", // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -10882,4 +10886,116 @@ STR16 szFortificationText[] =
|
||||
L"Tileset %d: %s",
|
||||
};
|
||||
|
||||
STR16 szMilitiaWebSite[] =
|
||||
{
|
||||
// main page
|
||||
L"Militia",
|
||||
L"Militia Forces Overview",
|
||||
|
||||
// links to other pages
|
||||
L"Militia Roster",
|
||||
L"Statistics",
|
||||
L"About",
|
||||
|
||||
};
|
||||
|
||||
STR16 szIndividualMilitiaBattleReportText[] =
|
||||
{
|
||||
L"Took part in Operation %s",
|
||||
L"Recruited on Day %d, %d:%2d in %s",
|
||||
L"Promoted on Day %d, %d:%2d",
|
||||
L"KIA, Operation %s",
|
||||
|
||||
L"Lightly wounded during Operation %s",
|
||||
L"Heavily wounded during Operation %s",
|
||||
L"Critically wounded during Operation %s",
|
||||
L"Valiantly fought in Operation %s",
|
||||
|
||||
L"Hired from Kerberus on Day %d, %d:%2d in %s",
|
||||
L"Defected to us on Day %d, %d:%2d in %s",
|
||||
L"Contract terminated on Day %d, %d:%2d",
|
||||
};
|
||||
|
||||
STR16 szIndividualMilitiaTraitRequirements[] =
|
||||
{
|
||||
L"HP",
|
||||
L"AGI",
|
||||
L"DEX",
|
||||
L"STR",
|
||||
|
||||
L"LDR",
|
||||
L"MRK",
|
||||
L"MEC",
|
||||
L"EXP",
|
||||
|
||||
L"MED",
|
||||
L"WIS",
|
||||
L"\nMust have regular or elite rank",
|
||||
L"\nMust have elite rank",
|
||||
|
||||
L"\n\n|F|u|l|f|i|l|l|e|d |R|e|q|u|i|r|e|m|e|n|t|s",
|
||||
L"\n\n|F|a|i|l|e|d |R|e|q|u|i|r|e|m|e|n|t|s",
|
||||
L"\n%d %s",
|
||||
L"\nBasic version of trait",
|
||||
|
||||
L" (Expert)"
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteText[] =
|
||||
{
|
||||
L"Operations",
|
||||
L"Are you sure you want to release %s from your service?",
|
||||
L"HP ratio: %3.0f %% Daily Wage: %3d$ Age: %d years",
|
||||
L"Daily Wage: %3d$ Age: %d years",
|
||||
|
||||
L"Kills: %d Assists: %d",
|
||||
L"Status: Deceased",
|
||||
L"Status: Fired",
|
||||
L"Status: Active",
|
||||
|
||||
L"Terminate Contract",
|
||||
L"Personal Data",
|
||||
L"Service Record",
|
||||
L"Inventory",
|
||||
|
||||
L"Militia name",
|
||||
L"Sector name",
|
||||
L"Weapon",
|
||||
L"HP ratio: %3.1f%%%%%%%",
|
||||
|
||||
L"%s is not active in the currently loaded sector.",
|
||||
L"%s has been promoted to regular militia",
|
||||
L"%s has been promoted to elite militia",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Dead[] =
|
||||
{
|
||||
L"All statuses",
|
||||
L"Deceased",
|
||||
L"Active",
|
||||
L"Fired",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Rank[] =
|
||||
{
|
||||
L"All ranks",
|
||||
L"Green",
|
||||
L"Regular",
|
||||
L"Elite",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Origin[] =
|
||||
{
|
||||
L"All origins",
|
||||
L"Rebel",
|
||||
L"PMC",
|
||||
L"Defector",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Sector[] =
|
||||
{
|
||||
L"All sectors",
|
||||
};
|
||||
|
||||
|
||||
#endif //FRENCH
|
||||
|
||||
+117
-1
@@ -4932,6 +4932,7 @@ STR16 pBookMarkStrings[] =
|
||||
L"MeLoDY",
|
||||
L"WHO",
|
||||
L"Kerberus",
|
||||
L"Militia Overview", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 pBookmarkTitle[] =
|
||||
@@ -5046,6 +5047,8 @@ STR16 pWebPagesTitles[] =
|
||||
L"Kerberus - About Us",
|
||||
L"Kerberus - Hire a Team",
|
||||
L"Kerberus - Individual Contracts",
|
||||
L"Militia Roster", // TODO.Translate
|
||||
L"Militia Statistics",
|
||||
L"Bobby Rays - Letzte Lieferungen",
|
||||
L"Enzyklopädie",
|
||||
L"Enzyklopädie - Daten",
|
||||
@@ -6738,7 +6741,8 @@ STR16 gzLaptopHelpText[] =
|
||||
L"Geschichte",
|
||||
L"Mercenaries Love or Dislike You", // TODO.Translate
|
||||
L"World Health Organization",
|
||||
L"Kerberus - Excellence In Security",
|
||||
L"Kerberus - Experience In Security",
|
||||
L"Militia Overview", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 gzHelpScreenText[] =
|
||||
@@ -10712,4 +10716,116 @@ STR16 szFortificationText[] =
|
||||
L"Tileset %d: %s",
|
||||
};
|
||||
|
||||
STR16 szMilitiaWebSite[] =
|
||||
{
|
||||
// main page
|
||||
L"Militia",
|
||||
L"Militia Forces Overview",
|
||||
|
||||
// links to other pages
|
||||
L"Militia Roster",
|
||||
L"Statistics",
|
||||
L"About",
|
||||
|
||||
};
|
||||
|
||||
STR16 szIndividualMilitiaBattleReportText[] =
|
||||
{
|
||||
L"Took part in Operation %s",
|
||||
L"Recruited on Day %d, %d:%2d in %s",
|
||||
L"Promoted on Day %d, %d:%2d",
|
||||
L"KIA, Operation %s",
|
||||
|
||||
L"Lightly wounded during Operation %s",
|
||||
L"Heavily wounded during Operation %s",
|
||||
L"Critically wounded during Operation %s",
|
||||
L"Valiantly fought in Operation %s",
|
||||
|
||||
L"Hired from Kerberus on Day %d, %d:%2d in %s",
|
||||
L"Defected to us on Day %d, %d:%2d in %s",
|
||||
L"Contract terminated on Day %d, %d:%2d",
|
||||
};
|
||||
|
||||
STR16 szIndividualMilitiaTraitRequirements[] =
|
||||
{
|
||||
L"HP",
|
||||
L"AGI",
|
||||
L"DEX",
|
||||
L"STR",
|
||||
|
||||
L"LDR",
|
||||
L"MRK",
|
||||
L"MEC",
|
||||
L"EXP",
|
||||
|
||||
L"MED",
|
||||
L"WIS",
|
||||
L"\nMust have regular or elite rank",
|
||||
L"\nMust have elite rank",
|
||||
|
||||
L"\n\n|F|u|l|f|i|l|l|e|d |R|e|q|u|i|r|e|m|e|n|t|s",
|
||||
L"\n\n|F|a|i|l|e|d |R|e|q|u|i|r|e|m|e|n|t|s",
|
||||
L"\n%d %s",
|
||||
L"\nBasic version of trait",
|
||||
|
||||
L" (Expert)"
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteText[] =
|
||||
{
|
||||
L"Operations",
|
||||
L"Are you sure you want to release %s from your service?",
|
||||
L"HP ratio: %3.0f %% Daily Wage: %3d$ Age: %d years",
|
||||
L"Daily Wage: %3d$ Age: %d years",
|
||||
|
||||
L"Kills: %d Assists: %d",
|
||||
L"Status: Deceased",
|
||||
L"Status: Fired",
|
||||
L"Status: Active",
|
||||
|
||||
L"Terminate Contract",
|
||||
L"Personal Data",
|
||||
L"Service Record",
|
||||
L"Inventory",
|
||||
|
||||
L"Militia name",
|
||||
L"Sector name",
|
||||
L"Weapon",
|
||||
L"HP ratio: %3.1f%%%%%%%",
|
||||
|
||||
L"%s is not active in the currently loaded sector.",
|
||||
L"%s has been promoted to regular militia",
|
||||
L"%s has been promoted to elite militia",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Dead[] =
|
||||
{
|
||||
L"All statuses",
|
||||
L"Deceased",
|
||||
L"Active",
|
||||
L"Fired",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Rank[] =
|
||||
{
|
||||
L"All ranks",
|
||||
L"Green",
|
||||
L"Regular",
|
||||
L"Elite",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Origin[] =
|
||||
{
|
||||
L"All origins",
|
||||
L"Rebel",
|
||||
L"PMC",
|
||||
L"Defector",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Sector[] =
|
||||
{
|
||||
L"All sectors",
|
||||
};
|
||||
|
||||
|
||||
#endif //GERMAN
|
||||
|
||||
+117
-1
@@ -4970,6 +4970,7 @@ STR16 pBookMarkStrings[] =
|
||||
L"MeLoDY",
|
||||
L"WHO",
|
||||
L"Kerberus",
|
||||
L"Militia Overview", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 pBookmarkTitle[] =
|
||||
@@ -5092,6 +5093,8 @@ STR16 pWebPagesTitles[] =
|
||||
L"Kerberus - About Us",
|
||||
L"Kerberus - Hire a Team",
|
||||
L"Kerberus - Individual Contracts",
|
||||
L"Militia Roster", // TODO.Translate
|
||||
L"Militia Statistics",
|
||||
L"Bobby Ray - Spedizioni recenti",
|
||||
L"Encyclopedia",
|
||||
L"Encyclopedia - Data",
|
||||
@@ -6892,7 +6895,8 @@ STR16 gzLaptopHelpText[] =
|
||||
L"Campaign History", // TODO.Translate
|
||||
L"Mercenaries Love or Dislike You", // TODO.Translate
|
||||
L"World Health Organization",
|
||||
L"Kerberus - Excellence In Security",
|
||||
L"Kerberus - Experience In Security",
|
||||
L"Militia Overview", // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -10891,4 +10895,116 @@ STR16 szFortificationText[] =
|
||||
L"Tileset %d: %s",
|
||||
};
|
||||
|
||||
STR16 szMilitiaWebSite[] =
|
||||
{
|
||||
// main page
|
||||
L"Militia",
|
||||
L"Militia Forces Overview",
|
||||
|
||||
// links to other pages
|
||||
L"Militia Roster",
|
||||
L"Statistics",
|
||||
L"About",
|
||||
|
||||
};
|
||||
|
||||
STR16 szIndividualMilitiaBattleReportText[] =
|
||||
{
|
||||
L"Took part in Operation %s",
|
||||
L"Recruited on Day %d, %d:%2d in %s",
|
||||
L"Promoted on Day %d, %d:%2d",
|
||||
L"KIA, Operation %s",
|
||||
|
||||
L"Lightly wounded during Operation %s",
|
||||
L"Heavily wounded during Operation %s",
|
||||
L"Critically wounded during Operation %s",
|
||||
L"Valiantly fought in Operation %s",
|
||||
|
||||
L"Hired from Kerberus on Day %d, %d:%2d in %s",
|
||||
L"Defected to us on Day %d, %d:%2d in %s",
|
||||
L"Contract terminated on Day %d, %d:%2d",
|
||||
};
|
||||
|
||||
STR16 szIndividualMilitiaTraitRequirements[] =
|
||||
{
|
||||
L"HP",
|
||||
L"AGI",
|
||||
L"DEX",
|
||||
L"STR",
|
||||
|
||||
L"LDR",
|
||||
L"MRK",
|
||||
L"MEC",
|
||||
L"EXP",
|
||||
|
||||
L"MED",
|
||||
L"WIS",
|
||||
L"\nMust have regular or elite rank",
|
||||
L"\nMust have elite rank",
|
||||
|
||||
L"\n\n|F|u|l|f|i|l|l|e|d |R|e|q|u|i|r|e|m|e|n|t|s",
|
||||
L"\n\n|F|a|i|l|e|d |R|e|q|u|i|r|e|m|e|n|t|s",
|
||||
L"\n%d %s",
|
||||
L"\nBasic version of trait",
|
||||
|
||||
L" (Expert)"
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteText[] =
|
||||
{
|
||||
L"Operations",
|
||||
L"Are you sure you want to release %s from your service?",
|
||||
L"HP ratio: %3.0f %% Daily Wage: %3d$ Age: %d years",
|
||||
L"Daily Wage: %3d$ Age: %d years",
|
||||
|
||||
L"Kills: %d Assists: %d",
|
||||
L"Status: Deceased",
|
||||
L"Status: Fired",
|
||||
L"Status: Active",
|
||||
|
||||
L"Terminate Contract",
|
||||
L"Personal Data",
|
||||
L"Service Record",
|
||||
L"Inventory",
|
||||
|
||||
L"Militia name",
|
||||
L"Sector name",
|
||||
L"Weapon",
|
||||
L"HP ratio: %3.1f%%%%%%%",
|
||||
|
||||
L"%s is not active in the currently loaded sector.",
|
||||
L"%s has been promoted to regular militia",
|
||||
L"%s has been promoted to elite militia",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Dead[] =
|
||||
{
|
||||
L"All statuses",
|
||||
L"Deceased",
|
||||
L"Active",
|
||||
L"Fired",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Rank[] =
|
||||
{
|
||||
L"All ranks",
|
||||
L"Green",
|
||||
L"Regular",
|
||||
L"Elite",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Origin[] =
|
||||
{
|
||||
L"All origins",
|
||||
L"Rebel",
|
||||
L"PMC",
|
||||
L"Defector",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Sector[] =
|
||||
{
|
||||
L"All sectors",
|
||||
};
|
||||
|
||||
|
||||
#endif //ITALIAN
|
||||
|
||||
+117
-1
@@ -4985,6 +4985,7 @@ STR16 pBookMarkStrings[] =
|
||||
L"MeLoDY",
|
||||
L"WHO",
|
||||
L"Kerberus",
|
||||
L"Militia Overview", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 pBookmarkTitle[] =
|
||||
@@ -5107,6 +5108,8 @@ STR16 pWebPagesTitles[] =
|
||||
L"Kerberus - About Us",
|
||||
L"Kerberus - Hire a Team",
|
||||
L"Kerberus - Individual Contracts",
|
||||
L"Militia Roster", // TODO.Translate
|
||||
L"Militia Statistics",
|
||||
L"Bobby Ray's - Ostatnie dostawy",
|
||||
L"Encyclopedia",
|
||||
L"Encyclopedia - Dane",
|
||||
@@ -6906,7 +6909,8 @@ STR16 gzLaptopHelpText[] =
|
||||
L"Campaign History", // TODO.Translate
|
||||
L"Mercenaries Love or Dislike You", // TODO.Translate
|
||||
L"World Health Organization",
|
||||
L"Kerberus - Excellence In Security",
|
||||
L"Kerberus - Experience In Security",
|
||||
L"Militia Overview", // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -10904,4 +10908,116 @@ STR16 szFortificationText[] =
|
||||
L"Tileset %d: %s",
|
||||
};
|
||||
|
||||
STR16 szMilitiaWebSite[] =
|
||||
{
|
||||
// main page
|
||||
L"Militia",
|
||||
L"Militia Forces Overview",
|
||||
|
||||
// links to other pages
|
||||
L"Militia Roster",
|
||||
L"Statistics",
|
||||
L"About",
|
||||
|
||||
};
|
||||
|
||||
STR16 szIndividualMilitiaBattleReportText[] =
|
||||
{
|
||||
L"Took part in Operation %s",
|
||||
L"Recruited on Day %d, %d:%2d in %s",
|
||||
L"Promoted on Day %d, %d:%2d",
|
||||
L"KIA, Operation %s",
|
||||
|
||||
L"Lightly wounded during Operation %s",
|
||||
L"Heavily wounded during Operation %s",
|
||||
L"Critically wounded during Operation %s",
|
||||
L"Valiantly fought in Operation %s",
|
||||
|
||||
L"Hired from Kerberus on Day %d, %d:%2d in %s",
|
||||
L"Defected to us on Day %d, %d:%2d in %s",
|
||||
L"Contract terminated on Day %d, %d:%2d",
|
||||
};
|
||||
|
||||
STR16 szIndividualMilitiaTraitRequirements[] =
|
||||
{
|
||||
L"HP",
|
||||
L"AGI",
|
||||
L"DEX",
|
||||
L"STR",
|
||||
|
||||
L"LDR",
|
||||
L"MRK",
|
||||
L"MEC",
|
||||
L"EXP",
|
||||
|
||||
L"MED",
|
||||
L"WIS",
|
||||
L"\nMust have regular or elite rank",
|
||||
L"\nMust have elite rank",
|
||||
|
||||
L"\n\n|F|u|l|f|i|l|l|e|d |R|e|q|u|i|r|e|m|e|n|t|s",
|
||||
L"\n\n|F|a|i|l|e|d |R|e|q|u|i|r|e|m|e|n|t|s",
|
||||
L"\n%d %s",
|
||||
L"\nBasic version of trait",
|
||||
|
||||
L" (Expert)"
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteText[] =
|
||||
{
|
||||
L"Operations",
|
||||
L"Are you sure you want to release %s from your service?",
|
||||
L"HP ratio: %3.0f %% Daily Wage: %3d$ Age: %d years",
|
||||
L"Daily Wage: %3d$ Age: %d years",
|
||||
|
||||
L"Kills: %d Assists: %d",
|
||||
L"Status: Deceased",
|
||||
L"Status: Fired",
|
||||
L"Status: Active",
|
||||
|
||||
L"Terminate Contract",
|
||||
L"Personal Data",
|
||||
L"Service Record",
|
||||
L"Inventory",
|
||||
|
||||
L"Militia name",
|
||||
L"Sector name",
|
||||
L"Weapon",
|
||||
L"HP ratio: %3.1f%%%%%%%",
|
||||
|
||||
L"%s is not active in the currently loaded sector.",
|
||||
L"%s has been promoted to regular militia",
|
||||
L"%s has been promoted to elite militia",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Dead[] =
|
||||
{
|
||||
L"All statuses",
|
||||
L"Deceased",
|
||||
L"Active",
|
||||
L"Fired",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Rank[] =
|
||||
{
|
||||
L"All ranks",
|
||||
L"Green",
|
||||
L"Regular",
|
||||
L"Elite",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Origin[] =
|
||||
{
|
||||
L"All origins",
|
||||
L"Rebel",
|
||||
L"PMC",
|
||||
L"Defector",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Sector[] =
|
||||
{
|
||||
L"All sectors",
|
||||
};
|
||||
|
||||
|
||||
#endif //POLISH
|
||||
|
||||
+118
-2
@@ -4976,6 +4976,7 @@ STR16 pBookMarkStrings[] =
|
||||
L"БоЛТиК",
|
||||
L"ВОЗ",
|
||||
L"Цербер",
|
||||
L"Militia Overview", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 pBookmarkTitle[] =
|
||||
@@ -5098,6 +5099,8 @@ STR16 pWebPagesTitles[] =
|
||||
L"Цербер",
|
||||
L"Цербер - Найм команды",
|
||||
L"Цербер - Индивидуальные контракты",
|
||||
L"Militia Roster", // TODO.Translate
|
||||
L"Militia Statistics",
|
||||
L"Бобби Рэй - последние поступления",
|
||||
L"Энциклопедия",
|
||||
L"Энциклопедия - данные",
|
||||
@@ -6892,7 +6895,8 @@ STR16 gzLaptopHelpText[] =
|
||||
L"События и факты. Арулькийские новости",
|
||||
L"Бойцы Любят Тебя или Клянут",
|
||||
L"Всемирная организация здравоохранения",
|
||||
L"Подготовка сотрудников службы безопасности",
|
||||
L"Kerberus - Experience In Security",
|
||||
L"Militia Overview", // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -10924,7 +10928,7 @@ STR16 szEnemyHeliText[] =
|
||||
L"База ПВО в %s обстреляла вражеский вертолёт в %s.",
|
||||
};
|
||||
|
||||
STR16 szFortificationText[] =
|
||||
STR16 szFortificationText[] = // TODO.Translate
|
||||
{
|
||||
L"No valid structure selected, nothing added to build plan.",
|
||||
L"No gridno found to create items in %s - created items are lost.",
|
||||
@@ -10935,4 +10939,116 @@ STR16 szFortificationText[] =
|
||||
L"Tileset %d: %s",
|
||||
};
|
||||
|
||||
STR16 szMilitiaWebSite[] =
|
||||
{
|
||||
// main page
|
||||
L"Militia",
|
||||
L"Militia Forces Overview",
|
||||
|
||||
// links to other pages
|
||||
L"Militia Roster",
|
||||
L"Statistics",
|
||||
L"About",
|
||||
|
||||
};
|
||||
|
||||
STR16 szIndividualMilitiaBattleReportText[] =
|
||||
{
|
||||
L"Took part in Operation %s",
|
||||
L"Recruited on Day %d, %d:%2d in %s",
|
||||
L"Promoted on Day %d, %d:%2d",
|
||||
L"KIA, Operation %s",
|
||||
|
||||
L"Lightly wounded during Operation %s",
|
||||
L"Heavily wounded during Operation %s",
|
||||
L"Critically wounded during Operation %s",
|
||||
L"Valiantly fought in Operation %s",
|
||||
|
||||
L"Hired from Kerberus on Day %d, %d:%2d in %s",
|
||||
L"Defected to us on Day %d, %d:%2d in %s",
|
||||
L"Contract terminated on Day %d, %d:%2d",
|
||||
};
|
||||
|
||||
STR16 szIndividualMilitiaTraitRequirements[] =
|
||||
{
|
||||
L"HP",
|
||||
L"AGI",
|
||||
L"DEX",
|
||||
L"STR",
|
||||
|
||||
L"LDR",
|
||||
L"MRK",
|
||||
L"MEC",
|
||||
L"EXP",
|
||||
|
||||
L"MED",
|
||||
L"WIS",
|
||||
L"\nMust have regular or elite rank",
|
||||
L"\nMust have elite rank",
|
||||
|
||||
L"\n\n|F|u|l|f|i|l|l|e|d |R|e|q|u|i|r|e|m|e|n|t|s",
|
||||
L"\n\n|F|a|i|l|e|d |R|e|q|u|i|r|e|m|e|n|t|s",
|
||||
L"\n%d %s",
|
||||
L"\nBasic version of trait",
|
||||
|
||||
L" (Expert)"
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteText[] =
|
||||
{
|
||||
L"Operations",
|
||||
L"Are you sure you want to release %s from your service?",
|
||||
L"HP ratio: %3.0f %% Daily Wage: %3d$ Age: %d years",
|
||||
L"Daily Wage: %3d$ Age: %d years",
|
||||
|
||||
L"Kills: %d Assists: %d",
|
||||
L"Status: Deceased",
|
||||
L"Status: Fired",
|
||||
L"Status: Active",
|
||||
|
||||
L"Terminate Contract",
|
||||
L"Personal Data",
|
||||
L"Service Record",
|
||||
L"Inventory",
|
||||
|
||||
L"Militia name",
|
||||
L"Sector name",
|
||||
L"Weapon",
|
||||
L"HP ratio: %3.1f%%%%%%%",
|
||||
|
||||
L"%s is not active in the currently loaded sector.",
|
||||
L"%s has been promoted to regular militia",
|
||||
L"%s has been promoted to elite militia",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Dead[] =
|
||||
{
|
||||
L"All statuses",
|
||||
L"Deceased",
|
||||
L"Active",
|
||||
L"Fired",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Rank[] =
|
||||
{
|
||||
L"All ranks",
|
||||
L"Green",
|
||||
L"Regular",
|
||||
L"Elite",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Origin[] =
|
||||
{
|
||||
L"All origins",
|
||||
L"Rebel",
|
||||
L"PMC",
|
||||
L"Defector",
|
||||
};
|
||||
|
||||
STR16 szIdividualMilitiaWebsiteFilterText_Sector[] =
|
||||
{
|
||||
L"All sectors",
|
||||
};
|
||||
|
||||
|
||||
#endif //RUSSIAN
|
||||
|
||||
Reference in New Issue
Block a user