From eee078af6d63722acdf9c8723554a6ec001808ad Mon Sep 17 00:00:00 2001 From: Flugente Date: Sun, 2 Nov 2014 00:19:00 +0000 Subject: [PATCH] Merged revision(s) 7632 from branches/ja2_source_official_2014: Fix: missing strings lead to confusion in finance log git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7633 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Utils/_DutchText.cpp | 1 + Utils/_GermanText.cpp | 1 + Utils/_ItalianText.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/Utils/_DutchText.cpp b/Utils/_DutchText.cpp index 6680a1c0..4e4eb899 100644 --- a/Utils/_DutchText.cpp +++ b/Utils/_DutchText.cpp @@ -3893,6 +3893,7 @@ STR16 pTransactionText[] = L"Rust militie uit in %s", // initial cost to equip a town's militia L"Items gekocht van %s.", //is used for the Shop keeper interface. The dealers name will be appended to the end of the string. L"%s heeft geld gestort.", + L"Sold Item(s) to the Locals", L"Facility Use", // HEADROCK HAM 3.6 // TODO.Translate L"Militia upkeep", // HEADROCK HAM 3.6 // TODO.Translate L"Ransom for released prisoners", // Flugente: prisoner system TODO.Translate diff --git a/Utils/_GermanText.cpp b/Utils/_GermanText.cpp index 7b62e716..0e2565e9 100644 --- a/Utils/_GermanText.cpp +++ b/Utils/_GermanText.cpp @@ -3870,6 +3870,7 @@ STR16 pTransactionText[] = L"Miliz in %s ausbilden", // initial cost to equip a town's militia L"Gegenstände von %s gekauft.", //is used for the Shop keeper interface. The dealers name will be appended to the end of the string. L"%s hat Geld angelegt.", + L"Gegenstände an Bevölkerung verkauft", L"Betriebskosten", // HEADROCK HAM 3.6 L"Unterhaltskosten für Miliz", // HEADROCK HAM 3.6 L"Lösegeld erpresst", // Flugente: prisoner system diff --git a/Utils/_ItalianText.cpp b/Utils/_ItalianText.cpp index afbf3370..c2b7b98b 100644 --- a/Utils/_ItalianText.cpp +++ b/Utils/_ItalianText.cpp @@ -3889,6 +3889,7 @@ STR16 pTransactionText[] = L"Equipaggiamento esercito in %s", // initial cost to equip a town's militia L"Oggetti acquistati da%s.", //is used for the Shop keeper interface. The dealers name will be appended to the end of the string. L"%s soldi depositati.", + L"Sold Item(s) to the Locals", L"Facility Use", // HEADROCK HAM 3.6 // TODO.Translate L"Militia upkeep", // HEADROCK HAM 3.6 // TODO.Translate L"Ransom for released prisoners", // Flugente: prisoner system TODO.Translate